diff options
| author | Juri Linkov | 2012-07-17 21:40:15 +0300 |
|---|---|---|
| committer | Juri Linkov | 2012-07-17 21:40:15 +0300 |
| commit | 6dafa0d5352ada03f9a6db6ba8d3eec8f7884642 (patch) | |
| tree | 65e44148f35e678ce0703643784171206322de1a /etc | |
| parent | b19dd9d1bbf0afce896a367a817e0e22c381308b (diff) | |
| download | emacs-6dafa0d5352ada03f9a6db6ba8d3eec8f7884642.tar.gz emacs-6dafa0d5352ada03f9a6db6ba8d3eec8f7884642.zip | |
* lisp/dired-aux.el (dired-do-async-shell-command): Doc fix.
(dired-do-async-shell-command): Don't add `*' at the end of the
command (Bug#11815).
(dired-do-shell-command): Doc fix.
(dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
Join the individual commands using either "&" or ";" as the
separator depending on the values of these trailing characters.
At the end re-add the trailing "&". (Bug#10598)
* lisp/simple.el (async-shell-command): Sync the interactive spec with
`shell-command'. Doc fix.
(shell-command): Doc fix.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 9 insertions, 3 deletions
| @@ -274,13 +274,13 @@ The variable `diff-use-changed-face' defines whether to use | |||
| 274 | the face `diff-changed', or `diff-removed' and `diff-added' | 274 | the face `diff-changed', or `diff-removed' and `diff-added' |
| 275 | to highlight changes in context diffs. | 275 | to highlight changes in context diffs. |
| 276 | 276 | ||
| 277 | ** Ediff now uses the same color scheme as Diff mode | ||
| 278 | on high color displays. | ||
| 279 | |||
| 277 | ** Flymake uses fringe bitmaps to indicate errors and warnings. | 280 | ** Flymake uses fringe bitmaps to indicate errors and warnings. |
| 278 | See flymake-fringe-indicator-position, flymake-error-bitmap and | 281 | See flymake-fringe-indicator-position, flymake-error-bitmap and |
| 279 | flymake-warning-bitmap. | 282 | flymake-warning-bitmap. |
| 280 | 283 | ||
| 281 | ** Ediff now uses the same color scheme as Diff mode | ||
| 282 | on high color displays. | ||
| 283 | |||
| 284 | ** `sh-script' | 284 | ** `sh-script' |
| 285 | *** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. | 285 | *** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. |
| 286 | *** `sh-electric-here-document-mode' now controls auto-insertion of here-docs. | 286 | *** `sh-electric-here-document-mode' now controls auto-insertion of here-docs. |
| @@ -348,6 +348,12 @@ these commands now). | |||
| 348 | ** erc will look up server/channel names via auth-source and use the | 348 | ** erc will look up server/channel names via auth-source and use the |
| 349 | channel keys found, if any. | 349 | channel keys found, if any. |
| 350 | 350 | ||
| 351 | ** Dired | ||
| 352 | |||
| 353 | *** `dired-do-async-shell-command' executes each file sequentially | ||
| 354 | if the command ends in `;' (when operating on multiple files). | ||
| 355 | Othwerwise, it executes the command on each file in parallel. | ||
| 356 | |||
| 351 | ** FFAP | 357 | ** FFAP |
| 352 | 358 | ||
| 353 | *** The option `ffap-url-unwrap-remote' can now be a list of strings, | 359 | *** The option `ffap-url-unwrap-remote' can now be a list of strings, |