bug-gnu-utils
[Top][All Lists]
Advanced

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

grep feature request: show column numbers


From: Martin Pool
Subject: grep feature request: show column numbers
Date: Mon, 13 Dec 2004 12:52:27 +1100
User-agent: Mutt/1.5.6+20040907i

It would be nice if GNU grep had an option to show the column number
of the start of the first match on each line, so that emacs grep-mode
can put the cursor exactly on the match, not just at the start of the
line.  Something like this:

% grep -nH --column GNU /etc/issue
/etc/issue:1:8:Debian GNU/Linux 3.1 \n \l

Combined with something like this: 

(setq grep-regexp-alist 
'(("\\([a-zA-Z]?:?[^:(\t\n]+\\):\\([0-9]+\\):\\([0-9]+\\)" 1 2 3)))

(I feel like this must have been requested before, but I can't find
any reference to it.)

-- 
Martin




reply via email to

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