From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Properly handle keyword + COMMENT keyword Date: Thu, 10 Apr 2014 22:54:19 +0200 Message-ID: <87sipkkiro.fsf@gmail.com> References: <87txanjn0i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYLz0-0006a2-1a for emacs-orgmode@gnu.org; Thu, 10 Apr 2014 16:54:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYLyr-0002RM-0K for emacs-orgmode@gnu.org; Thu, 10 Apr 2014 16:54:01 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:57720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYLyq-0002Qz-PC for emacs-orgmode@gnu.org; Thu, 10 Apr 2014 16:53:52 -0400 Received: by mail-wg0-f51.google.com with SMTP id k14so4551813wgh.10 for ; Thu, 10 Apr 2014 13:53:51 -0700 (PDT) Received: from selenimh ([91.224.148.150]) by mx.google.com with ESMTPSA id ej7sm162540wib.9.2014.04.10.13.53.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Apr 2014 13:53:50 -0700 (PDT) In-Reply-To: <87txanjn0i.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 24 Mar 2014 22:38:05 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode List Nicolas Goaziou writes: > Thus, this patch > > - properly fontifies headlines with both a regular keyword and > a COMMENT keyword, > > - fixes `org-toggle-comment' and `org-todo' to handle both COMMENT > keyword and another one > > - adds some consistency to functions implementing their own COMMENT > matching (e.g., with or without case-sensitivity). Applied. -- Nicolas Goaziou