bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5270: [PATCH] * lisp/image-dired.el (image-dired-dired-insert-marked


From: Juri Linkov
Subject: bug#5270: [PATCH] * lisp/image-dired.el (image-dired-dired-insert-marked-thumbs) Insert thumbnails before file names of marked files in the dired buffer.
Date: Tue, 25 May 2010 18:49:04 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

>> Thierry, could you please send the latest version of your patch here
>> to 5270@debbugs.gnu.org?  It seems a good change to install to Emacs.
>
> changeset:   108790:edb0d0e61eb8
> tag:         qtip
> tag:         patch-r108790
> tag:         tip
> tag:         qbase
> user:        Thierry Volpiatto <thierry.volpiatto@gmail.com>
> date:        Mon May 24 21:40:52 2010 +0200
> summary:     * lisp/image-dired.el (image-dired-dired-insert-marked-thumbs)
> Insert thumbnails before file names of marked files in the dired buffer.

Thanks.  I think your patch should be committed now with two small changes:

1. To make it compatible with other Dired commands, use the interactive
spec (interactive "P") instead of (interactive "p").
And also remove the line `(when (eq arg 1) (setq arg nil))' because
`dired-map-over-marks' already takes care of the prefix argument.

2. Create a new function `image-dired-dired-toggle-marked-thumbs'
from your changes and re-bind it to "\C-t\C-t" in dired.el
because this is a better name for changed functionality.
The current function `image-dired-dired-insert-marked-thumbs'
could be obsoleted later.

I tried your patch with these small changes, and it is much better
than the current `image-dired-dired-insert-marked-thumbs'.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]