From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: untranslated-filesystem-list - should it be a defcustom? Date: Sat, 17 Jun 2006 22:05:16 +0300 Message-ID: References: <4491E2BA.8010207@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1150571134 27317 80.91.229.2 (17 Jun 2006 19:05:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jun 2006 19:05:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 17 21:05:34 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Frg6q-00064D-BC for ged-emacs-devel@m.gmane.org; Sat, 17 Jun 2006 21:05:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Frg6p-0005o9-UW for ged-emacs-devel@m.gmane.org; Sat, 17 Jun 2006 15:05:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Frg6g-0005nq-QC for emacs-devel@gnu.org; Sat, 17 Jun 2006 15:05:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Frg6g-0005nc-D5 for emacs-devel@gnu.org; Sat, 17 Jun 2006 15:05:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Frg6g-0005nZ-A2 for emacs-devel@gnu.org; Sat, 17 Jun 2006 15:05:18 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FrgGa-0005VP-AU for emacs-devel@gnu.org; Sat, 17 Jun 2006 15:15:32 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-228-194.inter.net.il [80.230.228.194]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EXF88519 (AUTH halo1); Sat, 17 Jun 2006 22:05:16 +0300 (IDT) Original-To: Lennart Borgman In-reply-to: <4491E2BA.8010207@student.lu.se> (message from Lennart Borgman on Fri, 16 Jun 2006 00:44:10 +0200) 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:55964 Archived-At: > Date: Fri, 16 Jun 2006 00:44:10 +0200 > From: Lennart Borgman > > How about making `untranslated-filesystem-list' a defcustom? > > As I understand it users are supposed to use > `add-untranslated-filesystem' instead. That however requires some elisp > knowledge (maybe minimal though). This particular arrangement existed in its current form since the release of Emacs 20.1, and no one complained. I think there's no justification to add such a new feature before the release. > BTW, it would be good to augment the docstring for this function (or the > variable if it is turned to a defcustom) with an example where a > directory is added instead of a whole drive. Patches are welcome, thanks.