unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#895: slow processing of process output
@ 2008-09-05 15:43 Dan Nicolaescu
  2008-10-02  9:29 ` Dan Nicolaescu
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Dan Nicolaescu @ 2008-09-05 15:43 UTC (permalink / raw)
  To: bug-gnu-emacs


emacs -Q -nw
M-x rgrep RET emacs RET *.el RET PATH_TO_EMACS_SOURCE_TREE/lisp RET

takes a few minutes.  The output is about 9000 lines.

Running the correspondind command:

find . \( -path \*/SCCS -o -path \*/RCS -o -path \*/CVS -o -path \*/MCVS -o -path \*/.svn -o -path \*/.git -o -path \*/.hg -o -path \*/.bzr -o -path \*/_MTN -o -path \*/_darcs -o -path \*/\{arch\} \) -prune -o -type f \( -name *.el \) -print0 | xargs -0 -e grep -i -nH -e emacs

from a shell (and redirecting the output to a file) takes less than one second.







^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-06-05  1:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-05 15:43 bug#895: slow processing of process output Dan Nicolaescu
2008-10-02  9:29 ` Dan Nicolaescu
2012-02-21 22:05 ` bug#895: slow processing of process output on Mac mh origin
2016-01-08  1:24 ` bug#895: slow processing of process output Richard Copley
2016-01-08  9:30   ` Eli Zaretskii
2016-01-08  9:53     ` Alexis
2016-01-08 10:00       ` Eli Zaretskii
2016-01-08 10:07     ` Dmitry Gutov
2016-01-08 10:54       ` Eli Zaretskii
2016-01-08  1:26 ` Richard Copley
2016-06-05  1:51 ` Noam Postavsky

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).