From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Keyword completion. Date: Sat, 22 Aug 2009 09:49:32 -0400 Message-ID: References: <53821f890908220425q7f84b038t3de2d8ae020cdc32@mail.gmail.com> <53821f890908220645q6f87ffb9t7d3d22ffbd9c3e5c@mail.gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeqyS-00075E-FD for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:49:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeqyN-00072K-Oy for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:49:40 -0400 Received: from [199.232.76.173] (port=59544 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeqyN-000728-KL for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:49:35 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:44123) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MeqyN-0002wb-8w for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:49:35 -0400 In-Reply-To: <53821f890908220645q6f87ffb9t7d3d22ffbd9c3e5c@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 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. Best, Matt