From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: should `minibuffer-complete' use `abbreviate-file-name'? Date: Mon, 15 Oct 2007 14:04:48 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192473415 10565 80.91.229.12 (15 Oct 2007 18:36:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 18:36:55 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 20:36:46 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IhUJg-0001Mk-8h for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 20:05:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhUJZ-0000lF-0r for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 14:05:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhUJW-0000ja-G1 for emacs-devel@gnu.org; Mon, 15 Oct 2007 14:05:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhUJV-0000iy-Ud for emacs-devel@gnu.org; Mon, 15 Oct 2007 14:05:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhUJV-0000iv-Sk for emacs-devel@gnu.org; Mon, 15 Oct 2007 14:05:13 -0400 Original-Received: from x-132-204-240-91.xtpr.umontreal.ca ([132.204.240.91] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhUJO-0004Qr-QI; Mon, 15 Oct 2007 14:05:11 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 636E5B41BB; Mon, 15 Oct 2007 14:04:48 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Mon\, 15 Oct 2007 09\:25\:01 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80942 Archived-At: > For various reasons, he might not WANT such symlinks. He can also create > environment variables, as Stefan suggested, but he might not WANT such env > vars. He might not WANT such abbreviation/substitution/rewriting (call it > what you like) in EVERY program. Then he can do it via file-name-handler-alist ;-) Stefan