all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: maierh@myself.com
Subject: Re: eshell -- how to erase entire buffer?
Date: Mon, 07 Oct 2002 06:24:45 +0200	[thread overview]
Message-ID: <u4rbynaeq.fsf@myself.com> (raw)
In-Reply-To: 7i65wgbfan.fsf@neoscale.com


Kin Cho <kin@neoscale.com> writes:

> Is there a easy way to erase an entire eshell buffer?  Outputs
> and prompts and all.  Looks like the prompt in a eshell buffer
> has read-only attribute and is preventing from a simple
> (erase-buffer) from working.

I am using this:
,----
| (require 'comint)
| (define-key comint-mode-map [?\C-c C-f4] 'erase-buffer)
| (put 'erase-buffer     'disabled nil)
`----
It's maybe a little bit rigorous but it works in all 'comint' derived
modes such as 'sql-mode'.


Harald

      parent reply	other threads:[~2002-10-07  4:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-06  0:07 eshell -- how to erase entire buffer? Kin Cho
2002-10-06 15:58 ` Barman Brakjoller
2002-10-07  4:24 ` maierh [this message]

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=u4rbynaeq.fsf@myself.com \
    --to=maierh@myself.com \
    /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.