From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Turning on file-name-shadow-mode by default (was: opening /tmp//foo doesn't work.) Date: Sun, 13 Nov 2005 18:09:32 -0600 (CST) Message-ID: <200511140009.jAE09WP00642@raven.dms.auburn.edu> References: <20051112104720.GK11234@boetes.org> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1131927109 29311 80.91.229.2 (14 Nov 2005 00:11:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Nov 2005 00:11:49 +0000 (UTC) Cc: Reiner.Steib@gmx.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 14 01:11:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EbRvj-00034r-Ot for ged-emacs-devel@m.gmane.org; Mon, 14 Nov 2005 01:10:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbRvj-0006Y4-0d for ged-emacs-devel@m.gmane.org; Sun, 13 Nov 2005 19:10:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EbRv7-0006Xu-4q for emacs-devel@gnu.org; Sun, 13 Nov 2005 19:10:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EbRv6-0006Xd-AA for emacs-devel@gnu.org; Sun, 13 Nov 2005 19:10:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbRv6-0006XY-0H for emacs-devel@gnu.org; Sun, 13 Nov 2005 19:10:00 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EbRv5-0000Mx-A2; Sun, 13 Nov 2005 19:09:59 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.13.3+Sun/8.13.3) with ESMTP id jAE09uCc020631; Sun, 13 Nov 2005 18:09:57 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id jAE09WP00642; Sun, 13 Nov 2005 18:09:32 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.1 (manatee.dms.auburn.edu [131.204.53.104]); Sun, 13 Nov 2005 18:09:57 -0600 (CST) 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:45922 Archived-At: Richard Stallman wrote: I've been using `file-name-shadow-mode' for about one year now (I didn't know about it before) and I think it should be turned on by default. I agree. Could someone please turn it on by default, and ack? I will do it, but I prefer to wait until Stefan's patch is installed. I do not believe that one or two extra days will make a difference. This is a minor mode, so there are some subtleties with Custom. I believe rfn-eshadow.el will need to be preloaded and I do not want to check twice whether everything that it uses is defined at the time I load it, once with the old code and once with the new code. Sincerely, Luc.