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: Fri, 02 May 2014 21:41:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

LaurentAUCTEX <address@hidden> writes:

> Hi,
>    I try to use these lambdas mais it doesn't work in my emacs :

I have this:

--8<---------------cut here---------------start------------->8---
(defun ism/saltar-inicio-footnote ()
  (interactive)
  (goto-char (TeX-find-macro-start))
  (search-forward "{" (TeX-find-macro-end) t))

(defun ism/saltar-fin-footnote ()
  (interactive)
  (goto-char (TeX-find-macro-end))
  (backward-char)
  )

--8<---------------cut here---------------end--------------->8---

And then you can bind the functions to a key... It seems to work... 


-- 
:: 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]