[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: an inconvenient difference in Emacs 22
From: |
Drew Adams |
Subject: |
RE: an inconvenient difference in Emacs 22 |
Date: |
Thu, 20 Sep 2007 16:45:23 -0700 |
> 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.
If you often revert a buffer (e.g. re-read a file), you might consider
binding `revert-buffer' to a quick key sequence - I use `S-f1', for
instance.