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

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

Re: bug with `apropos-value' in Emacs 29.0?


From: Michael Heerdegen
Subject: Re: bug with `apropos-value' in Emacs 29.0?
Date: Sun, 22 May 2022 01:29:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Emanuel Berg <incal@dataswamp.org> writes:

> Indeed, try this
>
> $ emacs -Q
> (require 'tramp-sh)
> (apropos-value "70")

You didn't accidentally enable `debug-on-signal'?  Because you got this:

Debugger entered--Lisp error: (error "Invalid key sequence in substitution: 
‘root\\\\’")
  error("Invalid key sequence in substitution: `%s'" "root\\\\")
  substitute-command-keys(#("(#[0 \"\\300\\301\\302\\303#\\207\" 
[tramp-register-forei..." 1322 1324 (face match)))
  apropos-print-doc(3 apropos-variable t)

and the only call of `substitute-command-keys' in `apropos-print-doc' is
wrapped in `ignore-errors', so it's impossible for an error signal to
get through unless you enable `debug-on-signal'.

Michael.




reply via email to

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