emacs-orgmode
[Top][All Lists]
Advanced

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

Re: C-SPC works; C-u C-SPC doesn't. How could be?


From: Ypo
Subject: Re: C-SPC works; C-u C-SPC doesn't. How could be?
Date: Sat, 25 Jun 2022 02:32:58 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

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!


El 24/06/2022 a las 19:31, Bruno Barbier escribió:

Ypo <ypuntot@gmail.com> writes:

C-h k C-u C-SPC returns:

C-u C-SPC is undefined
In 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



reply via email to

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