From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: Dump file content into a variable, how to? Date: Tue, 19 Jun 2007 13:48:39 +0200 Message-ID: References: <20070619081728.GE3082@punkass.com> <20070619112016.GA3195@punkass.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182253741 23296 80.91.229.12 (19 Jun 2007 11:49:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2007 11:49:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Ismael Valladolid Torres" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 19 13:49:00 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 1I0cCf-0002sP-Pa for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Jun 2007 13:48:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0cCf-0008Ur-0i for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Jun 2007 07:48:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0cCQ-0008UZ-Hu for help-gnu-emacs@gnu.org; Tue, 19 Jun 2007 07:48:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0cCO-0008UH-Vr for help-gnu-emacs@gnu.org; Tue, 19 Jun 2007 07:48:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0cCO-0008UD-PW for help-gnu-emacs@gnu.org; Tue, 19 Jun 2007 07:48:40 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.238]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0cCO-0000yJ-8d for help-gnu-emacs@gnu.org; Tue, 19 Jun 2007 07:48:40 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so1956773wxd for ; Tue, 19 Jun 2007 04:48:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZxoyvNba7CYPWgJYD4kpCPDe8mF9N8d6BaScuOFn6wux76XY7gEoH3pHWwsuxa4JKH2wnxcqRwohZTMOirUZQic9qUY6rVQzBPzklaGZJ/D/2w0e5Hccu0KNYW3H5ALgtxNPIw2P4NOMCsKe/4jaso8/GaSW2jehbq8lvktE9ds= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DQHT3qnZM0ZQcnzALLGnGD1NX/Ywi5U4Dc00UxSJUq+RMBZeC2bo6jqi6owVzyO+e6MyVbwo2jmHm+Cx9ddRZson4/0esJ43b+IKRcO5jbCqddna0C6vDD2ohb6Gx/z3XDJTXzE5Kp+/E0I7W7U+uSZUiKBOB8REdTYD+DdHsss= Original-Received: by 10.90.52.18 with SMTP id z18mr4617601agz.1182253719220; Tue, 19 Jun 2007 04:48:39 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Tue, 19 Jun 2007 04:48:39 -0700 (PDT) In-Reply-To: <20070619112016.GA3195@punkass.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:45167 Archived-At: On 6/19/07, Ismael Valladolid Torres wrote: > Code below did it: I'd wrap it in the `condition-case' and all the paraphernalia, just to be on the safe side. > Gracias. ;) Un placer, Juanma