diff options
| author | Masatake YAMATO | 2012-04-13 23:43:03 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2012-04-13 23:43:03 +0200 |
| commit | 09b95ce39ba378b3fe116379c85af5a5a42599cd (patch) | |
| tree | eb4ede80437bdbaecdcfab073d1fdbacdb5af94b /etc | |
| parent | 4b63a9ca3d6451521cdcd2274e9ab1c9b16ba092 (diff) | |
| download | emacs-09b95ce39ba378b3fe116379c85af5a5a42599cd.tar.gz emacs-09b95ce39ba378b3fe116379c85af5a5a42599cd.zip | |
Make `C-M-f' and friends work better when prompting for file names
* minibuffer.el (minibuffer-local-filename-syntax): New variable
to allow `C-M-f' and `C-M-b' to move to the nearest path
separator.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -44,6 +44,9 @@ prompts for a column number. | |||
| 44 | ** `mouse-avoidance-banish-position' can now be used to customize | 44 | ** `mouse-avoidance-banish-position' can now be used to customize |
| 45 | `mouse-avoidance-mode' further. | 45 | `mouse-avoidance-mode' further. |
| 46 | 46 | ||
| 47 | ** `C-M-f' and `C-M-b' will now move to the path name separator | ||
| 48 | character when doing minibuffer filename prompts. | ||
| 49 | |||
| 47 | 50 | ||
| 48 | * Changes in Specialized Modes and Packages in Emacs 24.2 | 51 | * Changes in Specialized Modes and Packages in Emacs 24.2 |
| 49 | 52 | ||