From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs,gmane.emacs.pretest.bugs Subject: bug#767: 23.0.60; compilation-start gives bad default-directory Date: Mon, 08 Sep 2008 00:19:15 +0300 Message-ID: References: <48B00B00.1050305@gmail.com> Reply-To: Eli Zaretskii , 767@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1220822882 1574 80.91.229.12 (7 Sep 2008 21:28:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Sep 2008 21:28:02 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Stefan Monnier , 767@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Sep 07 23:28:57 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KcRoW-00009I-Nj for geb-bug-gnu-emacs@m.gmane.org; Sun, 07 Sep 2008 23:28:57 +0200 Original-Received: from localhost ([127.0.0.1]:60611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcRnW-0002le-TA for geb-bug-gnu-emacs@m.gmane.org; Sun, 07 Sep 2008 17:27:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcRnG-0002RN-4X for bug-gnu-emacs@gnu.org; Sun, 07 Sep 2008 17:27:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcRnE-0002Mo-7K for bug-gnu-emacs@gnu.org; Sun, 07 Sep 2008 17:27:37 -0400 Original-Received: from [199.232.76.173] (port=50824 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcRnD-0002M0-3F for bug-gnu-emacs@gnu.org; Sun, 07 Sep 2008 17:27:35 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:45511) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KcRnC-0001U2-Dn for bug-gnu-emacs@gnu.org; Sun, 07 Sep 2008 17:27:34 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m87LRWHa018691; Sun, 7 Sep 2008 14:27:32 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m87LPCiR018049; Sun, 7 Sep 2008 14:25:12 -0700 X-Loop: don@donarmstrong.com Resent-From: Eli Zaretskii Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 07 Sep 2008 21:25:11 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 767 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 767-submit@emacsbugs.donarmstrong.com id=B767.122082240215586 (code B ref 767); Sun, 07 Sep 2008 21:25:11 +0000 Original-Received: (at 767) by emacsbugs.donarmstrong.com; 7 Sep 2008 21:20:02 +0000 Original-Received: from mtaout5.012.net.il (mtaout5.012.net.il [84.95.2.13]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m87LJvgN015571 for <767@emacsbugs.donarmstrong.com>; Sun, 7 Sep 2008 14:19:59 -0700 Original-Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K6U00J8MGL8SDD2@i_mtaout5.012.net.il> for 767@emacsbugs.donarmstrong.com; Mon, 08 Sep 2008 00:19:56 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Sun, 07 Sep 2008 17:27:37 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:20327 gmane.emacs.pretest.bugs:23010 Archived-At: > From: Stefan Monnier > Date: Sun, 07 Sep 2008 15:34:10 -0400 > Cc: 767@emacsbugs.donarmstrong.com, emacs-pretest-bug@gnu.org > > > If on w32 default-directory is something like c:\top\sub then the > > Then it's a bug. C-h v default-directory says: > > Name of default directory of current buffer. Should end with slash. > To interactively change the default directory, use command `cd'. > > So if it doesn't end in slash, we have a problem. It does end in a slash on my machine (also on MS-Windows). I think the original problem is that it uses backslashes instead of forward slashes.