emacs-devel
[Top][All Lists]
Advanced

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

Re: next-error-last-buffer


From: Richard Stallman
Subject: Re: next-error-last-buffer
Date: Sat, 29 May 2004 13:03:26 -0400

    A less intrusive (and hence less complete) solution:

    - Create a new compilation-last-source-buffer variable.
    - At the end of next-error, set this new variable to the buffer just being
      displayed.
    - at the beginning of next-error check compilation-last-source-buffer:
      if it is equal to current-buffer, then don't consider this buffer as
      a "compilation" buffer (i.e. ignore its next-error-function).

This might be good.  We can at least try it.




reply via email to

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