From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: open file listed in a text file Date: Tue, 9 Feb 2010 03:26:29 +0100 Message-ID: References: <800bd9a9-0a03-4fc9-b395-328fbd835c93@l26g2000yqd.googlegroups.com> <21glsk9brxy5.fsf@gmail.com> <21glocjzrwii.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1265682444 30664 80.91.229.12 (9 Feb 2010 02:27:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Feb 2010 02:27:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: William Xu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 09 03:27:22 2010 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.69) (envelope-from ) id 1Nefot-0003Ck-Ok for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Feb 2010 03:27:20 +0100 Original-Received: from localhost ([127.0.0.1]:58249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nefot-0000eS-8F for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Feb 2010 21:27:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NefoX-0000eN-Mh for help-gnu-emacs@gnu.org; Mon, 08 Feb 2010 21:26:57 -0500 Original-Received: from [199.232.76.173] (port=34769 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NefoX-0000eF-B7 for help-gnu-emacs@gnu.org; Mon, 08 Feb 2010 21:26:57 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NefoW-0002Ab-NC for help-gnu-emacs@gnu.org; Mon, 08 Feb 2010 21:26:57 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:31887) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NefoW-0002AV-Dc for help-gnu-emacs@gnu.org; Mon, 08 Feb 2010 21:26:56 -0500 Original-Received: by fg-out-1718.google.com with SMTP id e21so19909fga.12 for ; Mon, 08 Feb 2010 18:26:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=pb8H23WIpHWgUQlNisjqtfFXBih+Ita9nNYCWyjzRtg=; b=iImugaDrB9jUkFfdegj57n9Lj69W+PIVon9K/p+dAC4TGoyECuICRqt1uoucwDxhV4 78fEouGlRV8m8m+JBsaN1y+fXIioKLIapQ1OiyGfDevq/nhzu2xY/KYWgmNborlToORM /OQAKoiEb4d//Pi50fnVHMgxXiuhK/L2h2o+8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=rKeOM1G/DB8UOgkQs7pMt+9G6XJMjKanc3qr/TJJw90nreZf2JFJcQe/AluJOHxSWY UvSwI5uxdPyRMDqG9k8Uw85c0aNhClAYkzAqZ5+ZgVAvMqXHkDJU94AZc657sTjdWoYt CWVIiAOfvqmPajGGeneKszB82pceJqzpLcAxM= Original-Received: by 10.239.154.204 with SMTP id f12mr699228hbc.153.1265682409198; Mon, 08 Feb 2010 18:26:49 -0800 (PST) In-Reply-To: <21glocjzrwii.fsf@gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:71751 Archived-At: On Tue, Feb 9, 2010 at 3:08 AM, William Xu wrote: > > Ahh, I was wrong. =C2=A0Emacs also understands that. =C2=A0Except both em= acs & vim > don't recognize environment variable on Windows XP. (unless (file-exists-p (substitute-in-file-name "$ProgramFiles/GIMP-2.0")) (message "Don't you know about GIMP?"))