From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: TODO type problem on speedbar and imenu. Date: Tue, 16 Aug 2011 22:54:54 +0200 Message-ID: <8762lx6pr5.fsf@gmail.com> References: <8762mwsdhv.fsf@gmail.com> <87vcursd79.fsf@altern.org> <871uwp8vlp.fsf@gmail.com> <87hb5ho0nz.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtQfY-0006mS-4J for emacs-orgmode@gnu.org; Tue, 16 Aug 2011 16:55:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtQfW-0002wz-VT for emacs-orgmode@gnu.org; Tue, 16 Aug 2011 16:55:28 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:57743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtQfW-0002wv-QB for emacs-orgmode@gnu.org; Tue, 16 Aug 2011 16:55:26 -0400 Received: by wyi11 with SMTP id 11so262329wyi.0 for ; Tue, 16 Aug 2011 13:55:25 -0700 (PDT) In-Reply-To: <87hb5ho0nz.fsf@altern.org> (Bastien's message of "Tue, 16 Aug 2011 16:47:09 +0200") 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: Bastien Cc: emacs-orgmode@gnu.org, Osamu OKANO Hello, Bastien writes: > Thanks a lot -- I have tested the patch during the last two hours and > didn't find any problem. Feel free to apply it. Done. > What about going one step further and removing the possibility of > using tabs after TODO keywords? There are quite a few places indeed using "[ \t]" which may use " " instead. Before TODO keywords, before priority cookies, before check-boxes, etc. We might remove any use of [ \t] but for indentation. Though, I don't use tabs, and there could well be corner cases that I can't see[1]. Regards, [1] Like "* TODO Headline :tag:" -- Nicolas Goaziou