From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Denis Bueno" Newsgroups: gmane.emacs.help Subject: Re: an inconvenient difference in Emacs 22 Date: Thu, 20 Sep 2007 20:55:29 -0400 Message-ID: <6dbd4d000709201755x1e4524fdif5ba5f3b4432f94d@mail.gmail.com> References: <8764258jmh.fsf@zorba.coolheads.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190336157 16903 80.91.229.12 (21 Sep 2007 00:55:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2007 00:55:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Steve Newcomb To: "Drew Adams" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 21 02:55:55 2007 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 1IYWoC-0003Pe-02 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2007 02:55:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYWo9-0003vM-LT for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Sep 2007 20:55:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYWnv-0003th-4o for help-gnu-emacs@gnu.org; Thu, 20 Sep 2007 20:55:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYWnr-0003su-0i for help-gnu-emacs@gnu.org; Thu, 20 Sep 2007 20:55:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYWnq-0003sn-UP for help-gnu-emacs@gnu.org; Thu, 20 Sep 2007 20:55:30 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.233]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYWnq-0008Qt-Ja for help-gnu-emacs@gnu.org; Thu, 20 Sep 2007 20:55:30 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so534866wxc for ; Thu, 20 Sep 2007 17:55:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=OsAO0BBWumuEHtvSBBkV2ZYH7z6k5TQ8ePhPyji9oyI=; b=bomAirWLmQiieaQOFxOSb7qImG6+Yna9oRsdzdLbgxb3d11YbUN0mQ/qBGhZxntViS7dDz713Lvt5MyM88f1uIbfB6N0zO+4p8wTQ3gqeXDX6wTXHBxLFGBGThewuFNxv45a/wH0CxToYczQmzkv7ubQ1HgU6YjKExRQc+2saLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UtY/GBZTI8KRYzmIfkCPh+jNRK+cta1IdPi8WNfYmvOvmh5Bk2yCmesYxl/P39qLoK0hPDX3xa8g0HMi2VPXC/oEh7U2UH/gAMdsG49ZaJjX4i7nmTxkcrsG6Ck2sPVD0mWKW3ZeWPIPcdCvQTNxpFUrZXKyOXBpWsSjCenIdNE= Original-Received: by 10.90.69.8 with SMTP id r8mr2110325aga.1190336129405; Thu, 20 Sep 2007 17:55:29 -0700 (PDT) Original-Received: by 10.90.101.16 with HTTP; Thu, 20 Sep 2007 17:55:29 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Detected-Kernel: 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:47708 Archived-At: On 9/20/07, Drew Adams wrote: > > In older versions of Emacs, C-X C-F ENTER has always re-read the > > file associated with the buffer the user was already in. > > > > In my shiny new Emacs 22, this doesn't happen. Instead, > > what is opened is the directory > > I believe that this was done deliberately. > > FWIW, you can do `C-x C-f C-n' to get what you want (at the cost of another > keystroke). The `C-n' retrieves the default value, which is the name of the > current file. I believe you can also do `C-c C-v RET'. -- Denis