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

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

Re: Emacs regexp/incrementer question


From: Tim Morley (remove vegetable for email address)
Subject: Re: Emacs regexp/incrementer question
Date: Fri, 17 Jan 2003 15:12:55 +0100

Friedrich,

> >
> > I'm no lisp hacker at all, so thanks very much for the copy-and-paste
> > solution.
>
> Just put a (require 'cl) before that function or even better put it in
> the first place of your .emacs file. Or replace it with
> (setq i (1+ i)) or (setq i (+ i 1)) or write a macro for it ;-)
>

Thanks aplenty -- works like a dream. I'm even picking up bits of lisp
working through examples like yours.  :o)

Thanks also for the other proposed solutions -- cj, Peter -- cheers.


Tim





reply via email to

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