help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: standard popup menu


From: John Paul Wallington
Subject: Re: standard popup menu
Date: Sun, 13 Jul 2003 05:20:53 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Bruce Ingalls <bingalls@CUT-this-SPAM-BLOCK.fit-zones.com> wrote:

> Right mouse button copy/cut/paste menus are standard amongst CUA
> systems, such as Gnome, KDE, W32, and Mac, where possible, IIRC.

How about 

(defun bingalls-edit-menu (event)
  (interactive "e")
  (popup-menu menu-bar-edit-menu))

(global-set-key [down-mouse-3] 'bingalls-edit-menu)

or

(global-set-key [down-mouse-3] 'mouse-popup-menubar-stuff) ?


reply via email to

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