From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Johannes Quint Newsgroups: gmane.emacs.help Subject: creating alias-link to file Date: Mon, 04 Sep 2006 11:52:30 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: sea.gmane.org 1157366642 21237 80.91.229.2 (4 Sep 2006 10:44:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Sep 2006 10:44:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 04 12:43:59 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GKBvj-0005Be-18 for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Sep 2006 12:43:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKBvi-00077K-IO for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Sep 2006 06:43:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKB8E-00027z-K4 for help-gnu-emacs@gnu.org; Mon, 04 Sep 2006 05:52:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKB8A-0001zM-CU for help-gnu-emacs@gnu.org; Mon, 04 Sep 2006 05:52:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKB8A-0001z4-29 for help-gnu-emacs@gnu.org; Mon, 04 Sep 2006 05:52:38 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKBIe-0004oC-Jz for help-gnu-emacs@gnu.org; Mon, 04 Sep 2006 06:03:28 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1GKB89-0003bp-HZ for gnu-emacs-help@ftp.gnu.org; Mon, 04 Sep 2006 05:52:37 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.52) id 1GKBIc-0004nw-QG for gnu-emacs-help@ftp.gnu.org; Mon, 04 Sep 2006 06:03:28 -0400 Original-Received: from [195.14.215.232] (helo=newsreader2.netcologne.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKBIc-0004nb-CQ for gnu-emacs-help@ftp.gnu.org; Mon, 04 Sep 2006 06:03:26 -0400 Original-Received: from newsreader2.netcologne.de (localhost [127.0.0.1]) by newsreader2.netcologne.de (8.12.10/8.12.10) with ESMTP id k849qXeN000173 for ; Mon, 4 Sep 2006 11:52:33 +0200 (MEST) Original-Received: (from news@localhost) by newsreader2.netcologne.de (8.12.10/8.12.10/Submit) id k849qWQf000172 for gnu-emacs-help@prep.ai.mit.edu; Mon, 4 Sep 2006 11:52:32 +0200 (MEST) Original-To: gnu-emacs-help@ftp.gnu.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-Distribution: world Original-NNTP-Posting-Host: xdsl-81-173-140-37.netcologne.de Original-X-Trace: newsreader2.netcologne.de 1157363552 29582 81.173.140.37 (4 Sep 2006 09:52:32 GMT) Original-X-Complaints-To: abuse@netcologne.de Original-NNTP-Posting-Date: Mon, 4 Sep 2006 09:52:32 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:DEO51oThh8EjB6J9L2OG9iw1DAY= X-Mailman-Approved-At: Mon, 04 Sep 2006 06:43:39 -0400 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:37145 Archived-At: is it possible to open a file with find-file-at-point using an alias? i.e. i want to open the file ~/a/b/c/d/e/f/g/h.txt" but i want to open it by going to the name "xy". thanks for hints. j.q.