diff options
| author | Andreas Politz | 2017-10-26 08:59:05 +0200 |
|---|---|---|
| committer | Andreas Politz | 2017-11-04 21:48:54 +0100 |
| commit | d3233b437eb8757e3c5abc1b50f100ea53ca9e15 (patch) | |
| tree | 369c0951484e63f15ef1ff882bc1c0047fca76af /etc | |
| parent | bd886c6f566cb1e79e388305f8be05e55753b730 (diff) | |
| download | emacs-d3233b437eb8757e3c5abc1b50f100ea53ca9e15.tar.gz emacs-d3233b437eb8757e3c5abc1b50f100ea53ca9e15.zip | |
Make filecache use extended completion
* lisp/filecache.el (file-cache-minibuffer-complete): Use
completion-try-completion and completion-all-completions.
* etc/NEWS: Add news entry.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -103,6 +103,12 @@ less verbose by removing non-essential information. | |||
| 103 | dimensions, instead of always using 16 pixels. As a result, Tetris, | 103 | dimensions, instead of always using 16 pixels. As a result, Tetris, |
| 104 | Snake and Pong are more playable on HiDPI displays. | 104 | Snake and Pong are more playable on HiDPI displays. |
| 105 | 105 | ||
| 106 | ** Filecache | ||
| 107 | |||
| 108 | --- | ||
| 109 | *** Completing filenames in the minibuffer via 'C-TAB' now uses the | ||
| 110 | styles as configured by the variable 'completion-styles'. | ||
| 111 | |||
| 106 | 112 | ||
| 107 | * New Modes and Packages in Emacs 27.1 | 113 | * New Modes and Packages in Emacs 27.1 |
| 108 | 114 | ||