From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Guido Van Hoecke Newsgroups: gmane.emacs.help Subject: Re: shell-like Emacs CLI, and my Usenet behaviour Date: Fri, 23 Aug 2013 08:06:21 +0200 Message-ID: References: <87eh9qpznc.fsf@nl106-137-194.student.uu.se> <20130821225833.GB5534@hysteria.proulx.com> <8761ux9wkw.fsf@motoko.kusanagi> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1377238021 27767 80.91.229.3 (23 Aug 2013 06:07:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Aug 2013 06:07:01 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 23 08:07:04 2013 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 1VCkWU-0000By-Rr for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Aug 2013 08:07:02 +0200 Original-Received: from localhost ([::1]:35270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCkWT-0007ao-Ty for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Aug 2013 02:07:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCkWE-0007ad-Qz for help-gnu-emacs@gnu.org; Fri, 23 Aug 2013 02:06:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCkW9-0002GP-Oa for help-gnu-emacs@gnu.org; Fri, 23 Aug 2013 02:06:46 -0400 Original-Received: from mail-ve0-x236.google.com ([2607:f8b0:400c:c01::236]:39967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCkW9-0002GJ-KM for help-gnu-emacs@gnu.org; Fri, 23 Aug 2013 02:06:41 -0400 Original-Received: by mail-ve0-f182.google.com with SMTP id m1so165787ves.27 for ; Thu, 22 Aug 2013 23:06:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=4SuQLj5FrEzYw6XoFSkSGP26zgcyP9G6bGbR/Si5inE=; b=xHCuanJvyIv9TUipWrnVVvCjlb+3aL19qXLNeWX5DnVzcHSldRipqMGJMqcud3AfOe Vbwq0laL2ov/zPiRw6QuFByAkENwOMBovdExEIYKdfLJMrMutEy91SCS1X9AcBJmz9id X1U93jkx62qRMSoY3qdwmJhUIM0QxunywGY2xVzHtnTN7GMWqG+OtXyRShDU2WDpT2W9 W7SDqIT91q52KXGFZ3LEkGB8lC90ZY5w/cEUWCDKsEclYLHSat/AbkcqTqBZ6dJqwtu6 BWHC8AOu+9F7FNIRu146FHyD1osOjFWQ2jMOERiNG9lqWyAPs9jJWBhRzGyGISAuSAHz uJJQ== X-Received: by 10.52.249.102 with SMTP id yt6mr12659246vdc.21.1377238001098; Thu, 22 Aug 2013 23:06:41 -0700 (PDT) Original-Received: by 10.52.169.166 with HTTP; Thu, 22 Aug 2013 23:06:21 -0700 (PDT) In-Reply-To: <8761ux9wkw.fsf@motoko.kusanagi> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c01::236 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:93062 Archived-At: On 23 August 2013 00:42, W. Greenhouse wrote: > Besides using eshell like a shell in a dedicated buffer, > `eshell-command' is nice to add to your repertoire of ways to invoke > processes interactively from Emacs. It runs eshell one-liners, similar > to `shell-command' and `async-shell-command'. > > I like (global-set-key (kbd "M-!") 'eshell-command), since I pretty much > never want the standard, synchronous behavior of `shell-command'. Definitely never too old to learn :) Thanks for the pointer, Guido.