From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: Shell aliases as shell-commands Date: Tue, 20 Jan 2009 13:02:21 +0200 Message-ID: <87priiqlz6.fsf@iki.fi> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232449752 28108 80.91.229.12 (20 Jan 2009 11:09:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2009 11:09:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sebastian Tennant Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 20 12:10:25 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LPEUy-000179-Sz for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2009 12:10:25 +0100 Original-Received: from localhost ([127.0.0.1]:44846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPETh-0008Ml-OE for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2009 06:09:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPENQ-0005uM-NW for help-gnu-emacs@gnu.org; Tue, 20 Jan 2009 06:02:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPENO-0005tb-2S for help-gnu-emacs@gnu.org; Tue, 20 Jan 2009 06:02:35 -0500 Original-Received: from [199.232.76.173] (port=55769 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPENN-0005tR-Kf for help-gnu-emacs@gnu.org; Tue, 20 Jan 2009 06:02:33 -0500 Original-Received: from mta-out.inet.fi ([195.156.147.13]:54961 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPENM-00082I-UB for help-gnu-emacs@gnu.org; Tue, 20 Jan 2009 06:02:33 -0500 Original-Received: from mithlond.arda.local (80.220.180.181) by kirsi1.inet.fi (8.5.014) id 48FC5AC903F753D8; Tue, 20 Jan 2009 13:02:23 +0200 Original-Received: from dtw by mithlond.arda.local with local (Exim 4.69) (envelope-from ) id 1LPENB-00023d-Ec; Tue, 20 Jan 2009 13:02:21 +0200 In-Reply-To: (Sebastian Tennant's message of "Tue\, 20 Jan 2009 10\:18\:10 +0000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:61495 Archived-At: Sebastian Tennant (2009-01-20 10:18 +0000) wrote: > Quoth Peter Dyballa : >> Am 20.01.2009 um 10:09 schrieb Sebastian Tennant: >> >>> It's 'M-x shell-command' I'm thinking about. >> >> Forget it! Shell-command is not meant for interactive use as in a >> shell with aliases and such comfort. > > But my aliases are so handy!!! I want them (without having to run an > interactive shell), and Emacs can give them to me, I know it can :) Aliases work in interactive shell. If you want to use some "aliases" outside an interactive shell turn them into shell scripts.