From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bkhl@elektrubadur.se (=?iso-8859-1?q?Bj=F6rn_Lindstr=F6m?=) Newsgroups: gmane.emacs.help Subject: Help with M-x shell Date: Sun, 10 Aug 2003 02:27:45 +0200 Organization: Upsalafandom Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87n0eiqrum.fsf@lucien.dreaming> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1060476461 20571 80.91.224.253 (10 Aug 2003 00:47:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Aug 2003 00:47:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 10 02:47:39 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 19leN1-0006Yt-00 for ; Sun, 10 Aug 2003 02:47:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19leLL-0005GR-JW for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Aug 2003 20:45:55 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uninett.no!news.algonet.se!algonet!news.stupi.se!news.stupi.se!newsfeed.sunet.se!news01.sunet.se!news.utfors.se!lucien.dreaming!news Original-Newsgroups: gnu.emacs.help Original-Lines: 7 Original-NNTP-Posting-Host: md46907a4.utfors.se Original-X-Trace: yggdrasil.utfors.se 1060475057 27490 212.105.7.164 (10 Aug 2003 00:24:17 GMT) Original-X-Complaints-To: abuse@utfors.se Original-NNTP-Posting-Date: 10 Aug 2003 00:24:17 GMT X-PGP-Key: http://bkhl.elektrubadur.se/pubkey.asc X-Home-Page: http://bkhl.elektrubadur.se/ User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:HhEx+w2n8TfB3Fn/MDcL2LTgBKo= Original-Xref: shelby.stanford.edu gnu.emacs.help:115775 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:11694 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11694 I'm trying to use M-x shell. However, when I press Enter to execute a command, it just echoes the command followed by `\n', like this: /home/bkhl$ ls ls\n I get no output from the command. What's the deal?