all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* camelCase search word cause grep to error with 123?
@ 2009-03-17  0:35 Xah Lee
  0 siblings, 0 replies; only message in thread
From: Xah Lee @ 2009-03-17  0:35 UTC (permalink / raw)
  To: help-gnu-emacs

Recently, when i use grep-find in emacs, i get this error:
“Grep exited abnormally with code 123 at Mon Mar 16 17:22:46”.

Same error when using Meta+x grep.

it appears to me, that if the search word is camelCase, this error
happens, else no.

For example, here's the command given to grep-find:

find . -name "*txt" -print0 | xargs -0  grep -nH pestiLence

this problem happens too if i call it with shell-command, but does not
happen when i call in shell within emacs (M-shell).

Anyone know what's going on? This is reproducible when starting emacs
with -q. Duplicable with Carbon emacs and X11 emacs both based on
emacs22.*.

A websearch returns many results. Apparently this error string
happens... so far i'm not sure what causes it.

  Xah
∑ http://xahlee.org/^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-17  0:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17  0:35 camelCase search word cause grep to error with 123? Xah Lee

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.