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

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

Re: Example using x-popup-menu needed


From: Kevin Rodgers
Subject: Re: Example using x-popup-menu needed
Date: Fri, 17 Oct 2003 15:26:56 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Kevin Rodgers wrote:

(defun right-popup-command ()        ; event
  "Run the command selected from `right-popup-menu'."
  (interactive)             ; "e"
  (call-interactively (or (car (x-popup-menu t right-popup-menu))

Oops, something got deleted:


  (call-interactively (or (car (x-popup-menu t right-popup-menu)) 'ignore)))

--
Kevin Rodgers



reply via email to

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