From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: filename from buffer-name Date: Tue, 12 Oct 2004 14:50:08 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1097618059 20265 80.91.229.6 (12 Oct 2004 21:54:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2004 21:54:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 12 23:54:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CHUat-000084-00 for ; Tue, 12 Oct 2004 23:54:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHUht-0007L6-BT for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Oct 2004 18:01:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHUhk-0007L0-Ef for help-gnu-emacs@gnu.org; Tue, 12 Oct 2004 18:01:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHUhk-0007Ko-1z for help-gnu-emacs@gnu.org; Tue, 12 Oct 2004 18:01:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHUhi-0007Kl-C5 for help-gnu-emacs@gnu.org; Tue, 12 Oct 2004 18:01:11 -0400 Original-Received: from [148.87.2.204] (helo=inet-mail4.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CHUXD-0000L2-7R for help-gnu-emacs@gnu.org; Tue, 12 Oct 2004 17:50:19 -0400 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.191.11]) by inet-mail4.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i9CLif43011346; Tue, 12 Oct 2004 14:44:42 -0700 (PDT) Original-Received: from rgmgw2.us.oracle.com (localhost [127.0.0.1]) by rgmgw2.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i9CLoD7c025119; Tue, 12 Oct 2004 15:50:13 -0600 Original-Received: from dradamslap (dhcp-amer-csvpn-gw2-141-144-81-146.vpn.oracle.com [141.144.81.146]) by rgmgw2.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id i9CLoCdJ025098; Tue, 12 Oct 2004 15:50:13 -0600 Original-To: "Sarir Khamsi" , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21218 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21218 buffer-file-name Get in the habit of using `M-x apropos'. In this case apropos buffer file and/or name. -- I am trying to find the lisp function that will give me a filename, and path, from a buffer name. Does anyone know what that function is? Thanks.