help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: macro to invoke shell command


From: martin
Subject: Re: macro to invoke shell command
Date: Wed, 15 Jan 2003 12:08:48 +0100
User-agent: Emacs Gnus

hi,

"PL" == Peter Lee <spam@nospam.org> writes:
 PL> Date: Fri, 10 Jan 2003 17:55:11 GMT
8<--------------------------------------------------------------------

 PL> (defun grep-cur-word (&optional arg)
 PL>   "grep-find on the current word"
 PL>   (interactive "p")
 PL>   (grep-find (current-word)))

8<--------------------------------------------------------------------

use (grep-find (concat "<your find | grep string>" (current-word)))

martin
-- 
martin dot fischer at boschrexroth dot de


reply via email to

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