- Subject: Re: grep mode - how do I use it?
 
- From: "G. Milde" <g.milde@xxxxxx>
 
- Date: Mon, 7 Nov 2005 09:16:42 +0100
 
On  4.11.05, Joachim Schmitz wrote:
> G. Milde wrote:
> > On 19.10.05, Peter Bengtsson wrote:
> > Be sure to have the newest versions of grep.sl and its dependencies.
...
> > Now, for example insert in .jedrc
> > 
> > % autoload
> > "grep_mode", "grep.sl";
> > "grep", "grep.sl";
> > _autoload(2);
...
> > Tell about problems (in some more detail).
> here is one ;-)
> 
> after doing as described above and doing M-x grep I get:
> S-Lang Error: Undefined Name: _implements: Function did not autoload.
Three possible solutions:
1. get the newest version of http://jedmodes.sf.net/mode/sl_utils/ which
   contains _implements().
2. change _implements() to implements() (this will only affect re-evaluating
   sl_utils.sl in a JED < 0.99.17, so if you are not a developer on an older
   jed version, it will not harm).
--- /home/milde/.jed/lib/grep.sl~	2005-05-23 17:29:22.000000000 +0200
+++ /home/milde/.jed/lib/grep.sl	2005-11-07 09:04:25.000000000 +0100
@@ -60,13 +60,12 @@
 autoload("buffer_dirname", "bufutils");
 autoload("rebind", "bufutils");
 autoload("contract_filename", "sl_utils");
-autoload("_implements", "sl_utils");
 autoload("get_word", "txtutils");
 %}}}
 
 % --- name it
 provide("grep");
-_implements("grep");
+implements("grep");
 private variable mode = "grep";
 
3. get version 0.9.5 with this change from jedmodes.
 
sincerely
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]