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

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

bug#10624: 24.0.92; default value of `dired-do-ch*'


From: Drew Adams
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






reply via email to

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