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

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

bug#37325: About 'latex-insert/close-block' in 'latex-mode'


From: Sebastian Urban
Subject: bug#37325: About 'latex-insert/close-block' in 'latex-mode'
Date: Mon, 4 May 2020 16:48:08 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

>> 3.  In INFO 25.11.2 "LaTeX Editing Commands" for 'C-c C-o' alias
>> 'tex-latex-block' is used and for 'C-c C-e' alias
>> 'tex-close-latex-block' is used - why not real functions names:
>> 'latex-insert-block' and 'latex-close-block'?  They would even sound
>> better (look at the name of the section).
>
> And this is a bug.  In "tex-mode.el", under "tex-mode-map", there is:
>
>  (define-key map "\C-c\C-o" 'latex-insert-block)
> AND
>  (define-key map "\C-c\C-e" 'latex-close-block)
>
> In "text.texi", lines 1666, 1669, 1676 and 1691 should be updated.

I'm attaching diff for this, to help a bit.


S. U.

Attachment: text.diff
Description: Text document


reply via email to

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