/[emacs]/emacs/lisp/progmodes/grep.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/grep.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.2.2 by miles, Mon Jun 28 07:29:43 2004 UTC revision 1.10.2.3 by miles, Tue Jun 29 16:45:26 2004 UTC
# Line 146  The following place holders should be pr Line 146  The following place holders should be pr
146    :type 'boolean    :type 'boolean
147    :group 'grep)    :group 'grep)
148    
149    (defcustom grep-error-screen-columns nil
150      "*If non-nil, column numbers in grep hits are screen columns.
151    See `compilation-error-screen-columns'"
152      :type '(choice (const :tag "Default" nil)
153                     integer)
154      :version "21.4"
155      :group 'grep)
156    
157  ;;;###autoload  ;;;###autoload
158  (defcustom grep-setup-hook nil  (defcustom grep-setup-hook nil
159    "List of hook functions run by `grep-process-setup' (see `run-hooks')."    "List of hook functions run by `grep-process-setup' (see `run-hooks')."
# Line 216  Notice that using \\[next-error] or \\[c Line 224  Notice that using \\[next-error] or \\[c
224  `complation-last-buffer' rather than `grep-last-buffer'.")  `complation-last-buffer' rather than `grep-last-buffer'.")
225    
226  (defvar grep-regexp-alist  (defvar grep-regexp-alist
227    '(("^\\(.+?\\)[:( \t]+\\([0-9]+\\)\\([:) \t]\\)\\(?:\\([0-9]+\\)\\(?:-\\([0-9]+\\)\\)?\\3\\)?" 1 2 (4 . 5))    '(("^\\(.+?\\)[:( \t]+\
228    \\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\
229    \\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?[:) \t]" 1 (2 . 5) (4 . 6))
230      ("^Binary file \\(.+\\) matches$" 1 nil nil 1))      ("^Binary file \\(.+\\) matches$" 1 nil nil 1))
231    "Regexp used to match grep hits.  See `compilation-error-regexp-alist'.")    "Regexp used to match grep hits.  See `compilation-error-regexp-alist'.")
232    

Legend:
Removed from v.1.10.2.2  
changed lines
  Added in v.1.10.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26