From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Espen Newsgroups: gmane.emacs.help Subject: Re: Why do we need a number of different terminal modes in Emacs? Date: Sun, 01 Feb 2015 10:09:15 -0500 Organization: A noiseless patient Spider Message-ID: References: <87sieprk77.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422803446 32602 80.91.229.3 (1 Feb 2015 15:10:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2015 15:10:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 01 16:10:42 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YHwAb-0004PA-Lm for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Feb 2015 16:10:41 +0100 Original-Received: from localhost ([::1]:50807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHwAa-0006Yi-Se for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Feb 2015 10:10:40 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Injection-Info: mx02.eternal-september.org; posting-host="57884428ec4dc107e9b648055b77301a"; logging-data="7960"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19RW7KLm6T6EVS8dGWFdqz5pHw+G4gTbGU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:UdwlxSpD4BzlFAJbiwcplc/i1j4= Original-Xref: usenet.stanford.edu gnu.emacs.help:210154 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102431 Archived-At: Andrey Lisin writes: > BTW, I just found a good explanation here: > http://unix.stackexchange.com/questions/104325/what-is-the-difference-between-shell-eshell-and-term-in-emacs Yes, pretty clear. Your question left out M-!. There are other ways to accomplish what a shell does more tightly bound to Emacs, like: ls -> dired make -> M-x compile grep -> M-x grep these commands offer advantages over a shell buffer. Years ago I used to use M-x shell, but I no longer find use for any of these shell interfaces. -- Dan Espen