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

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

Re: need help with a defun


From: Joakim Hove
Subject: Re: need help with a defun
Date: Tue, 08 Jul 2003 09:40:24 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

Hello,

as another poster already commented; it virtually impossible to
provide any useful help without some examples of text you want to
process. 

It seeems to me that a construction like:

   (while (re-search-forward "your-regexp" (point-max) 't)
       ;;
       ;; do something - the function (match-string ) might be handy
       ;;
   )  

would be useful. In addition it might be easier to use a temporary
buffer?

HTH - Joakim


-- 
  /--------------------------------------------------------------------\
 / Joakim Hove  / hove@bccs.no  /  (55 5) 84076       |                 \
 | Unifob AS, Avdeling for Beregningsvitenskap (BCCS) | Stabburveien 18 |
 | CMU                                                | 5231 Paradis    |
 \ Thormøhlensgt.55, 5020 Bergen.                     | 55 91 28 18     /
  \--------------------------------------------------------------------/


reply via email to

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