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

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

Re: Clearning a keymap completely


From: Stefan Monnier
Subject: Re: Clearning a keymap completely
Date: Tue, 06 Sep 2016 08:53:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> I need to remove all the self-insert commands in a buffer.  I want to
> be able to insert text into the buffer through emacs lisp but don't
> want the user to be able to insert text.  How can this be done?

The traditional way to do that is with suppress-keymap or by deriving
from special-mode.


        Stefan




reply via email to

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