unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Eshell - `Text is read-only`
@ 2013-12-29 18:47 deech
  2013-12-29 21:40 ` Guido Van Hoecke
  0 siblings, 1 reply; 4+ messages in thread
From: deech @ 2013-12-29 18:47 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-30  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-29 18:47 Eshell - `Text is read-only` deech
2013-12-29 21:40 ` Guido Van Hoecke
2013-12-29 22:04   ` Drew Adams
2013-12-30  7:50     ` Guido Van Hoecke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).