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: Ihor Radchenko
Subject: Re: C-SPC works; C-u C-SPC doesn't. How could be?
Date: Sat, 25 Jun 2022 08:53:59 +0800

Ypo <ypuntot@gmail.com> writes:

> 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"))

You can also bisect interactively instead of using assertion.
Note that your assertion is not expected to catch anything considering
that the problem is only present inside .org files.

Best,
Ihor



reply via email to

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