emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: occur-next-error


From: SAITO Takuya
Subject: Re: occur-next-error
Date: Sun, 14 Nov 2004 15:48:35 +0900 (JST)

From: Richard Stallman <address@hidden>
Subject: Re: occur-next-error
Date: Sun, 14 Nov 2004 01:01:26 -0500

>        (when reset
>     -    (occur-find-match 0 #'next-single-property-change "No first match"))
>     +    (goto-char (point-min)))
> 
> What is the reason for that change?

Because first-error does not work with occur.

>From the next-error-function's docstring:
  RESET is a boolean which, if non-nil, says to go back to the beginning
  of the errors before moving.
but (occur-find-match 0 #'next-single-property-change "No first match")
does nothing.




reply via email to

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