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

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

bug#48134: When sitting on top of a M-x item in the manual


From: 積丹尼 Dan Jacobson
Subject: bug#48134: When sitting on top of a M-x item in the manual
Date: Sat, 01 May 2021 13:41:28 +0800

Do (info "(emacs) Colors")
Now put the cursor on top of
‘M-x list-colors-display’
and hope emacs realizes it... but it doesn't so we end up typing
 <escape> x              ;; execute-extended-command
 l                       ;; self-insert-command
 <tab>                   ;; minibuffer-complete
 i                       ;; self-insert-command
 <tab>                   ;; minibuffer-complete
 s                       ;; self-insert-command
 <tab>                   ;; minibuffer-complete
 t                       ;; self-insert-command
 <tab>                   ;; minibuffer-complete
 c                       ;; self-insert-command
 <tab>                   ;; minibuffer-complete
 o                       ;; self-insert-command
 <tab>                   ;; minibuffer-complete
 l                       ;; self-insert-command
 <tab>                   ;; minibuffer-complete
ah, finally we can hit RET.

One would think some default would show up based on what our cursor was
on or something.

Or maybe the item should be hyperlinked.

emacs-version "27.1"





reply via email to

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