From mboxrd@z Thu Jan 1 00:00:00 1970 From: kelaouchi Subject: pcomplete bug in 7.4 Date: Mon, 03 Jan 2011 23:30:49 +0100 Message-ID: <878vz1tyau.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50617 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZsvt-0000W2-Jb for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 17:31:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZsvs-0003HG-JY for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 17:31:17 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:43511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZsvs-0003G5-FH for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 17:31:16 -0500 Received: by wyj26 with SMTP id 26so14377804wyj.0 for ; Mon, 03 Jan 2011 14:31:15 -0800 (PST) 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: emacs-orgmode@gnu.org, johnw@newartisans.com Hello, 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. For example, after having typed : * SOM completing using M-TAB will well outputs : * SOMEDAY But if once more i need to create a "SOMEDAY" task, completing : * SOM does not work. Commit that breaks completing looks like to be : 0ff8d32131b58a655492b97ebb9536907efa64dd. Reverting fixed it for me. Best regards. kelaouchi