[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: popup menu code
From: |
Stefan Monnier |
Subject: |
Re: popup menu code |
Date: |
Thu, 23 Oct 2003 22:14:56 GMT |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
> (call-interactively (or (car (x-popup-menu t right-popup-menu))
> 'ignore)))
If your right-popup-menu has submenus and your Emacs was compiled with
some particular flags (I think it happens if you compiled under X without
toolkit support), the above may fail when you select the sub-menu.
Better use `popup-menu' which takes care of those idiosyncrasies.
Stefan