idris-hackers / idris-mode

Idris syntax highlighting, compiler-supported editing, interactive REPL and more things for Emacs.
GNU General Public License v3.0
269 stars 70 forks source link

Make `idris-info-mode` derived from `help-mode` and #614

Closed keram closed 1 year ago

keram commented 1 year ago

reuse existing functionality from help-mode for navigating through history and buffer handling.

Why: To reduce maintanance cost of maintaining own implementation and to improve user experience by relying on existing Emacs conventions. For example provided key bindings l r q by default to navigate through buffer history or close the buffer.

Breaking changes

jfdm commented 1 year ago

Great work! Can we have the BREAKING changes documented in the CHANGELOG. It would be good if there was a high-level summary of the brilliant work you have been doing on the mode.