emacs-devel
[Top][All Lists]
Advanced

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

Re: [21.1.90]: point put at point-min in *compilation*


From: Stefan Monnier
Subject: Re: [21.1.90]: point put at point-min in *compilation*
Date: Wed, 06 Feb 2008 22:30:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>> Has someone tried to use my new compilation-auto-jump-to-first-error?
>> It stops the scrolling as soon as the first error is spotted.

> I have tried compilation-auto-jump-to-first-error, and I like how it
> automatically moves point to the first error in the compilation buffer.

> But I can't use it because it also visits the source buffer without my
> request by switching the current buffer where I am doing other things
> during compilation.

> For now, I commented out the call to `(compile-goto-error)' in
> `compilation-auto-jump' locally.  Could you make this optional in CVS?

Feel free to extend this feature.  It probably makes sense to make it
either not jump to the source (only jump to the error message itself) as
you suggest, or to use pop-to-buffer (so that people who set
pop-up-frames do not get bothered either).


        Stefan




reply via email to

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