From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#18232: 24.3.92; Filename completion changes the current working directory Date: Sat, 09 Aug 2014 22:45:48 -0400 Message-ID: References: <20140809.215601.1788203728960933692.hanche@math.ntnu.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1407638783 12816 80.91.229.3 (10 Aug 2014 02:46:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Aug 2014 02:46:23 +0000 (UTC) Cc: 18232@debbugs.gnu.org To: Harald Hanche-Olsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Aug 10 04:46:16 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XGJ9E-0006pA-BK for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Aug 2014 04:46:16 +0200 Original-Received: from localhost ([::1]:58073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGJ9E-00048a-0Z for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Aug 2014 22:46:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGJ97-00047R-Iv for bug-gnu-emacs@gnu.org; Sat, 09 Aug 2014 22:46:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGJ90-0004yS-1v for bug-gnu-emacs@gnu.org; Sat, 09 Aug 2014 22:46:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGJ8z-0004yJ-Uz for bug-gnu-emacs@gnu.org; Sat, 09 Aug 2014 22:46:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XGJ8z-00085m-Mm for bug-gnu-emacs@gnu.org; Sat, 09 Aug 2014 22:46:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Aug 2014 02:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18232 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18232-submit@debbugs.gnu.org id=B18232.140763875231090 (code B ref 18232); Sun, 10 Aug 2014 02:46:01 +0000 Original-Received: (at 18232) by debbugs.gnu.org; 10 Aug 2014 02:45:52 +0000 Original-Received: from localhost ([127.0.0.1]:36908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGJ8q-00085O-7N for submit@debbugs.gnu.org; Sat, 09 Aug 2014 22:45:52 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:47187 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGJ8m-00085F-SG for 18232@debbugs.gnu.org; Sat, 09 Aug 2014 22:45:49 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XGJ8m-00074d-63; Sat, 09 Aug 2014 22:45:48 -0400 X-Spook: kilo class World Trade Center military Operation Iraqi X-Ran: NysFY0}`n3XPicI.O[g`]kNqGjM7-vcM.V,7*EPu (Harald Hanche-Olsen's message of "Sat, 09 Aug 2014 21:56:01 +0200 (CEST)") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:92363 Archived-At: Harald Hanche-Olsen wrote: > Starting with emacs -Q: > > - Find the PID of the running emacs process. > - In a root shell, run "lsof -p PID | grep cwd". > - Evaluate (read-file-name-default "Filename: ") and don't hit RETURN > - Navigate to some other directory, and cause filename completion to > happen. For example, type "/tmp/" and follow up with TAB. > - Run the lsof command again, and note that the current working > directory has changed. I can't reproduce that on GNU/Linux. In general, if you visit files and then unmount the hosting filesystems, you are going to have problems. > In GNU Emacs 24.3.92.2 (x86_64-apple-darwin13.3.0, NS apple-appkit-1265.21)