all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kim Storm <storm@cua.dk>
To: Dmitry Gutov <dgutov@yandex.ru>, 20719@debbugs.gnu.org
Subject: bug#20719: 25.0.50; grep-find-template has no <D> placeholder
Date: Tue, 02 Jun 2015 18:11:36 +0200	[thread overview]
Message-ID: <556DD5B8.7030208@cua.dk> (raw)
In-Reply-To: <556DBD78.7000102@yandex.ru>

On 2015-06-02 16:28, Dmitry Gutov wrote:
> Originally, it was present in the computed value of grep-tree-template.
>
> But in the same commit that renamed it to grep-find-template 
> (2006-04-28, 0acfb7ce), "<D>" was replaced with ".".
>
> Kim, do you remember why? The commit message doesn't seem to provide 
> an adequate explanation.
>

I suppose it was because "rgrep" changes the default directory to the 
specified "dir" before
running the find command - so "." seems to be TRT (and makes the command 
shorter):

       (let ((default-directory dir))
         (compilation-start command 'grep-mode))

Kim





  reply	other threads:[~2015-06-02 16:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-02 14:12 bug#20719: 25.0.50; grep-find-template has no <D> placeholder Dmitry Gutov
2015-06-02 14:28 ` Dmitry Gutov
2015-06-02 16:11   ` Kim Storm [this message]
2015-06-02 18:34     ` Dmitry Gutov
2015-06-02 21:19       ` Kim Storm
2015-06-03  2:47         ` Dmitry Gutov

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=556DD5B8.7030208@cua.dk \
    --to=storm@cua.dk \
    --cc=20719@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    /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.