From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matt Hodges Newsgroups: gmane.emacs.help Subject: Re: Eshell help. Date: Sat, 04 Oct 2003 09:45:49 +0100 Organization: The University of Birmingham news server Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1z8yo1fl1e.fsf@tcdec3.bham.ac.uk> References: <1zy8w2zonm.fsf@tcdec3.bham.ac.uk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065258165 6294 80.91.224.253 (4 Oct 2003 09:02:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2003 09:02:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 04 11:02:43 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A5iJH-0007So-00 for ; Sat, 04 Oct 2003 11:02:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5iIG-0006Aj-TA for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Oct 2003 05:01:40 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsoutpeer01.lnd.ops.eu.uu.net!lnewsinpeer00.lnd.ops.eu.uu.net!emea.uu.net!server1.netnews.ja.net!news.bham.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: tcdec3.bham.ac.uk Original-X-Trace: sun3.bham.ac.uk 1065257043 26534 147.188.105.127 (4 Oct 2003 08:44:03 GMT) Original-X-Complaints-To: usenet@sun3.bham.ac.uk Original-NNTP-Posting-Date: Sat, 4 Oct 2003 08:44:03 +0000 (UTC) User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:16guXmWy7KF99XSX4q2DmT6FOG4= Original-Xref: shelby.stanford.edu gnu.emacs.help:117055 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12984 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12984 >>>>> Peter Lee writes: > Does 'C-x BACKSPACE' (backward-kill-sentence), work for anyone else > in eshell? It works for me in 'M-x shell' (where shell is cygwin > bash). In eshell I get: > byte-code: Text is read-only: # There is eshell-kill-input (bound to C-c C-u by default) to kill all input after the prompt. Matt