help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Is there a way to jump to the next warning in EMCAS/AUCTEX?


From: Pascal J. Bourguignon
Subject: Re: Is there a way to jump to the next warning in EMCAS/AUCTEX?
Date: Sat, 23 Aug 2008 05:40:09 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.2 (gnu/linux)

ning.jiang04@gmail.com writes:

> Just switched to EMACS/AUCTEX from TeXnicCenter. Everything work very
> good, and I am not looking back. However, one feature that
> TeXnicCenter has is press F10 to jump to the next warning, such as
> next undefined references or citations. I didn't find a way to do this
> using EMACS.
>
> Does anyone know how to do this?

http://www.ihateyoujulia.com/?id=21b147b55bd720a09773dcda43ebd042

It seems to be the TeX-next-error command, bound on C-c `

If you want to bind it on F10, put:

   (global-set-key [f10] 'TeX-next-error)

in your ~/.emacs


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
Our enemies are innovative and resourceful, and so are we. They never
stop thinking about new ways to harm our country and our people, and
neither do we. -- Georges W. Bush


reply via email to

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