diff options
| author | Lars Ingebrigtsen | 2019-10-01 19:53:48 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-10-01 19:53:48 +0200 |
| commit | 98bbded2b37b7608573b1a9c596f5c215257b7ad (patch) | |
| tree | 86ce7ebf95ac7b1553f53e27e3b1dd65cc7a93fd /etc | |
| parent | 41f59e71e2fc60a10991b4e1457fa787e87ab2b3 (diff) | |
| download | emacs-98bbded2b37b7608573b1a9c596f5c215257b7ad.tar.gz emacs-98bbded2b37b7608573b1a9c596f5c215257b7ad.zip | |
Add support for Dired file marking from image-mode
* doc/emacs/files.texi (File Conveniences): Document them.
* lisp/image-mode.el (image-mode--mark-file): New function.
(image-mode-unmark-file, image-mode-mark-file)
(image-mode-copy-file-name-as-kill): New commands and keystrokes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -2726,6 +2726,12 @@ buffer-local, so each buffer could have its own values for these | |||
| 2726 | parameters. | 2726 | parameters. |
| 2727 | 2727 | ||
| 2728 | +++ | 2728 | +++ |
| 2729 | *** Three new 'image-mode' commands have been added: 'm', which marks | ||
| 2730 | the file in the dired buffer(s) for the directory the file is in; 'u', | ||
| 2731 | which unmarks the file; and 'w', which pushes the current buffer's file | ||
| 2732 | name to the kill ring. | ||
| 2733 | |||
| 2734 | +++ | ||
| 2729 | *** The command 'image-rotate' now accepts a prefix argument. | 2735 | *** The command 'image-rotate' now accepts a prefix argument. |
| 2730 | With a prefix argument, 'image-rotate' now rotates the image at point | 2736 | With a prefix argument, 'image-rotate' now rotates the image at point |
| 2731 | 90 degrees counter-clockwise, instead of the default clockwise. | 2737 | 90 degrees counter-clockwise, instead of the default clockwise. |