all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: The Quiet Center <thequietcenter@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Integrating Windows Emacs with Cygwin - how I got it working
Date: Sat, 27 Feb 2010 15:57:11 +0100	[thread overview]
Message-ID: <e01d8a51002270657x5142364aif2e2f417146ded47@mail.gmail.com> (raw)
In-Reply-To: <71f1270d-2f5a-41b8-9f42-5c8bb761ae26@t41g2000yqt.googlegroups.com>

On Sat, Feb 27, 2010 at 3:08 PM, The Quiet Center
<thequietcenter@gmail.com> wrote:
> On Feb 27, 8:42 am, Lennart Borgman <lennart.borg...@gmail.com> wrote:
>> On Sat, Feb 27, 2010 at 11:11 AM, The Quiet Center
>
>
>>
>> > For instance, it was not possible to type M-x grep-find and have a
>> > working grep.
>>
>> The installers for Emacs+EmacsW32 (patched or unpatched) comes with
>> grep and find so I believed this should work. You do not have to use
>> cygwin's grep and find (and I do not know if that works).
>>
>> I am not using grep-find myself, only rgrep/lgrep. Can you please tell
>> us what did not work as expected?
>
> Well I didnt understand what to put on the command-line... here is
> what comes up when type M-x grep-find
>
> Run find (like this): grep -r <C> -nH . --include=


Hm, thanks, looks like there is a bug there in Emacs+EmacsW32. The
normal default line should be

   Run find (like this): find . -type f -print0 | xargs -0 -e grep -nH -e

I do not know what has happened. I have changed the use of grep in
rgrep/lgrep a bit because it works in my opinion using the -r argument
of grep, but perhaps I trashed something for grep-find. I will have a
look at that as soon as I can.

But I have some problems with nXhtml to fix first so it may be a while
before I can look at it more carefully. Just out of curiousity, do you
really need grep-find? Perhaps rgrep is enough?




  reply	other threads:[~2010-02-27 14:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-27 10:11 Integrating Windows Emacs with Cygwin - how I got it working The Quiet Center
2010-02-27 13:42 ` Lennart Borgman
     [not found] ` <mailman.1973.1267278188.14305.help-gnu-emacs@gnu.org>
2010-02-27 14:08   ` The Quiet Center
2010-02-27 14:57     ` Lennart Borgman [this message]
     [not found]     ` <mailman.1985.1267282656.14305.help-gnu-emacs@gnu.org>
2010-02-27 15:39       ` The Quiet Center
2010-02-27 18:29         ` Lennart Borgman
2010-02-27 15:35   ` The Quiet Center

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=e01d8a51002270657x5142364aif2e2f417146ded47@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=thequietcenter@gmail.com \
    /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.