all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: grep options
Date: Sat, 15 Jan 2011 08:16:53 +0100	[thread overview]
Message-ID: <878vymbpqy.fsf@gmail.com> (raw)
In-Reply-To: igq5ob$vlo$1@dough.gmane.org

Ken Goldman <kgold@watson.ibm.com> writes:

> When I use grep on C source, I'd like it to search all C source (.c,
> .h, .cpp), not just the files with the same extension.
>
> I could do that with the (obsolete) igrep like this.  Can I reproduce
> it with emacs 23 / grep?
>
> (put 'igrep-files-default 'c-mode
>      (lambda () "*.[ch] *.cpp"))

Anything grep that come with anything-config.el allow you to do that in
two ways:

1) If you want to do a recursive search from your directory, access grep
with C-u, you will be prompted with "OnlyExt: ", add all the ext you
want like:
*.c *.h *.cpp
(separated with space)

2) if you don't want to recurse, from anything-find-files, narrow dow
the list in your directory by adding a space followed by c$\|h$\|cpp$ at
end of prompt e.g
Pattern: /home/you/work/ c$\|h$\|cpp$

then select grep (no prefix arg this time) and start writting your
pattern.

FYI, this grep is incremental, results changes as you write in minibuffer.

NOTE: You DON'T need the file anything-grep.el that is in anything repo,
this work out of the box with the files:

anything.el
anything-config.el
anything-match-plugin.el

Here is the anything repo:
http://repo.or.cz/w/anything-config.git

For more info on anything, use the mailing-list at:
https://groups.google.com/group/emacs-anything?hl=en

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




  reply	other threads:[~2011-01-15  7:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-14 18:47 grep options Ken Goldman
2011-01-15  7:16 ` Thierry Volpiatto [this message]
2011-01-15  7:19   ` Thierry Volpiatto
2011-01-16 20:32   ` Kenneth Goldman
2011-01-21  7:03     ` Kevin Rodgers
2011-01-21 19:33       ` Ken Goldman
2011-01-21 21:14         ` guivho
2011-01-22  5:08         ` Leo
2011-01-24 18:24           ` Ken Goldman
     [not found]         ` <mailman.6.1295672954.8460.help-gnu-emacs@gnu.org>
2011-01-24  3:58           ` Stefan Monnier
2011-01-24 18:28             ` Ken Goldman
2011-02-01  2:50               ` Kevin Rodgers
     [not found]               ` <mailman.16.1296528605.21328.help-gnu-emacs@gnu.org>
2011-02-01 16:52                 ` Stefan Monnier

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=878vymbpqy.fsf@gmail.com \
    --to=thierry.volpiatto@gmail.com \
    --cc=help-gnu-emacs@gnu.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.