emacs-orgmode
[Top][All Lists]
Advanced

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

Elisp assertion for debugging


From: Ypo
Subject: Elisp assertion for debugging
Date: Sun, 19 Jun 2022 20:44:52 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

I am trying to debug my init file: C-u prefix is not working.

I am using the elisp-bug-hunter package that has saved me many times in the past. But it doesn't work fine this time though, so it seems I need an “assertion elisp” to debug my init file.

What elisp _expression_ would return nil when C-u prefix works and non-nil when C-u prefix doesn't work?

I have tried

(eq (key-binding "C-u C-SPC") 'nil)

but it is probably a nonsense.

Best regards


reply via email to

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