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

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

bug#9054: [External] : bug#9054: 24.0.50; show source in other window


From: Drew Adams
Subject: bug#9054: [External] : bug#9054: 24.0.50; show source in other window
Date: Sat, 18 Sep 2021 16:30:32 +0000

> when I right-click on 'setq' in a form like
> (setq x 3) the context menu proposes
>   Describe `setq'
>   Lookup `setq' in Manuals
>   Show Definition of `setq'
>   Show References for `setq'
> 
> and in addition, if the mouse is say on the 'e' of setq,
>   Describe character properties of `e'
> to run `describe-char' on that `e'

[As I've mentioned, I'm not in favor of the
(relatively hard-coded) approach taken so far
to add a mouse-3 context menu.  I presented the
advantages of the approach taken by mouse3.el.
I've stayed out of the context-menu discussion
since then.]

I'll just mention that by default the mouse3.el
context menu when no region is active has these
menu items that are relevant here.  Enabling of
individual items depends on the type(s) of the
item detected under the mouse pointer (e.g. file,
URL, variable, function, face,...).


Thing at Pointer

  Send Email
  Open URL in Browser
  Visit File
  Visit File in Other Window
  Dired
  Dired in Other Window
  __________________________
  Describe File
  Describe Function
  Show Code Defining Function
  Describe Variable
  Show Code Defining Variable
  Describe Face
  Describe Package
  Describe Text Properties
  __________________________
  Highlight Symbol
  Unhighlight Symbol
  Hi-Lock Symbol
  Un-Hi-Lock Symbol
  __________________________
  Look Up Symbol in Manual
  Search for Symbol
  Eval & Pretty-Print Lisp Sexp

reply via email to

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