jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: grep mode - how do I use it?


On 19.10.05, Peter Bengtsson wrote:
> I know I once long ago managed to get the grep mode to work but now I
> no longer have the same setup and I just don't understand how to set
> it up.
> I've been a jed user for years now I'm still struggling to grasp this
> autoload, hook and other business. Please help.
> 
> What do I stick in my .jedrc after I have downloaded the grep.sl file?

Be sure to have the newest versions of grep.sl and its dependencies.
(There are many and even dependencies of dependencies, as grep.sl is an
"advanced top level mode". Fortunately, jedmodes.sf.net will tell you the
needed deps.)

Now, for example insert in .jedrc

% autoload
"grep_mode", "grep.sl";
"grep", "grep.sl";
_autoload(2);

% bind
% I have all my search keybindings on ^F something
setkey("grep",               "^FG");

Tell about problems (in some more detail).

Guenter

-- 
G.Milde web.de

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]