emacs-devel
[Top][All Lists]
Advanced

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

Re: poplife-mode


From: Tak Kunihiro
Subject: Re: poplife-mode
Date: Tue, 14 Nov 2017 08:03:21 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (windows-nt)

>> I think that a context menu should be created from list of
>> functions because each person wants to have his own context
>> menu
>
> Did you look at or try mouse3.el?  It makes it very
> easy to have your own contextual `mouse-3' menus,
> whatever the context (a mode or anything else).

Yes, I checked your mouse3.  Actually I tried to import "Thing at
Pointer".

I meant it is good if one can call other possible key's definition (or
keymaps) before mouse3 as below.

(defvar context-candidates
    '(poplife-mouse-file-menu   ; FILE menu
      poplife-mouse-dir-menu    ; DIR menu
      poplife-mouse-ispell-menu ; iSpell menu
      poplife-mouse-url-menu    ; URL menu
      mouse3-region-menu        ; REGION menu
      mouse3-noregion-menu))    ; DEFAULT menu



reply via email to

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