From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chitlesh Goorah Newsgroups: gmane.emacs.help Subject: open file listed in a text file Date: Sun, 7 Feb 2010 05:34:35 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1265609063 11609 80.91.229.12 (8 Feb 2010 06:04:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Feb 2010 06:04:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 08 07:04:21 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 1NeMjL-0005Jv-R5 for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Feb 2010 07:04:19 +0100 Original-Received: from localhost ([127.0.0.1]:36043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeMjG-0006ak-Bg for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Feb 2010 01:04:14 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!b2g2000yqi.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 83.172.215.173 Original-X-Trace: posting.google.com 1265549675 23772 127.0.0.1 (7 Feb 2010 13:34:35 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 7 Feb 2010 13:34:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b2g2000yqi.googlegroups.com; posting-host=83.172.215.173; posting-account=MEHLBgoAAAA91ofT908k1XnGM8UaLbi1 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20100107 Fedora/3.5.6-1.fc12 Firefox/3.5.6,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:176655 X-Mailman-Approved-At: Mon, 08 Feb 2010 01:03:05 -0500 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:71734 Archived-At: Hello there, I've seen people using gvim opening a file whose filename and path are listed in a text file. e.g #---------------------- #!/usr/bin/tclsh source $(SCRIPTS_HOME)/definitions.tcl .... #---------------------- Is there a way to open the $(SCRIPTS_HOME)/definitions.tcl (with a shortcut) within emacs itself just by placing the cursor on that filename, instead of ctrl-x-f ?