emacs-devel
[Top][All Lists]
Advanced

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

Re: typo in accept-process-output (process.c)


From: Dieter Wilhelm
Subject: Re: typo in accept-process-output (process.c)
Date: Mon, 06 Aug 2007 08:41:17 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Nick Roberts <address@hidden> writes:

>  > Interesting enough this seems to affect only 28 .c and no .el files:
>
>  > address@hidden:/usr/local/emacs-22.1$ find -name \*el -or -name \*.c -exec 
> grep -l "\<iff\>" {} \;
>
>  >...
>
> Hmm, that would make things easier if it were true (I can find 108):
>
> find -name \*el -exec grep -l  "\<iff\>" {} \;
>
...

Your are right, I haven't used find properly, I think the following
should do:

address@hidden:/usr/local/emacs-22.1$ find \( -name \*.el -or -name \*.c \) 
-exec grep -l "\<iff\>" {} \;

Thanks!

-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany




reply via email to

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