idris-hackers / idris-mode

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

Navigation #508

Closed andreas-roehler closed 3 years ago

andreas-roehler commented 4 years ago

Maybe you are interested in some basic navigation, so C-M-a, C-M-e works similarly as in Emacs Lisp.

Using here some home-made generic functions:

ar-backward-toplevel ar-forward-toplevel ar-backward-statement ar-forward-statement

May provide that stuff if interested.

jfdm commented 4 years ago

PRs are always welcome!

andreas-roehler commented 4 years ago

Okay, in progress.

On 20.08.20 14:13, Jan de Muijnck-Hughes wrote:

PRs are always welcome!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/idris-hackers/idris-mode/issues/508#issuecomment-677618284, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI6NEZ4TZCBJZJL7I2VWM3SBUHPRANCNFSM4QC54O2Q.

jfdm commented 3 years ago

fixed in #514