From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: Keyword completion. Date: Sat, 22 Aug 2009 19:15:42 +0530 Message-ID: <53821f890908220645q6f87ffb9t7d3d22ffbd9c3e5c@mail.gmail.com> References: <53821f890908220425q7f84b038t3de2d8ae020cdc32@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Meqw3-0005eB-HO for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:47:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Meqvz-0005dW-7Q for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:47:11 -0400 Received: from [199.232.76.173] (port=59499 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Meqvz-0005dT-0z for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:47:07 -0400 Received: from mx20.gnu.org ([199.232.41.8]:56458) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Meqvy-0002V6-9j for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:47:06 -0400 Received: from mail-vw0-f182.google.com ([209.85.212.182]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Meqvx-0006qm-3x for emacs-orgmode@gnu.org; Sat, 22 Aug 2009 09:47:05 -0400 Received: by vws12 with SMTP id 12so1438691vws.24 for ; Sat, 22 Aug 2009 06:47:04 -0700 (PDT) In-Reply-To: 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: Matt Lundin Cc: emacs-orgmode@gnu.org 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? Thanks Noorul