auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Jump to begin of footnote


From: Mosè Giordano
Subject: Re: [AUCTeX] Jump to begin of footnote
Date: Mon, 28 Apr 2014 21:14:46 +0200

Hi Igor,

2014-04-28 20:58 GMT+02:00 Igor Sosa Mayor <address@hidden>:
> 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è



reply via email to

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