Mercurial > emacs
view etc/grep.txt @ 65980:4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
the MH-E images to the image-load-path or load-path depending on the
version of Emacs.
* mh-customize.el: Call mh-image-load-path just before
mh-tool-bar-define so that the toolbar images can be found.
* mh-customize.el (mh-invisible-header-fields-internal)
(mh-invisible-header-fields-internal): Add Received-SPF header and
X-Gmail- prefixes seen from Gmail. Jeffrey C Honig
<jch@honig.net>
* mh-customize.el (mh-customize): Use customization group mh-e.
* mh-e.el (desktop-buffer-mode-handlers): Only add to this list if
the variable exists. Not present pre-version 22.
(Version, mh-version): Added +cvs to version.
* mh-unit.el (mh-unit): Changed lm-verify test to Emacs 22.
* Makefile: Incorporated ideas from Clemens Fruhwirth to
generalize mh-loaddefs.el to make it work for both GNU Emacs and
XEmacs.
(EMACS_OPTIONS, XEMACS_OPTIONS): Use double-dash for all long
options.
(EMACS_LOADDEFS_COOKIE): New variable for generate-autoload-cookie
setting. Obsoletes XEMACS_LOADDEFS_COOKIE.
(EMACS_EXPORT_MH_LOADDEFS): New variable for GNU Emacs commands to
rebuild mh-loaddefs.el.
(XEMACS_EXPORT_MH_LOADDEFS): New variable for XEmacs commands to
rebuild mh-loaddefs.el. Obsoletes XEMACS_LOADDEFS_FILE and
XEMACS_LOADDEFS_PKG_NAME.
(MH-E-LOADDEFS-SRC): New variable which is set to $(MH-E-SRC) on
GNU Emacs, and adds $(MH-E-XEMACS-SRC) on XEmacs.
(all): Modify EMACS_EXPORT_MH_LOADDEFS and MH-E-LOADDEFS-SRC on
XEMacs.
(mh-loaddefs.el): Now depends on $(MH-E-LOADDEFS-SRC) and has
generic compile command that works on both GNU Emacs XEmacs.
(xemacs): Depend on autoloads instead of deleted loaddefs-xemacs.
(loaddefs-xemacs): Deleted.
* mh-comp.el (mh-font-lock-field-data): Fix a bug where the
function would return t but match-data was being set to nil
(closes SF #1241017). Satyaki Das <satyaki@theforce.stanford.edu>.
* mh-comp.el (mh-insert-auto-fields): Inset identity regardless of
whether one was already set, since if one used a default identity
it would never be overridden. Peter S Galbraith
<psg@debian.org>
* mh-init.el (mh-path): Use customization group mh-e. Thanks to
Peter Whaite for these patches (closes SF #1213716).
* mh-mime.el (mh-compose-forward): Only use mh-sent-from-msg as a
default message if it's a number (as is done elsewhere).
Otherwise, an error is thrown if this function is called from a
draft created by mh-forward since this variable is a list. Also
added a space after the "Messages [%s]:" prompt.
* mh-mime.el (mh-compose-forward): Allow insertion of multiple
forwarded messages by range (including sequences). For the sent
folder the default message presented is the sent message. For
other folders, the default message is "cur", if it exists.
Jeffrey C Honig <jch@honig.net>
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 10 Oct 2005 16:37:54 +0000 |
parents | 4fc385f4c685 |
children | 3681678d3d86 |
line wrap: on
line source
* Introduction -*-grep-*- This shows the different kinds of messages grep recognizes by default and how they are rendered. It is intended both to help you decide which matchers you need and as a test of the matchers. Move the mouse over a colored part to see how much text was actually matched. Please do not edit this file in grep-mode, it may lose escape sequences on saving. Visit this file literally for editing. * GNU grep 2.5.1 grep -nH -e "INFO tree" ../info/* ../info/dir:6:File: dir Node: Top This is the top of the INFO tree * GNU grep 2.5.1 with default colors grep -nH --color=always -e "INFO tree" ../info/* ../info/dir:6:File: dir Node: Top This is the top of the [01;31mINFO tree[00m * GNU grep 2.5.1-cvs with the specified matching color GREP_COLORS='mt=01;31:fn=:ln=:bn=:se=:ml=:cx=:ne' grep -nH --color=always -e "INFO tree" ../info/* ../info/dir:6:File: dir Node: Top This is the top of the [01;31mINFO tree[m * GNU grep 2.5.1-cvs with colors for the file name, line number and match GREP_COLORS='mt=01;31:fn=35:ln=32:bn=:se=:ml=36:cx=37:ne' grep -nH --color=always -e "INFO tree" ../info/* [35m../info/dir[m:[32m6[m:[36mFile: dir Node: Top This is the top of the [01;31mINFO tree[m [35m1[m:[32m2[m:[36m3:4:[01;31mtext[m [35m1:2[m:[32m3[m:[36m4:[01;31mtext[m [35m1:2:3[m:[32m4[m:[36m[01;31mtext[m * GNU grep 2.5.1-cvs with default colors grep -nH --color=always -e "INFO tree" ../info/* [35m[K../info/dir[m[K[36m[K:[m[K[32m[K6[m[K[36m[K:[m[KFile: dir Node: Top This is the top of the [01;31m[KINFO tree[m[K * GNU grep 2.5.1 on lines starting with a number and colon grep -nH -e "Universal Time" ../lispref/* ../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated [01;31mUniversal Time[00m) * GNU grep 2.5.1 with context lines grep -C 2 -nH --color=always -e "INFO tree" ../info/* ../info/dir-4-looking at that node, which is (dir)Top. ../info/dir-5- ../info/dir:6:File: dir Node: Top This is the top of the [01;31mINFO tree[00m ../info/dir-7- ../info/dir-8-The Info Directory * GNU grep 2.5.1 on files recognized as binary Binary file emacs-7 matches Binary file 2005-06 matches * GNU grep 2.5.1: other messages Grep started at Tue Jul 19 15:41:30 grep: ../info/dirinfo: No such file or directory Grep interrupt at Tue Jul 19 15:42:31 Grep killed at Tue Jul 19 15:42:31 Grep terminated at Tue Jul 19 15:42:31 Grep exited abnormally with code 2 at Tue Jul 19 15:42:31 Grep finished with no matches found at Tue Jul 19 15:43:12 Grep finished (matches found) at Thu Jul 21 15:02:15 * agrep agrep -n "INFO tree" ../info/* ../info/dir: 6: File: dir Node: Top This is the top of the INFO tree * unknown greps grep -nH -e "xyzxyz" ../info/* ../info/emacs-2:1205:10:inserts `xyzxyzxyzxyz' in the current buffer. ../info/emacs-2:1205:10-15:inserts `xyzxyzxyzxyz' in the current buffer. ../info/emacs-2:1205.10-1205.15:inserts `xyzxyzxyzxyz' in the current buffer. ../info/emacs-2 1205.10-15 inserts `xyzxyzxyzxyz' in the current buffer. ../info/emacs-2 1205.10-1205.15 inserts `xyzxyzxyzxyz' in the current buffer. ../info/emacs-2 1205 inserts `xyzxyzxyzxyz' in the current buffer. ;;; Local Variables: ;;; buffer-read-only: t ;;; End: