emacs-devel
[Top][All Lists]
Advanced

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

Re: Inefficient code in reftex-index.el


From: Juanma Barranquero
Subject: Re: Inefficient code in reftex-index.el
Date: Mon, 6 Jun 2005 16:15:14 +0200

On 6/6/05, Stefan Monnier <address@hidden> wrote:

> If you want markers, then say so: (make-marker (match-beginning N))

  (copy-marker (match-beginning-N))

or

  (set-marker (make-marker) (match-beginning-N))

perhaps?

-- 
                    /L/e/k/t/u




reply via email to

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