emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: compilation-previous-error fails if first error is a


From: Richard Stallman
Subject: Re: address@hidden: compilation-previous-error fails if first error is at start of buffer]
Date: Mon, 08 Jan 2007 19:01:18 -0500

    Yes there is a reason.  Compilation mode uses 
previous-single-property-change 
    to scan backwards to find the correct position to go to.  But if a line 
begins 
    at buffer start, there is no property change and 
    previous-single-property-change return nil.

It would be easy to fix the code to DTRT at the start of the buffer.
Why not make it more robust?




reply via email to

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