From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: xiongjieyi@gmail.com Newsgroups: gmane.emacs.help Subject: Is there any way to open a file whose name is written in another file? Date: Fri, 6 Feb 2015 13:29:10 -0800 (PST) Message-ID: <559d9e65-37dd-4ac0-8cbd-f80e8d91bb83@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1423259531 27151 80.91.229.3 (6 Feb 2015 21:52:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2015 21:52:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 06 22:52:10 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YJqoo-0003NT-OO for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 22:52:06 +0100 Original-Received: from localhost ([::1]:50703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJqoo-0002yb-7R for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 16:52:06 -0500 X-Received: by 10.42.100.77 with SMTP id z13mr13128628icn.10.1423258151216; Fri, 06 Feb 2015 13:29:11 -0800 (PST) X-Received: by 10.140.40.242 with SMTP id x105mr65866qgx.14.1423258151023; Fri, 06 Feb 2015 13:29:11 -0800 (PST) Original-Path: usenet.stanford.edu!hl2no10963798igb.0!news-out.google.com!q4ni11076qan.0!nntp.google.com!v8no7074400qal.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=134.107.225.254; posting-account=Xc84wgkAAACjtAuAMEgwTzRWrDl1vlZN Original-NNTP-Posting-Host: 134.107.225.254 User-Agent: G2/1.0 Injection-Date: Fri, 06 Feb 2015 21:29:11 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:210266 X-Mailman-Approved-At: Fri, 06 Feb 2015 16:51:54 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102543 Archived-At: Is there any way to open a file whose name is written in another file? For = example, I want to open file A in emacs. The path and name of file A is rec= orded in file B. The filename of file B is fixed, but file A is changeable.= So I hope emacs can read the path&name of file A in file B first, and open= file A.