| Re: Annoying message "Text is read only" |
|
 |
|
 |
|
 |
|
 |
Group: gnu.emacs.help · Group Profile
Author: Davin PearsonDavin Pearson Date: Sep 16, 2008 01:44
On Sep 16, 7:29Â pm, Daniel Pittman rimspace.net> wrote:
> This is a traditional default; try:
>
> Â Â M-x customize-variable minibuffer-prompt-properties
>
> Enable the "Don't Enter" option and save your changes, which will
> implement what you expect. Â (Well, no beep, but you can't move over the
> text any longer.)
The following code appears to work:
(setq minibuffer-prompt-properties (remove 'read-only minibuffer-
prompt-properties))
|