[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: artist-mouse-choose-operation
From: |
Stefan Monnier |
Subject: |
Re: artist-mouse-choose-operation |
Date: |
Tue, 10 Nov 2009 14:31:45 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
>> Maybe we should fix it more globally by making x-popup-menu work on
>> ttys as well (e.g. by using tmm-prompt).
> That'd be good if (a) we call it popup-menu and not x-popup-menu,
Sadly `popup-menu' is already taken for something different (tho
closely related).
> and (b) check not for tty but for display-popup-menus-p.
The way I see it, `x-popup-menu' would become a "terminal primitive"
(e.g. with a corresponding hook in termhooks.h), so ms-dos and tty and
any other non-GUI backends could implement it any way they see fit.
Stefan