From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: Re: Keyword completion. Date: Tue, 1 Sep 2009 20:17:18 +0530 Message-ID: <53821f890909010747j90614e7g690fd3b1d4b378a1@mail.gmail.com> References: <53821f890908220425q7f84b038t3de2d8ae020cdc32@mail.gmail.com> <53821f890908220645q6f87ffb9t7d3d22ffbd9c3e5c@mail.gmail.com> <53821f890908220722h2c298954k225146ca0fba2208@mail.gmail.com> <11100.1250988540@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiUdp-0006Rt-De for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:47:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiUdk-0006Mm-SC for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:47:24 -0400 Received: from [199.232.76.173] (port=41303 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiUdk-0006Mf-Oa for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:47:20 -0400 Received: from mail-vw0-f178.google.com ([209.85.212.178]:33902) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MiUdk-0002SU-8G for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:47:20 -0400 Received: by vws8 with SMTP id 8so44378vws.14 for ; Tue, 01 Sep 2009 07:47:18 -0700 (PDT) In-Reply-To: <11100.1250988540@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: Matt Lundin , emacs-orgmode@gnu.org On Sun, Aug 23, 2009 at 6:19 AM, Nick Dokos wrote: > 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) > This works on my work laptop. It looks like something is wrong with my personal laptop setup. Thanks Noorul