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

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

bug#71117: 30.0.50; output of describe-function


From: Juri Linkov
Subject: bug#71117: 30.0.50; output of describe-function
Date: Thu, 23 May 2024 09:28:46 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

>> May it be possible to switch the button, like:
>>
>> "list is defined in ‘C source code’, a ‘primitive-function’".
>
> Might you be interested in 's', bound to 'help-view-source'?  Won't
> solve the "force-of-habit" problem, but I find it rather convenient: no
> need to TAB to the button; hopefully future-proof as redesigns wash over
> *Help*.  I've found it worth the brain re-wiring.

Except there is a bug that prevents 's' from handling some C variables, e.g.:

0. emacs -Q
1. C-h v minibuffer-allow-text-properties RET
2. s

fails with

  (error "Don’t know where ‘minibuffer-allow-text-properties’ is defined")

So still need to use 'TAB RET' to navigate to C source.





reply via email to

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