[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add M-x occur to the menu-bar
From: |
Eli Zaretskii |
Subject: |
Re: Add M-x occur to the menu-bar |
Date: |
29 Jan 2004 07:42:58 +0200 |
> From: Kevin Rodgers <address@hidden>
> Date: Wed, 28 Jan 2004 15:45:53 -0700
> >
> > (additive)
> > next-error-or-occurrence (hard to spell)
> > next-error-or-occur (but what if other modes are added?)
> > next-error-or-spot
> >
> > (different altogether)
> > next-instance
> > next-place
> > next-interesting
> > next-dwim
>
> (defalias 'next-match 'next-error) ; for grep
> (defalias 'next-occurrence 'occur-next) ; for occur
How about next-message for all of them (with a suitable defalias to
keep back-compatibility)?
- Re: Add M-x occur to the menu-bar, (continued)
- Re: Add M-x occur to the menu-bar, Benjamin Rutt, 2004/01/27
- Re: Add M-x occur to the menu-bar, Ted Zlatanov, 2004/01/27
- Re: Add M-x occur to the menu-bar, Stefan Monnier, 2004/01/27
- Re: Add M-x occur to the menu-bar, Ted Zlatanov, 2004/01/27
- Re: Add M-x occur to the menu-bar, Miles Bader, 2004/01/27
- Re: Add M-x occur to the menu-bar, Ted Zlatanov, 2004/01/27
- Re: Add M-x occur to the menu-bar, Stefan Monnier, 2004/01/28
- Re: Add M-x occur to the menu-bar, Ted Zlatanov, 2004/01/28
- Re: Add M-x occur to the menu-bar, Kevin Rodgers, 2004/01/28
- Re: Add M-x occur to the menu-bar,
Eli Zaretskii <=
- Re: Add M-x occur to the menu-bar, Stefan Monnier, 2004/01/29
- Re: Add M-x occur to the menu-bar, Miles Bader, 2004/01/29
- Re: Add M-x occur to the menu-bar, David Kastrup, 2004/01/29
- Re: Add M-x occur to the menu-bar, Kai Grossjohann, 2004/01/29
- Re: Add M-x occur to the menu-bar, Richard Stallman, 2004/01/29
- Re: Add M-x occur to the menu-bar, Ted Zlatanov, 2004/01/30
Re: Add M-x occur to the menu-bar, Richard Stallman, 2004/01/28