|
From: | Kai Grossjohann |
Subject: | Re: Add M-x occur to the menu-bar |
Date: | Thu, 29 Jan 2004 21:52:37 +0100 |
User-agent: | Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) |
Stefan Monnier <address@hidden> writes: >>> (defalias 'next-match 'next-error) ; for grep >>> (defalias 'next-occurrence 'occur-next) ; for occur > > This doesn't really help the question of what to use for *the* name, > i.e. the name bound to C-x `. Maybe next-match works well for all of them. We could (defalias 'match 'occur) ;-) Kai
[Prev in Thread] | Current Thread | [Next in Thread] |