help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to truly unbind global bindings?


From: Alexander Shukaev
Subject: Re: How to truly unbind global bindings?
Date: Tue, 25 Nov 2014 20:39:37 +0100

>
> I don't understand what you are trying to do enough to answer that.
>

 After:

(use-global-map (make-sparse-keymap))

I lost:

Global Bindings:

key             binding
> ---             -------
>


SPC .. ~ self-insert-command
> \200 .. self-insert-command
> \200 .. \377 self-insert-command


which is needed for typing.

I will have to add them back from my configuration. What are symbols
starting from 0200 mean? And do I really need them in the usual workflow?
Or restoring ASCII would be enough? Why some of them are protected with
MSDOS preprocessor check?


reply via email to

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