From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pedro Costa Newsgroups: gmane.emacs.help Subject: Get file info in emacs Date: Sun, 27 Mar 2011 14:32:14 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1301232767 32695 80.91.229.12 (27 Mar 2011 13:32:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2011 13:32:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 27 15:32:40 2011 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.69) (envelope-from ) id 1Q3q57-0007Gd-Kv for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Mar 2011 15:32:37 +0200 Original-Received: from localhost ([127.0.0.1]:37636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3q57-0006PV-2m for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Mar 2011 09:32:37 -0400 Original-Received: from [140.186.70.92] (port=43916 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3q4m-0006PG-La for help-gnu-emacs@gnu.org; Sun, 27 Mar 2011 09:32:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3q4l-0005Qn-LN for help-gnu-emacs@gnu.org; Sun, 27 Mar 2011 09:32:16 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:36676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3q4l-0005Qh-I9 for help-gnu-emacs@gnu.org; Sun, 27 Mar 2011 09:32:15 -0400 Original-Received: by vws4 with SMTP id 4so2215755vws.0 for ; Sun, 27 Mar 2011 06:32:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=rFoNrC2x065tagJzw5r9hxmKxfwvsnsPlxcypgF1qTg=; b=A1+06XjmAO0ICcX4CItDvOJD8DeIt90G53C4BNVCzhGYP/zYDCLBKqTX5zBQUaT+PR VDlFio7ODke7NaFvumWRLVCzJWOsUbxfsvsVtfhF3SudBr7aZ4ANJ8dAIMPjxbDiboij ELkXmeCxYGMX52EmMF82jSUyVXYIxv59F0XV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=dM+Ov/LPwVEGO/65HUwJmdhqLT9ce0S1laezAjJq85x1mVTbwG2cbs4TfW6cyY7R6/ Q57ZNJNbsTOSLpx1VDNUj5XWUTOitTIK+Gp6TdCGz0BtoYesN8gyaNc7ICE5N5TvTQGi yrIeHQ6hNy7KMq7kZUG0RS0Zo2avgY2dNMrG4= Original-Received: by 10.52.95.15 with SMTP id dg15mr3893085vdb.228.1301232734486; Sun, 27 Mar 2011 06:32:14 -0700 (PDT) Original-Received: by 10.52.161.102 with HTTP; Sun, 27 Mar 2011 06:32:14 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 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:80467 Archived-At: Hi, I've opened a file in emacs and I've worked on it and saved it. But, suddenly I forgot in which directory the file is. How can I see the directory where the opened file is in emacs? I don't want to use the bash to get this information. Thanks -- Pedro