From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: Dump file content into a variable, how to? Date: Tue, 19 Jun 2007 11:23:13 +0200 Organization: sometimes Message-ID: <87r6o82t8e.fsf@ambire.localdomain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182246102 29014 80.91.229.12 (19 Jun 2007 09:41:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2007 09:41:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 19 11:41:40 2007 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 1I0aDQ-0002Sq-Tm for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Jun 2007 11:41:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0aDQ-0001AJ-Ex for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Jun 2007 05:41:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: ppp-9-37.21-151.libero.it Original-X-Trace: quimby.gnus.org 1182244998 26251 151.21.37.9 (19 Jun 2007 09:23:18 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 19 Jun 2007 09:23:18 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:pZjv30HdvhTRv4ugNkHjGIyIYu8= Original-Xref: shelby.stanford.edu gnu.emacs.help:149575 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:45163 Archived-At: () Ismael Valladolid Torres () Tue, 19 Jun 2007 10:17:28 +0200 shell-command will be no useful as I don't need the "cat" output in the echo area nor in another buffer, I need it into a variable. Any ideas welcome. C-h f shell-command TAB TAB thi