emacs-devel
[Top][All Lists]
Advanced

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

Re: Propertizing the minor-mode-alist


From: Stefan Monnier
Subject: Re: Propertizing the minor-mode-alist
Date: Wed, 22 Sep 2004 12:31:30 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

> next-error-function, not the next error after point.  So to support the
> next-error-function I need to maintain an additional bit of state saying
> which error in my buffer, if any, is the current error for the purposes
> of next error function; if my next-error-function is called with a
> non-nil RESET, I change the current error to be the first error in the
> buffer.

It's your call.  It's not required.  You can just use `point'.
E.g. in diff-mode, I just used point IIRC.


        Stefan




reply via email to

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