From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: should `minibuffer-complete' use `abbreviate-file-name'? Date: Sun, 14 Oct 2007 21:36:50 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1192412267 27950 80.91.229.12 (15 Oct 2007 01:37:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 01:37:47 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 03:37:37 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 1IhEtg-0006Ly-Vv for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 03:37:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhEta-0006f2-8u for ged-emacs-devel@m.gmane.org; Sun, 14 Oct 2007 21:37:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhEt2-0006P6-OT for emacs-devel@gnu.org; Sun, 14 Oct 2007 21:36:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhEt1-0006ON-9z for emacs-devel@gnu.org; Sun, 14 Oct 2007 21:36:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhEt1-0006OK-14 for emacs-devel@gnu.org; Sun, 14 Oct 2007 21:36:51 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhEt0-0007fA-OQ for emacs-devel@gnu.org; Sun, 14 Oct 2007 21:36:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IhEt0-0001eq-40; Sun, 14 Oct 2007 21:36:50 -0400 In-reply-to: (message from Stefan Monnier on Sat, 13 Oct 2007 21:41:34 -0400) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:80883 Archived-At: But if you use it to a different end, you shouldn't be surprised if the behavior isn't always ideal (e.g. if TAB doesn't apply directory-abbrev-alist). This said, I have nothing against TAB calling abbreviate-file-name. I do not like the idea of making TAB perform additional alterations on the minibuffer text.