bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32378: [PATCH] bibtex-next/previous-entry


From: Noam Postavsky
Subject: bug#32378: [PATCH] bibtex-next/previous-entry
Date: Sun, 12 Aug 2018 13:41:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Alex Branham <alex.branham@gmail.com> writes:

> @@ -1356,6 +1356,8 @@ bibtex-mode-map
>      ;; The Key `C-c&' is reserved for reftex.el
>      (define-key km "\t" 'bibtex-find-text)
>      (define-key km "\n" 'bibtex-next-field)
> +    (define-key km "\M-\}" 'bibtex-next-entry)
> +    (define-key km "\M-\{" 'bibtex-previous-entry)

Would it make sense to use [remap forward-paragraph] and [remap
backward-paragraph] instead of "\M-\}" and "\M-\{"?  (I guess the
question is how "paragraph-like" are these movement commands)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]