From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Inefficient code in reftex-index.el Date: Mon, 06 Jun 2005 09:52:33 -0400 Message-ID: <871x7fmw3l.fsf-monnier+emacs@gnu.org> References: <85slzv7j87.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118065876 22110 80.91.229.2 (6 Jun 2005 13:51:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Jun 2005 13:51:16 +0000 (UTC) Cc: emacs-devel@gnu.org, Carsten Dominik , "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 06 15:51:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DfHyw-0006vE-D7 for ged-emacs-devel@m.gmane.org; Mon, 06 Jun 2005 15:49:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfI5G-0007cY-8K for ged-emacs-devel@m.gmane.org; Mon, 06 Jun 2005 09:56:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DfI54-0007ba-Hi for emacs-devel@gnu.org; Mon, 06 Jun 2005 09:55:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DfI54-0007bH-1d for emacs-devel@gnu.org; Mon, 06 Jun 2005 09:55:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfI53-0007bE-RL for emacs-devel@gnu.org; Mon, 06 Jun 2005 09:55:53 -0400 Original-Received: from [209.226.175.25] (helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DfI4z-0000rl-6r; Mon, 06 Jun 2005 09:55:49 -0400 Original-Received: from alfajor ([67.71.116.59]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050606135234.YTWB26128.tomts5-srv.bellnexxia.net@alfajor>; Mon, 6 Jun 2005 09:52:34 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 7E7D5D7339; Mon, 6 Jun 2005 09:52:33 -0400 (EDT) Original-To: David Kastrup In-Reply-To: <85slzv7j87.fsf@lola.goethe.zz> (David Kastrup's message of "Mon, 06 Jun 2005 14:39:04 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38176 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38176 > That is not the same: the above will set beg and end to markers, > whereas match-beginning/match-end happen to be integers. However, the If you want markers, then say so: (make-marker (match-beginning N)) Stefan