all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* grep excludes
@ 2016-07-06  2:52 Rustom Mody
  2016-07-06 14:50 ` Eli Zaretskii
       [not found] ` <mailman.658.1467816673.26859.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 13+ messages in thread
From: Rustom Mody @ 2016-07-06  2:52 UTC (permalink / raw)
  To: help-gnu-emacs

When we run grep the exclude list is this:

grep  --exclude=.\#\* --exclude=\*.o --exclude=\*\~ --exclude=\*.bin
--exclude=\*.lbin --exclude=\*.so --exclude=\*.a --exclude=\*.ln
--exclude=\*.blg --exclude=\*.bbl --exclude=\*.elc --exclude=\*.lof
--exclude=\*.glo --exclude=\*.idx --exclude=\*.lot --exclude=\*.fmt
--exclude=\*.tfm --exclude=\*.class --exclude=\*.fas --exclude=\*.lib
--exclude=\*.mem --exclude=\*.x86f --exclude=\*.sparcf --exclude=\*.dfsl
--exclude=\*.pfsl --exclude=\*.d64fsl --exclude=\*.p64fsl
--exclude=\*.lx64fsl --exclude=\*.lx32fsl --exclude=\*.dx64fsl
--exclude=\*.dx32fsl --exclude=\*.fx64fsl --exclude=\*.fx32fsl
--exclude=\*.sx64fsl --exclude=\*.sx32fsl --exclude=\*.wx64fsl
--exclude=\*.wx32fsl --exclude=\*.fasl --exclude=\*.ufsl --exclude=\*.fsl
--exclude=\*.dxl --exclude=\*.lo --exclude=\*.la --exclude=\*.gmo
--exclude=\*.mo --exclude=\*.toc --exclude=\*.aux --exclude=\*.cp
--exclude=\*.fn --exclude=\*.ky --exclude=\*.pg --exclude=\*.tp
--exclude=\*.vr --exclude=\*.cps --exclude=\*.fns --exclude=\*.kys
--exclude=\*.pgs --exclude=\*.tps --exclude=\*.vrs --exclude=\*.pyc
--exclude=\*.pyo -i --color -nH -e emacs * .*




---------------------
It literally fills up and overflows the whole window!!

Given that most of these are file types of OSes/Apps that are long defunct
Yeah I know about
1. option grep-find-ignored-files
2. That GREP_OPTIONS env variable became deprecated

But grep has an --exclude-from option that will take all these globs from a
file

Would it not be nice to have a customize option that reads this file (if
non-nil)
rather than filling a screen-full of irrelevant excludes??


^ permalink raw reply	[flat|nested] 13+ messages in thread
[parent not found: <mailman.636.1467773593.26859.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2016-07-09 14:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-06  2:52 grep excludes Rustom Mody
2016-07-06 14:50 ` Eli Zaretskii
     [not found] ` <mailman.658.1467816673.26859.help-gnu-emacs@gnu.org>
2016-07-07 16:23   ` Rusi
2016-07-07 16:59     ` Eli Zaretskii
     [not found] <mailman.636.1467773593.26859.help-gnu-emacs@gnu.org>
2016-07-06  3:04 ` Emanuel Berg
2016-07-06  3:24   ` Rusi
2016-07-06  4:30     ` Emanuel Berg
2016-07-06  7:49     ` B.V. Raghav
2016-07-07  6:15       ` B.V. Raghav
     [not found]       ` <mailman.730.1467872160.26859.help-gnu-emacs@gnu.org>
2016-07-08  3:05         ` Rusi
2016-07-08  3:11           ` Rusi
2016-07-08  3:24             ` Rusi
2016-07-09 14:16           ` B.V. Raghav

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.