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

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

Re: Compilation buffer


From: Deniz Dogan
Subject: Re: Compilation buffer
Date: Thu, 25 Nov 2010 08:12:18 +0100

2010/11/25 Burton Samograd <burton@userful.com>:
> Andrea Crotti <andrea.crotti.0@gmail.com> writes:
>
>> Another thing it would be nice is a way to jump, from everywhere, to the
>> next error/warning.
>>
>> Now I have to
>> - go to the compilation buffer
>> - go to the next error
>> - press Enter
>>
>> Is there some function already to automate it or should I create a 
>> macro/function?
>
> C-x `
>
> This is bound to 'next-error'.  There is also 'previous-error' but I'm
> not sure what that is bound to.
>

It's easier to remember with M-g M-n and M-g M-p. previous-error is
only bound to M-g p and M-g M-p.

To find out what keys a command is bound to, do e.g. C-h f previous-error.

-- 
Deniz Dogan



reply via email to

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