From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lothar Braun Newsgroups: gmane.emacs.help Subject: Re: Start xterm from minibuffer?? Date: Fri, 14 Jul 2006 20:19:25 +0200 Message-ID: <1152901165.3097.4.camel@localhost.localdomain> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152901168 22344 80.91.229.2 (14 Jul 2006 18:19:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Jul 2006 18:19:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 14 20:19:26 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 1G1SFr-0004mq-OO for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Jul 2006 20:19:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1SFr-00044e-5n for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Jul 2006 14:19:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1SFe-00040z-Fq for help-gnu-emacs@gnu.org; Fri, 14 Jul 2006 14:18:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1SFd-0003xd-0L for help-gnu-emacs@gnu.org; Fri, 14 Jul 2006 14:18:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1SFc-0003xH-Le for help-gnu-emacs@gnu.org; Fri, 14 Jul 2006 14:18:56 -0400 Original-Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1SHf-0002WI-55 for help-gnu-emacs@gnu.org; Fri, 14 Jul 2006 14:21:03 -0400 Original-Received: from [84.160.177.198] (helo=p54A0B1C6.dip0.t-ipconnect.de) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1G1SFb2F27-0003xI; Fri, 14 Jul 2006 20:18:55 +0200 Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-Mailer: Evolution 2.6.2 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:104f95452e150713f597d156114ee5ee 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:35964 Archived-At: On Fri, 2006-07-14 at 18:41 +0200, Johs32 wrote: > How do I do that?? I have tried Alt+1, Alt+Shift+1 but that does not give > me: M-! Alt+Shift+1 should work. The function that should be called is shell-command. Try to run it with "M-x shell-command" -- Lothar