From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.devel Subject: Re: BibTeX completion via completion-in-region Date: Sat, 5 Dec 2009 13:23:46 -0600 Message-ID: <19226.45890.940642.396095@regnitz.physics.niu.edu> References: <19225.59404.211849.447292@regnitz.physics.niu.edu> <19226.39988.288763.3156@regnitz.physics.niu.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260041051 20314 80.91.229.12 (5 Dec 2009 19:24:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Dec 2009 19:24:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 05 20:24:04 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NH0Ed-0006MT-9s for ged-emacs-devel@m.gmane.org; Sat, 05 Dec 2009 20:24:03 +0100 Original-Received: from localhost ([127.0.0.1]:53997 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NH0Ed-0001U1-2M for ged-emacs-devel@m.gmane.org; Sat, 05 Dec 2009 14:24:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NH0EW-0001Sv-F1 for emacs-devel@gnu.org; Sat, 05 Dec 2009 14:23:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NH0ES-0001RU-RO for emacs-devel@gnu.org; Sat, 05 Dec 2009 14:23:56 -0500 Original-Received: from [199.232.76.173] (port=49766 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NH0ES-0001RP-Mk for emacs-devel@gnu.org; Sat, 05 Dec 2009 14:23:52 -0500 Original-Received: from tfkpsv.physik.uni-erlangen.de ([131.188.164.197]:10200) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NH0ES-0000p0-FI for emacs-devel@gnu.org; Sat, 05 Dec 2009 14:23:52 -0500 Original-Received: from regnitz.physics.niu.edu (adsl-68-77-29-3.dsl.emhril.ameritech.net [68.77.29.3]) by tfkpsv.physik.uni-erlangen.de (Postfix) with ESMTP id B3D4F23532; Sat, 5 Dec 2009 20:23:50 +0100 (CET) In-Reply-To: X-Mailer: VM 8.2 trial under 23.1.50.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:118315 Archived-At: On Sat Dec 5 2009 Stefan Monnier wrote: > Check bibtex-complete-internal again, it ends with: > > (when (completion-in-region beg end completions) > (buffer-substring beg (point))))) > > it's not perfect, but should work for now. I see. I did not really look at the new code. Now I understand why it appears to work as it used to. Roland