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: Igor Sosa Mayor
Subject: Re: [AUCTeX] Jump to begin of footnote
Date: Mon, 28 Apr 2014 22:59:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Mosè Giordano <address@hidden> writes:
> Sure, there is the `forward-char' function, but to keep this lambda as
> general as possible (and not tied just to the `footnote' macro), I'd
> suggest to use
>
> (lambda ()
>   (interactive)
>   (goto-char (TeX-find-macro-start))
>   (search-forward "{" (TeX-find-macro-end) t))

Exactly! That is exactly what I wanted.

thanks!

-- 
:: Igor Sosa Mayor     :: address@hidden ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/      ::
:: jabberid: rogorido  ::                            ::




reply via email to

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