emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFC] clickable text and context menu for keyboard operation


From: Stefan Monnier
Subject: Re: [RFC] clickable text and context menu for keyboard operation
Date: Fri, 11 Oct 2013 16:42:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> many cases because `point-entered' handler for the area isn't

`point-entered' is the wrong tool for that: it can be triggered a million
times (and in several buffers) during the run of a single command.
`point-entered' is evil and needs to die.

So, for your suggestion, we'll need a new property `cursor-entered' or
something like that.

> `popup-context-menu-with-key'
[...]
> `popup-context-menu-with-mouse'
 
I don't see we'd need two functions for that.  `popup-context-menu'
should be able to handle both cases.


        Stefan



reply via email to

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