comparison etc/NEWS @ 45694:b31ffbdd8d11

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Sat, 08 Jun 2002 21:06:40 +0000
parents bac6738f3c27
children 75e9d527da2b
comparison
equal deleted inserted replaced
45693:5981072a9e22 45694:b31ffbdd8d11
291 291
292 ** Info-index finally offers completion. 292 ** Info-index finally offers completion.
293 293
294 ** shell-mode now supports programmable completion using `pcomplete'. 294 ** shell-mode now supports programmable completion using `pcomplete'.
295 295
296 ** Emacs now tries to set up buffer coding systems for XML files 296 ** Emacs now tries to set up buffer coding systems for HTML/XML files
297 automatically. This is accomplished using the general mechanism of a 297 automatically. This is accomplished using the general mechanism of a
298 new variable called `auto-coding-functions', which you may add to. 298 new variable called `auto-coding-functions', which you may add to. If
299 the coding system is detected incorrectly, you may use coding: tags to
300 override them.
299 301
300 ** The new command `comint-input-previous-argument' in comint-derived 302 ** The new command `comint-input-previous-argument' in comint-derived
301 modes (shell-mode etc) inserts arguments from previous command lines, 303 modes (shell-mode etc) inserts arguments from previous command lines,
302 like bash's `ESC .' binding. It is bound by default to `C-c .', but 304 like bash's `ESC .' binding. It is bound by default to `C-c .', but
303 otherwise behaves quite similarly to the bash version. 305 otherwise behaves quite similarly to the bash version.