From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: emacsW32 find-file does not show the current buffer file path? Date: Sun, 7 Jun 2009 11:15:09 +0200 Message-ID: References: <7932f45b-3d7d-4e62-8668-d7638aaf0ef7@j18g2000yql.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244366169 21156 80.91.229.12 (7 Jun 2009 09:16:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Jun 2009 09:16:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Lee Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 07 11:16:07 2009 Return-path: Envelope-to: geh-help-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 1MDEU2-0000gw-Iv for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Jun 2009 11:16:06 +0200 Original-Received: from localhost ([127.0.0.1]:50427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDEU1-00039c-OU for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Jun 2009 05:16:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDETD-0002hl-C9 for help-gnu-emacs@gnu.org; Sun, 07 Jun 2009 05:15:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDET8-0002d9-PE for help-gnu-emacs@gnu.org; Sun, 07 Jun 2009 05:15:14 -0400 Original-Received: from [199.232.76.173] (port=43276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDET8-0002d5-E7 for help-gnu-emacs@gnu.org; Sun, 07 Jun 2009 05:15:10 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:46837) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDET8-0007Zo-4j for help-gnu-emacs@gnu.org; Sun, 07 Jun 2009 05:15:10 -0400 Original-Received: by fxm17 with SMTP id 17so124844fxm.42 for ; Sun, 07 Jun 2009 02:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=BtGUCWASL8/WjA9vkCWp5AoWYaW8Q9XpbCv87iQGic4=; b=hjTY63NyE0/YuRFnj0ZWl3VQ63gmcPrnA7Rvkcj37FiNM/eHj5O25Qy7oVyWz4UMI8 FyuBgrbKf+9z5uKvF7e6bOK1w/SE+GCfdRYnugriH8tfyL8oboO0GLwHWay2hvuTwDzu QbtKaUzWSVry0gIWJn+G07mgGuRquKfwAvUPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=aXGyRMHYYoNRHup4+3e+v1958h04bTGa84M0KhlUNlgv8TkyNCWQOd77JQhzZItAu5 5zJgYWvF4iZ59C0wSQEM6VVfHa9JkmuReOxBECuzb+74IkE5NTH6dfxOjkQhBqJJDuja JVWnQGPv8pMTcQK+BBrUiebcKE+duJiCSt3rQ= Original-Received: by 10.239.152.143 with SMTP id v15mr417134hbb.26.1244366109307; Sun, 07 Jun 2009 02:15:09 -0700 (PDT) In-Reply-To: <7932f45b-3d7d-4e62-8668-d7638aaf0ef7@j18g2000yql.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65000 Archived-At: On Sun, Jun 7, 2009 at 9:36 AM, Xah Lee wrote: > on unixes, when you do find-file, the default path is the path of the > current buffer's file. > > On emacsW32 (Windows), the default path (sometimes) is the last > directory opened. Please give me an example. I have not seen this.