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

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

Re: Annoying message "Text is read only"


From: Davin Pearson
Subject: Re: Annoying message "Text is read only"
Date: Tue, 16 Sep 2008 01:44:51 -0700 (PDT)
User-agent: G2/1.0

On Sep 16, 7:29 pm, Daniel Pittman <dan...@rimspace.net> wrote:
> This is a traditional default; try:
>
>    M-x customize-variable <RET> minibuffer-prompt-properties <RET>
>
> 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))




reply via email to

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