emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What does Emacs on w32 know that grep can't figure out?


From: Thierry Volpiatto
Subject: Re: What does Emacs on w32 know that grep can't figure out?
Date: Fri, 01 Oct 2010 13:24:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux)

Have a look also at ioccur.el:
http://mercurial.intuxication.org/hg/ioccur

M-x ioccur
M-x ioccur-dired
M-x ioccur-find-buffer-matching

Mathias Dahl <address@hidden> writes:

> I often use `% g' in Dired for finding files with a certain text in
> them. Together with recursive Dired listings this often solves my
> needs (although it is slower than using grep.)
>
> /Mathias
>
> On Fri, Oct 1, 2010 at 11:28 AM, Lennart Borgman
> <address@hidden> wrote:
>> On Fri, Oct 1, 2010 at 9:13 AM, Eli Zaretskii <address@hidden> wrote:
>>>> From: Lennart Borgman <address@hidden>
>>>> Date: Fri, 1 Oct 2010 02:29:35 +0200
>>>> Cc: Emacs-Devel devel <address@hidden>
>>>>
>>>> > How do we handle what? If you mean, how can Emacs read the text just
>>>> > fine... Emacs has supported UTF-16 and many other coding systems for
>>>> > years.
>>>>
>>>> Using grep is an integral part of Emacs. If grep does not support the
>>>> coding then that part of Emacs will fail.
>>>
>>> What's wrong with "M-x occur" and/or "M-x multi-occur"?
>>
>> They does not do what grep does.
>>
>> And as I said opening the files in a buffer will be bad because of 
>> performance.
>>
>> However using the internal regexp engine for searching the files would
>> be useful, but I have no idea how complicated it is to implement
>> something like that.
>>
>>
>
>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]