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

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

Eshell - `Text is read-only`


From: deech
Subject: Eshell - `Text is read-only`
Date: Sun, 29 Dec 2013 10:47:55 -0800 (PST)
User-agent: G2/1.0

Hi all,
I've run into the dreaded `Text is read-only` bug which stops eshell from 
closing and Emacs from exiting. I got this in a previous version of Emacs and 
fixed it with the following snippet:
(setq eshell-prompt-function
  (lambda ()
    (concat (eshell/pwd) "\n$"))
  eshell-prompt-regexp (concat "^" (regexp-quote "$")))

I'm currently using Emacs 24.3.50.1 and it appears to be back and the above 
snippet doesn't seem to work.

Any help is appreciated.

-deech


reply via email to

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