From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: what's the mystery of file-name variable? Date: Thu, 27 Oct 2011 10:01:24 -0700 Message-ID: References: <21ECC0D3E4DA4DEC8A421034EA5AA724@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1319734915 15345 80.91.229.12 (27 Oct 2011 17:01:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 17:01:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'filebat Mark'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 27 19:01:48 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RJTKr-0001vH-0I for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Oct 2011 19:01:45 +0200 Original-Received: from localhost ([::1]:44873 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJTKq-0000QP-IF for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Oct 2011 13:01:44 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJTKl-0000Pq-GB for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 13:01:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJTKf-0007PF-O2 for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 13:01:39 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:45326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJTKf-0007P6-EC for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 13:01:33 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p9RH1Var000419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 27 Oct 2011 17:01:31 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p9RH1UmQ022978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Oct 2011 17:01:30 GMT Original-Received: from abhmt101.oracle.com (abhmt101.oracle.com [141.146.116.53]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p9RH1PtG030211; Thu, 27 Oct 2011 12:01:25 -0500 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 27 Oct 2011 10:01:24 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcyUyCo+U1Qv7IzMROm7Oj1pRZZ2pQAAKvKw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-CT-RefId: str=0001.0A090206.4EA98E6C.0018,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82674 Archived-At: > After clean start with emacs -Q, the problem remain. > Below is my emacs-version: > Emacs 23.3.2... (Please use plain text for this mailing list, not HTML.) I can reproduce the bug in Emacs 23.1, 23.2, and 23.3. It is a regression - it works in Emacs versions prior to Emacs 23. It has been fixed again in Emacs 24 (which is not yet released), apparently. You can downgrade to Emacs 22 or try using the Emacs 24 pretest. Or you can find the fix they made or the Emacs 22 code for it and try using that in your Emacs 23 session.