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 18:14:19 -0600 Message-ID: <19226.63323.493481.917491@regnitz.physics.niu.edu> References: <19225.59404.211849.447292@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 1260058494 1198 80.91.229.12 (6 Dec 2009 00:14:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Dec 2009 00:14:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 06 01:14:47 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 1NH4lz-0002ZC-7m for ged-emacs-devel@m.gmane.org; Sun, 06 Dec 2009 01:14:47 +0100 Original-Received: from localhost ([127.0.0.1]:42807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NH4ly-0005ot-G2 for ged-emacs-devel@m.gmane.org; Sat, 05 Dec 2009 19:14:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NH4ls-0005o1-Ks for emacs-devel@gnu.org; Sat, 05 Dec 2009 19:14:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NH4ln-0005jx-Ca for emacs-devel@gnu.org; Sat, 05 Dec 2009 19:14:39 -0500 Original-Received: from [199.232.76.173] (port=55846 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NH4ln-0005js-5r for emacs-devel@gnu.org; Sat, 05 Dec 2009 19:14:35 -0500 Original-Received: from tfkpsv.physik.uni-erlangen.de ([131.188.164.197]:11934) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NH4ln-0005Tu-5u for emacs-devel@gnu.org; Sat, 05 Dec 2009 19:14:35 -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 413AF2145A; Sun, 6 Dec 2009 01:14:30 +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:118333 Archived-At: On Sat Dec 5 2009 Stefan Monnier wrote: > >>>>> "Roland" == Roland Winkler > - > Suppose > I want to complete the BibTeX string "AB". > > So I hit TAB while point is past the "AB". > > This gives me a buffer displaying possible completions, for example, > > "ABC" and "ABD". > > Then I select "ABC". > > This will insert the complete string "ABC" so that I get the > > awkward result "ABABC". > > I do not know whether this is related to the fact that > > completion-ignore-case is t in that case. > > (Maybe this is a known problem. There are some comments of that > > kind in minibuffer.el.) > > That would be a bug, indeed. Please report it. Stefan, just to let you know: Whatever this was (possibly an inconsitent state while I was trying various things), I cannot reproduce it anymore. Roland