Hi Igor,

2014-04-28 20:58 GMT+02:00 Igor Sosa Mayor <[email protected]>:
> Hi,
>
> is there maybe a way to jump to the begin/end of a footnote like C-M-a/e
> for an itemize?

there shouldn't be already key bindings for that, but you can bind
your favorite keys to these lambdas:

--8<---------------cut here---------------start------------->8---
(lambda ()
  (interactive)
  (goto-char (TeX-find-macro-start)))

(lambda ()
  (interactive)
  (goto-char (TeX-find-macro-end)))
--8<---------------cut here---------------end--------------->8---

Bye,
Mosè

_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to