unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

  List information: https://www.gnu.org/software/emacs/

* 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.
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).