emacs-devel
[Top][All Lists]
Advanced

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

Re: meta-{next, previous}-error


From: Ted Zlatanov
Subject: Re: meta-{next, previous}-error
Date: Thu, 13 Apr 2006 14:53:39 -0400
User-agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux)

On 12 Apr 2006, address@hidden wrote:

> Ted Zlatanov <address@hidden> writes:
>
>> Level Command             Implemented?
>>
>> -M    meta-previous-error N (e.g. diff-file-prev)
>> -1    previous-error      Y
>> +1    next-error          Y
>> +M    meta-next-error     N (e.g. diff-file-next)
>>
>> (remember that *-error map to *-locus and *-match, so it's not only
>> about errors)
>
> It makes sense to me.
>
> Now, `next-error' and `previous-error' are bound to `M-g n' and `M-g
> p', as well as `M-g M-n' and `M-g M-p', so how about `M-g M-f' and
> `M-g M-b' for the "higher level" commands?  (Forwards, backward.)
> `M-g M-f' is quote easy to type...

Sure.  Any other comments before I produce a patch for simple.el?  It
will work like next-error: if the function is bound in the buffer it
will get called, so the mode just needs to bind the symbol to the
appropiate function.  I'll do the diff-mode example Stefan showed.

Thanks
Ted





reply via email to

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