From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: op132650c@mail.telepac.pt Newsgroups: gmane.emacs.help Subject: Re: help with M-x term Date: Thu, 13 Jul 2006 14:27:04 +0100 Message-ID: <1152797224.6iyd2pyb6z28@w10.webmail.telepac.pt> References: <1152734523.744338.154800@m79g2000cwm.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152797309 27061 80.91.229.2 (13 Jul 2006 13:28:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Jul 2006 13:28:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 13 15:27:59 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G11E1-0006Gu-HZ for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Jul 2006 15:27:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G11E0-0006I9-W2 for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Jul 2006 09:27:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G11Dl-0006Hu-NC for help-gnu-emacs@gnu.org; Thu, 13 Jul 2006 09:27:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G11Dj-0006Gs-J0 for help-gnu-emacs@gnu.org; Thu, 13 Jul 2006 09:27:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G11Dj-0006Gm-CM for help-gnu-emacs@gnu.org; Thu, 13 Jul 2006 09:27:11 -0400 Original-Received: from [212.55.154.21] (helo=sapo.pt) by monty-python.gnu.org with smtp (Exim 4.52) id 1G11FU-0005JR-Sp for help-gnu-emacs@gnu.org; Thu, 13 Jul 2006 09:29:01 -0400 Original-Received: (qmail 5187 invoked from network); 13 Jul 2006 13:27:05 -0000 Original-Received: from unknown (HELO sapo.pt) (10.134.35.150) by relay1 with SMTP; 13 Jul 2006 13:27:05 -0000 Original-Received: (qmail 21604 invoked by uid 64140); 13 Jul 2006 13:27:04 -0000 Original-Received: from 192.168.25.49 (192.168.25.49 [192.168.25.49]) by w10.webmail.telepac.pt (Horde) with HTTP for ; Thu, 13 Jul 2006 14:27:04 +0100 Original-To: William Daffer , help-gnu-emacs@gnu.org In-Reply-To: Content-Disposition: inline User-Agent: PTMail Webmail v2.0.10 X-Originating-IP: 194.117.36.2 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35939 Archived-At: > Is there some reason why you aren't using M-x shell? I don't want to detour the attention about the question of William Daffer, but i also prefer M-x term instead of M-x shell, because the output of M-x shell is not well formatted compared to M-x term. Now i put the following question: What's the difference between M-x shell and M-x term? How can i configure M-x shell to be well formatted? One example of the bad formatation of the output of M-x shell, is when i do ls -la. I get the following: ]]] file1 ]]] file3^]]] ]]] file5^]]] ]]] file2 ]]] file4^]]] ]]] file6^]]] With the M-x term i get well formatted: file1 file3 file5 file2 file4 file6 Citando William Daffer : > yz7502@gmail.com writes: > > > Hi guys, > > I have a question on the M-x term environment > > I'm using ksh and I have some aliases defined in .emacs_ksh. > > Are you sourcing this file in your init files anywhere? > > > When I invoke M-x term, the aliases are not there. > > > > Should I define the aliases somewhere else? > > Is there some reason why you aren't using M-x shell? > > whd > -- > DISTANCE, n. The only thing that the rich are willing for the poor to > call theirs, and keep. > -- Ambrose Bierce: _The Devil's Dictionary_ > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs >