1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
emacs/lisp/textmodes
Paul Eggert e8bda380bb Prefer grep -E/-F to egrep/fgrep
POSIX marked egrep and fgrep as legacy apps in SUSv2 (1997) and
withdrew them in SUSv3 (2001), and these days grep -E and grep -F
are probably more portable.
* lib-src/etags.c (main):
* lisp/eshell/em-unix.el (eshell-grep, eshell/egrep)
(eshell/fgrep):
* lisp/cedet/semantic/symref.el (semantic-symref-find-text):
* lisp/eshell/esh-var.el (eshell-apply-indices):
* lisp/progmodes/ada-xref.el (ada-xref-search-with-egrep)
(ada-find-in-src-path):
* lisp/textmodes/ispell.el (ispell-grep-command):
(ispell-lookup-words):
Use or document grep -E and grep -F instead of egrep and fgrep.
* lisp/textmodes/ispell.el (ispell-grep-options):
Use -Ei on all platforms, not just MS-Windows.
2016-05-07 18:40:55 -07:00
..
artist.el
bib-mode.el
bibtex-style.el
bibtex.el
conf-mode.el
css-mode.el Support completion of HTML tags in CSS selectors 2016-05-05 21:22:36 +02:00
dns-mode.el
enriched.el
fill.el Have `M-q' not mark buffers are changed when they haven't 2016-03-28 19:08:50 +02:00
flyspell.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
ispell.el Prefer grep -E/-F to egrep/fgrep 2016-05-07 18:40:55 -07:00
makeinfo.el
nroff-mode.el
page-ext.el
page.el Fix "Beginning of buffer" error in forward-page 2016-04-07 21:42:40 +08:00
paragraphs.el
picture.el
po.el
refbib.el
refer.el
refill.el
reftex-auc.el
reftex-cite.el
reftex-dcr.el
reftex-global.el
reftex-index.el
reftex-parse.el
reftex-ref.el
reftex-sel.el
reftex-toc.el
reftex-vars.el
reftex.el
remember.el
rst.el
sgml-mode.el Add HTML5 tags to HTML mode 2016-04-17 19:34:26 +02:00
table.el Make 'backtab' work in table-mode on text terminals 2016-05-07 11:19:26 +03:00
tex-mode.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
texinfmt.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
texinfo.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
texnfo-upd.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
text-mode.el
tildify.el
two-column.el
underline.el