LaurentAUCTEX <[email protected]> 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     :: [email protected] ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/      ::
:: jabberid: rogorido  ::                            ::


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

Reply via email to