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: Emanuel Berg
Subject: Re: bug with `apropos-value' in Emacs 29.0?
Date: Sun, 22 May 2022 01:36:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Michael Heerdegen wrote:

> 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'?

$ emacs -Q --batch --eval "(progn (require 'tramp-sh) (apropos-value \"70\"))"

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)
  apropos-print(nil "\n----------------\n")
  apropos-value("70")
  (progn (require 'tramp-sh) (apropos-value "70"))
  command-line-1(("--eval" "(progn (require 'tramp-sh) (apropos-value 
\"70\"))"))
  command-line()
  normal-top-level()

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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