emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/grep.txt


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/etc/grep.txt
Date: Sun, 14 Aug 2005 02:56:23 -0400

Index: emacs/etc/grep.txt
diff -c emacs/etc/grep.txt:1.2 emacs/etc/grep.txt:1.3
*** emacs/etc/grep.txt:1.2      Tue Jul 19 14:09:52 2005
--- emacs/etc/grep.txt  Sun Aug 14 06:56:23 2005
***************
*** 19,29 ****
  grep -nH --color=always -e "INFO tree" ../info/*
  ../info/dir:6:File: dir       Node: Top       This is the top of the 
INFO tree
  
! * GNU grep 2.5.1-cvs with specified minimal colors
  
  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 
INFO tree
  
  * GNU grep 2.5.1-cvs with default colors
  
  grep -nH --color=always -e "INFO tree" ../info/*
--- 19,37 ----
  grep -nH --color=always -e "INFO tree" ../info/*
  ../info/dir:6:File: dir       Node: Top       This is the top of the 
INFO tree
  
! * 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 
INFO tree
  
+ * 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/*
+ ../info/dir:6:File: dir  Node: Top       This is the top 
of the INFO tree
+ 1:2:3:4:text
+ 1:2:3:4:text
+ 1:2:3:4:text
+ 
  * GNU grep 2.5.1-cvs with default colors
  
  grep -nH --color=always -e "INFO tree" ../info/*
***************
*** 50,59 ****
  
  * GNU grep 2.5.1: other messages
  
  grep: ../info/dirinfo: No such file or directory
! Grep exited abnormally with code 2 at Tue Jul 19 15:42:32
  Grep finished with no matches found at Tue Jul 19 15:43:12
! Grep finished (matches found) at Tue Jul 19 15:45:15
  
  * agrep
  
--- 58,71 ----
  
  * 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
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]