diff options
| author | Chong Yidong | 2012-11-08 04:43:38 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-11-08 04:43:38 +0800 |
| commit | 7d806bfec978fbc99c95797e4f236daa44c44007 (patch) | |
| tree | ba7db25273d10f41d1a1822a0fbb80d32f446d11 /etc | |
| parent | 8a3afaf9ea1812d8c341ea27744d68441f3ce5a5 (diff) | |
| download | emacs-7d806bfec978fbc99c95797e4f236daa44c44007.tar.gz emacs-7d806bfec978fbc99c95797e4f236daa44c44007.zip | |
Fix and docfix for the minibuffer-eldef-shorten-default feature.
* lisp/minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
a defcustom with an appropriate :set function.
(minibuffer-default--in-prompt-regexps): New function.
* doc/emacs/mini.texi (Basic Minibuffer): New node. Document
minibuffer-electric-default-mode.
* doc/emacs/display.texi (Visual Line Mode): Fix index entry.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -127,15 +127,14 @@ autoloads have been redefined as functions). | |||
| 127 | --- | 127 | --- |
| 128 | *** In minibuffer filename prompts, `C-M-f' and `C-M-b' now move to the | 128 | *** In minibuffer filename prompts, `C-M-f' and `C-M-b' now move to the |
| 129 | next and previous path separator, respectively. | 129 | next and previous path separator, respectively. |
| 130 | 130 | +++ | |
| 131 | *** minibuffer-electric-default-mode can rewrite (default ...) to [...]. | 131 | *** minibuffer-electric-default-mode can rewrite (default ...) to [...]. |
| 132 | Just set minibuffer-eldef-shorten-default to t before enabling the mode. | 132 | Just set minibuffer-eldef-shorten-default to t before enabling the mode. |
| 133 | 133 | ||
| 134 | ** ImageMagick support, if available, is automatically enabled. | 134 | ** ImageMagick support, if available, is automatically enabled. |
| 135 | It is no longer necessary to call `imagemagick-register-types' | 135 | It is no longer necessary to call `imagemagick-register-types' |
| 136 | explicitly to install ImageMagick image types; that function is called | 136 | explicitly to install ImageMagick image types; that function is called |
| 137 | automatically at startup, or when customizing a relevant imagemagick- | 137 | automatically at startup, or when customizing an imagemagick- option. |
| 138 | option. | ||
| 139 | +++ | 138 | +++ |
| 140 | *** Setting `imagemagick-types-inhibit' to t now disables the use of | 139 | *** Setting `imagemagick-types-inhibit' to t now disables the use of |
| 141 | ImageMagick to view images. You must call imagemagick-register-types | 140 | ImageMagick to view images. You must call imagemagick-register-types |