From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: pcomplete bug in 7.4 Date: Mon, 17 Jan 2011 12:57:38 +0100 Message-ID: References: <878vz1tyau.fsf@free.fr> <87vd1puq1b.wl%dmaus@ictsoc.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=45381 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeniY-0005zU-LR for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 06:57:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeniX-0000B7-Ol for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 06:57:50 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:46458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeniX-0000Ax-JR for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 06:57:49 -0500 Received: by fxm12 with SMTP id 12so5904874fxm.0 for ; Mon, 17 Jan 2011 03:57:47 -0800 (PST) In-Reply-To: <87vd1puq1b.wl%dmaus@ictsoc.de> 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: David Maus Cc: kelaouchi , emacs-orgmode@gnu.org, johnw@newartisans.com On Jan 16, 2011, at 11:00 AM, David Maus wrote: > At Mon, 03 Jan 2011 23:30:49 +0100, > kelaouchi wrote: >> Completing todo keywords using M-TAB always works for "TODO" >> and "WAITING" on 7.4 (except it doesn't add any space after keyword). >> >> Completing other todo keywords (as "SOMEDAY", "CANCELLED", ...) only >> works the first time i run M-TAB. > > I can confirm this problem with > > Org-mode version 7.4 (release_7.4.199.g8be1) > > GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) > of 2010-12-11 on raven, modified by Debian > > emacs -Q, just load Org mode and this file: > > #+begin_src org > ,#+TODO: TODO SOMEDAY | DONE > #+end_src > > I noticed that SOMEDAY gets completed if the keyword is defined before > TODO, e.g.: > > #+TODO: SOMEDAY TODO | DONE > > Seems to work. Kalaouchi, thanks for the report. David, thanks for the additional info. Should be fixed now. - Carsten