all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.