emacs-devel
[Top][All Lists]
Advanced

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

Re: enhancement/wish


From: Eli Zaretskii
Subject: Re: enhancement/wish
Date: Tue, 28 Oct 2008 06:12:53 +0200

> Date: Mon, 27 Oct 2008 19:38:29 -0400
> From: "Bernhard Koenig" <address@hidden>
> Cc: address@hidden
> 
> >  (tool-bar-add-item '("history" . "Recent") (lambda ()
> >                              (interactive)
> >                              (popup-menu (easy-menu-filter-return
> >                                           (recentf-make-menu-items)
> >                                           "Open Recent")))
> >                     'recent-files
> >                     :visible '(and (boundp 'recentf-mode) recentf-mode)
> >                     :help "Pop up the Recent Files menu")
> 
> Sorry for being a noob here but how do I integrate this into .emacs?
> "tool-bar-add-item" is not an interactive command so just adding it to
> .emacs does nothing.

??? .emacs is not only for interactive commands.  If adding this to it
does nothing, then something is wrong.

You did restart Emacs after adding this, did you?




reply via email to

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