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: log-edit-strip-single-file-name Date: Sun, 07 Feb 2010 20:28:02 -0500 Message-ID: References: <3a26oiti.fsf@fencepost.gnu.org> <12bpggw4wg.fsf@fencepost.gnu.org> <201001290820.o0T8KCv1022959@godzilla.ics.uci.edu> <201002040751.o147pVEb025009@godzilla.ics.uci.edu> <201002060426.o164QMaa000423@godzilla.ics.uci.edu> <201002061918.o16JI5BL000335@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265592506 8439 80.91.229.12 (8 Feb 2010 01:28:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Feb 2010 01:28:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 08 02:28:17 2010 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.69) (envelope-from ) id 1NeIQC-0005E9-T7 for ged-emacs-devel@m.gmane.org; Mon, 08 Feb 2010 02:28:17 +0100 Original-Received: from localhost ([127.0.0.1]:56438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeIQC-0001Ae-6T for ged-emacs-devel@m.gmane.org; Sun, 07 Feb 2010 20:28:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NeIQ6-0001AZ-Jp for emacs-devel@gnu.org; Sun, 07 Feb 2010 20:28:10 -0500 Original-Received: from [199.232.76.173] (port=60204 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeIQ5-0001AR-8F for emacs-devel@gnu.org; Sun, 07 Feb 2010 20:28:09 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NeIQ4-0004LN-Gh for emacs-devel@gnu.org; Sun, 07 Feb 2010 20:28:09 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:11576 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NeIQ4-0004LI-9y for emacs-devel@gnu.org; Sun, 07 Feb 2010 20:28:08 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuAEAOf3bktLd+Rw/2dsb2JhbACBMtUfhFQEim+DLA X-IronPort-AV: E=Sophos;i="4.49,424,1262581200"; d="scan'208";a="55512516" Original-Received: from 75-119-228-112.dsl.teksavvy.com (HELO pastel.home) ([75.119.228.112]) by ironport2-out.pppoe.ca with ESMTP; 07 Feb 2010 20:28:02 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 469437F5D; Sun, 7 Feb 2010 20:28:02 -0500 (EST) In-Reply-To: <201002061918.o16JI5BL000335@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Sat, 6 Feb 2010 11:18:05 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:121015 Archived-At: >> I think that using something else than default-directory would be >> a serious source of surprise for the user. > That would not happen, the default-directory is passed to > hack-local-directory-variable as an optional argument. Right, but providing it as an argument is implicitly indicating that it could be something else in some cases. > But if you prefer to use default-directory instead of passing it as an > argument, I'll do that. Yes, that'd be better. Stefan