From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Keyword completion. Date: Sat, 22 Aug 2009 20:49:00 -0400 Message-ID: <11100.1250988540@gamaville.dokosmarshall.org> References: <53821f890908220425q7f84b038t3de2d8ae020cdc32@mail.gmail.com> <53821f890908220645q6f87ffb9t7d3d22ffbd9c3e5c@mail.gmail.com> <53821f890908220722h2c298954k225146ca0fba2208@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mf1IK-0006m0-F3 for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 20:50:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mf1IE-0006hi-3V for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 20:50:50 -0400 Received: from [199.232.76.173] (port=44002 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mf1ID-0006hM-Nm for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 20:50:45 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:36654) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mf1IC-0000tV-Tv for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 20:50:45 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KOT00DDQ0XNKWM4@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 19:49:05 -0500 (CDT) In-reply-to: Message from Noorul Islam of "Sat, 22 Aug 2009 19:52:34 +0530." <53821f890908220722h2c298954k225146ca0fba2208@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Noorul Islam Cc: Matt Lundin , emacs-orgmode@gnu.org Noorul Islam wrote: > On Sat, Aug 22, 2009 at 7:19 PM, Matt Lundin wrote: > > Noorul Islam wrote: > >> > >> On Sat, Aug 22, 2009 at 6:48 PM, Matt Lundin wrote: > >> > Noorul Islam writes: > >> > > >> >> In an org-file I typed in #+A followed by ESC-Tab. I got a completion > >> >> list window in which I clicked on AUTHOR using mouse . It actually > >> >> replaced everything in the line with AUTHOR. I think it should have > >> >> inserted AUTHOR after #+ which is the behavior when we try to complete > >> >> with ESC-TAB. > >> > > >> > I can't replicate this. With completion, > >> > > >> > #+A > >> > > >> > becomes > >> > > >> > #+AUTHOR > >> > >> Did you use the mouse for selection? > > > > Yes. I tried it both with the mouse and with RET. > > > > I tried again, > > My emacs version. > > GNU Emacs 23.0.60 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of > 2008-06-21 on noorul > > Did anyone else face the same problem? > I can't reproduce this either: #+A bcd put the cursor after A, hit Esc-TAB, click on AUTHOR, I get #+AUTHOR: bcd I tried both with and without the bcd part - works fine in either case. Version info: GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2009-08-09 on gamaville.dokosmarshall.org Org-mode version 6.29trans (release_6.29c.55.ga48f) HTH, Nick