all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: deech <aditya.siram@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Eshell - `Text is read-only`
Date: Sun, 29 Dec 2013 10:47:55 -0800 (PST)	[thread overview]
Message-ID: <d76e2299-abc0-4404-b8ba-797fb3894dfc@googlegroups.com> (raw)

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	other threads:[~2013-12-29 18:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-29 18:47 deech [this message]
2013-12-29 21:40 ` Eshell - `Text is read-only` Guido Van Hoecke
2013-12-29 22:04   ` Drew Adams
2013-12-30  7:50     ` Guido Van Hoecke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d76e2299-abc0-4404-b8ba-797fb3894dfc@googlegroups.com \
    --to=aditya.siram@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.