Re: Keybinding C-M-a for LaTeX-find-matching-begin does not work!

2022-07-26 Thread Tassilo Horn
Heiko Schröder writes: Hi Heiko, > it is said, that C-M-a is bound to LaTeX-find-matching-begin. And it > should move to the \begin of the environment. Hm, the docs are a bit outdated. C-M-a is bound to `beginning-of-defun' which in turn calls `beginning-of-defun-function' which AUCTeX sets

Re: Keybinding C-M-a for LaTeX-find-matching-begin does not work!

2022-07-26 Thread Heiko Schröder
I have forgotten to tell you, that C-hk gives information for C-M-e and tells, that this key is bound to LaTeX-find-matching-end. But C-hk gives NO information for C-M-a.  As if this key does not exist.  But if that would be the case, normally you are informed, that the key is unbound. I

Keybinding C-M-a for LaTeX-find-matching-begin does not work!

2022-07-26 Thread Heiko Schröder
Dear list, it is said, that C-M-a is bound to LaTeX-find-matching-begin. And it should move to the \begin of the environment. But that is not true.  It does NOTHING. In contrast to that:  C-M-e works fine.  Even it not possible to bind C-M-a explicitly to LaTeX-find-matching-begin over

Re: Keybinding C-M-a for LaTeX-find-matching-begin does not work!

2022-07-26 Thread Heiko Schröder
Hi Tassilo, thanks very much. Hm, the docs are a bit outdated. C-M-a is bound to `beginning-of-defun' which in turn calls `beginning-of-defun-function' which AUCTeX sets to `LaTeX-find-matching-begin'. Hm, a bit peculiar, because M-x LaTeX-find-matching-begin says after the action took place,

Re: Keybinding C-M-a for LaTeX-find-matching-begin does not work!

2022-07-26 Thread Ikumi Keita
Hi Heiko, > Heiko Schröder writes: > I use Emacs Version 26.3 with AUCTeX 13.1. It seems that my failure[1] bothered you, sorry. I guess that you are using ELPA AUCTeX before version 13.1.3. If that's the case, please upgrade it to the latest version (and restart emacs). Regards, Ikumi

master 812368af: Update documentation about C-M-a and C-M-e

2022-07-26 Thread Ikumi Keita
branch: master commit 812368af6a207a2134a3f4e8407b652eeaa533e0 Author: Ikumi Keita Commit: Ikumi Keita Update documentation about C-M-a and C-M-e * doc/auctex.texi (Environments): Supplement to descriptions about C-M-a and C-M-e. --- doc/auctex.texi | 6 ++ 1 file changed,