all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Juri Linkov'" <juri@jurta.org>
Cc: 10624@debbugs.gnu.org
Subject: bug#10624: 24.0.92; default value of `dired-do-ch*'
Date: Sun, 16 Sep 2012 17:39:22 -0700	[thread overview]
Message-ID: <E378DBC7601B4444BDC43FAFFC63BC70@us.oracle.com> (raw)
In-Reply-To: <871ui1h6e2.fsf@mail.jurta.org>

> > `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	other threads:[~2012-09-17  0:39 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-27 15:35 bug#10624: 24.0.92; default value of `dired-do-ch*' Drew Adams
2012-01-27 16:23 ` Drew Adams
2012-09-14 23:47   ` Juri Linkov
2012-09-15  0:37     ` Drew Adams
2012-09-15 22:50       ` Juri Linkov
2012-09-16  4:47         ` Drew Adams
2012-09-16 23:48           ` Juri Linkov
2012-09-17  0:39             ` Drew Adams [this message]
2012-09-18 23:22             ` Juri Linkov
2012-09-15 22:54       ` Juri Linkov
2012-09-16  4:47         ` Drew Adams
2012-09-16 23:45           ` bug#10624: Dired-marking all files in the region Juri Linkov
2012-11-22  9:49             ` Juri Linkov
2012-11-22 15:27               ` Drew Adams
2012-11-23  7:51                 ` Juri Linkov
2012-11-23 17:12                   ` Drew Adams
2012-11-25  9:16                     ` Juri Linkov
2012-11-25 15:49                       ` Drew Adams
2012-11-25 16:12                         ` Juri Linkov
2012-11-25 17:02                           ` Drew Adams
2012-11-22 15:40               ` Stefan Monnier
2012-11-23  7:59                 ` Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E378DBC7601B4444BDC43FAFFC63BC70@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=10624@debbugs.gnu.org \
    --cc=juri@jurta.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.