emacs-devel
[Top][All Lists]
Advanced

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

Re: The magical custom buffer read-only


From: martin rudalics
Subject: Re: The magical custom buffer read-only
Date: Tue, 18 Mar 2008 10:42:41 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

   (command-remapping 'self-insert (point))

I think the last one should work since in custom-mode-map there is a remap like this:

    (define-key map [remap self-insert-command] 'Custom-no-edit)

Is this a bug or?

Does

(command-remapping 'self-insert-command (point))

work better?





reply via email to

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