emacs-devel
[Top][All Lists]
Advanced

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

Re: More Minibuffer menu items


From: Juri Linkov
Subject: Re: More Minibuffer menu items
Date: Mon, 25 Feb 2008 01:23:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-amd64-linux-gnu)

>   > Index: lisp/menu-bar.el
>   > ===================================================================
>   > RCS file: /sources/emacs/emacs/lisp/menu-bar.el,v
>   > retrieving revision 1.318
>   > diff -c -r1.318 menu-bar.el
>   > *** lisp/menu-bar.el      8 Jan 2008 20:44:39 -0000       1.318
>   > --- lisp/menu-bar.el      24 Feb 2008 20:35:20 -0000
>   > ***************
>   > *** 1733,1739 ****
>   >             :help "Abort input and exit minibuffer"))
>   >     (define-key map [menu-bar minibuf return]
>   >       (list 'menu-item "Enter" 'exit-minibuffer
>   > !           :help "Terminate input and exit minibuffer")))
>   >   
>   >   ;;;###autoload
>   >   ;; This comment is taken from tool-bar.el near
>   > --- 1733,1751 ----
>   >             :help "Abort input and exit minibuffer"))
>   >     (define-key map [menu-bar minibuf return]
>   >       (list 'menu-item "Enter" 'exit-minibuffer
>   > !           :help "Terminate input and exit minibuffer"))
>   > !   (define-key map [menu-bar minibuf next]
>   > !     (list 'menu-item "Next history item" 'next-history-element
>   > !           :help "Put next minibuffer history element in the 
> minibuffer"))
>   > !   (define-key map [menu-bar minibuf previous]
>   > !     (list 'menu-item "Previous history item" 'previous-history-element
>   > !           :help "Put previous minibuffer history element in the 
> minibuffer"))
>   > !   (define-key map [menu-bar minibuf isearch-forward]
>   > !     (list 'menu-item "Search history forward" 'isearch-forward
>
> How about either "Incremental search forward" or "isearch forward" ?
>
>   > !           :help "Search minibuffer history forward"))
>
> and adjust this to match.

OK, will do.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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