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

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

Re: How to PICK the CTRL-u argument from the file or some other method


From: Joakim Hove
Subject: Re: How to PICK the CTRL-u argument from the file or some other method, with EXAMPLE
Date: Fri, 24 Sep 2004 09:19:16 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

jose@Aumara.zzn.com (Jose Cuthberto) writes:


>>[...] I would want to avoid writing a loops, and vars etc.
Well, if you are willing to relax this requirement you could look into
the functions/forms:

  (string-to-number string)
  (buffer-substring-no-properties p1 p2)
  (dotimes (i max-count) )
  (looking-at REGEXP)
  (match-string match-nr)

and cook something up.

> still waiting for a solution

Now - that's an attitude for getting free support!


-- 
Joakim Hove
hove AT ift uib no
+47 (55 5)8 27 90
http://www.ift.uib.no/~hove/

reply via email to

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