all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Shenli Zhu <zhushenli2@gmail.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Problem with grep in Emacs 23.2
Date: Mon, 6 Sep 2010 19:32:28 +0800	[thread overview]
Message-ID: <AANLkTint9hoPsqvKNbefTPtT6y15tsqwAv4eSYrLjFXk@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 647 bytes --]

Hi,

In Emacs 23.1, to grep,
(1) M-x grep,
(2) change grep-command "grep -i -nH -e \"re\" -r \"/home/username/\"
--include=\"*.*\"" to what I want.
All works well.

But in Emacs 23.2, after step(1), Emacs will fork a grep subprocess which
take all CPU resource and I have to kill it.

I trace the code, there is a function grep-compute-defaults, seems to check
the system info and set some initial values. It will call grep-probe to run
some small test(grep English in the file Hello in Emacs).

But my grep-command cause Emacs/grep-probe into a non responsive state.

I don't want to change grep-command, how can I skip grep-probe?

Thanks,
Davy

[-- Attachment #2: Type: text/html, Size: 753 bytes --]

             reply	other threads:[~2010-09-06 11:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-06 11:32 Shenli Zhu [this message]
2010-09-06 20:04 ` Problem with grep in Emacs 23.2 Peter Dyballa
2010-09-07  0:22   ` Shenli Zhu
2010-09-07  0:24     ` Lennart Borgman
2010-09-07  1:05       ` Shenli Zhu
2010-09-07  1:24         ` Lennart Borgman
2010-09-07  1:50           ` Shenli Zhu
2010-09-07  7:28             ` Shenli Zhu
     [not found]             ` <mailman.0.1283844542.27325.help-gnu-emacs@gnu.org>
2010-10-01  2:04               ` David Combs

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=AANLkTint9hoPsqvKNbefTPtT6y15tsqwAv4eSYrLjFXk@mail.gmail.com \
    --to=zhushenli2@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.