Hi, Bruno
Yes, I tried your assertion for
bug-hunter, but it didn't work.
(unless (eq 'universal-argument (keymap-lookup global-map "C-u")) (error "C-u has been redefined"))
And you are right: In Emacs with
-Q, C-u C-SPC works, but describe-key C-u C-SPC doesn't
work.
Probably, in the near future, I will have to dissect my .init file by hand.
Thanks!
Ypo <ypuntot@gmail.com> writes:C-h k C-u C-SPC returns: C-u C-SPC is undefinedIn my emacs (28 and 29), with or without "-Q": C-h k C-u => (universal-argument) My emacs doesn't let me query: C-h k C-u C-SPC What about your question about debugging in the other thread ? Did you try what I suggested there ? Subject: Re: Elisp assertion for debugging To: Ypo <ypuntot@gmail.com>, Org-mode <emacs-orgmode@gnu.org> Date: Sun, 19 Jun 2022 21:11:55 +0200 Bruno