GNU bug report logs - #10624
24.0.92; default value of `dired-do-ch*'

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Fri, 27 Jan 2012 15:37:01 UTC

Severity: minor

Found in version 24.0.92

Done: Juri Linkov <juri <at> jurta.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Juri Linkov'" <juri <at> jurta.org>
Cc: 10624 <at> debbugs.gnu.org
Subject: bug#10624: 24.0.92; default value of `dired-do-ch*'
Date: Sun, 16 Sep 2012 17:39:22 -0700
> > `T c' or `T M-w' copies the tags from the current-line file.
> >
> > `T p' or `T C-y' pastes those tags to another current-line file,
> > adding them to any existing tags for that file.
> >
> > `T q' pastes similarly, but replaces any existing tags for 
> > the target file.
> >
> > `T > p' (`T > C-y') and `T > q' do the same pasting thing, 
> > but for the marked files.
> 
> Oh no, a whole prefix map for such an auxiliary feature.

Actually, there is a lot more on prefix key `T'.  But that prefix key pertains
only if you load Bookmark+.  All keys on `T' have to do with tagged files, where
tagging is understood in the Delicious sense.

The point of mentioning it in this thread was to show the use of a key to copy
stuff from one file to subsequently use over and over for pasting (by another
key) to other files.

Dired Mode Bindings Starting With T:
key             binding
---             -------

T C-y           diredp-paste-add-tags-this-file
T ESC           Prefix Command
T +             diredp-tag-this-file
T -             diredp-untag-this-file
T 0             diredp-remove-all-tags-this-file
T >             Prefix Command
T c             diredp-copy-tags-this-file
T m             Prefix Command
T p             diredp-paste-add-tags-this-file
T q             diredp-paste-replace-tags-this-file
T u             Prefix Command
T v             diredp-set-tag-value-this-file
T <backtab>     icicle-complete-keys

T u %           diredp-unmark-files-tagged-regexp
T u *           diredp-unmark-files-tagged-all
T u +           diredp-unmark-files-tagged-some
T u ~           Prefix Command
T u <backtab>   icicle-complete-keys

T m %           diredp-mark-files-tagged-regexp
T m *           diredp-mark-files-tagged-all
T m +           diredp-mark-files-tagged-some
T m ~           Prefix Command
T m <backtab>   icicle-complete-keys

T > C-y         diredp-do-paste-add-tags
T > +           diredp-do-tag
T > -           diredp-do-untag
T > 0           diredp-do-remove-all-tags
T > p           diredp-do-paste-add-tags
T > q           diredp-do-paste-replace-tags
T > v           diredp-do-set-tag-value
T > <backtab>   icicle-complete-keys

T M-w           diredp-copy-tags-this-file
T ESC <backtab>                 icicle-complete-keys

T u ~ *         diredp-unmark-files-tagged-not-all
T u ~ +         diredp-unmark-files-tagged-none
T u ~ <backtab>                 icicle-complete-keys

T m ~ *         diredp-mark-files-tagged-not-all
T m ~ +         diredp-mark-files-tagged-none
T m ~ <backtab>                 icicle-complete-keys





This bug report was last modified 12 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.