From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH] - Fix org-fast-tag-selection Date: Wed, 04 Apr 2012 07:16:59 -0400 Message-ID: <87limblpas.fsf@norang.ca> References: <87fwclayfa.fsf@noman.maa.corp.collab.net> <87sjgkn681.fsf@norang.ca> <7243.1333489357@alphaville> <87obr8m450.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFODF-0005Uj-8b for emacs-orgmode@gnu.org; Wed, 04 Apr 2012 07:17:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFOD8-00044I-W0 for emacs-orgmode@gnu.org; Wed, 04 Apr 2012 07:17:16 -0400 In-Reply-To: <87obr8m450.fsf@gnu.org> (Bastien's message of "Wed, 04 Apr 2012 07:56:27 +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: nicholas.dokos@hp.com, emacs-orgmode , Noorul Islam K M Bastien writes: > Hi Nick, > > Nick Dokos writes: > >> With completing-read, I do C-c C-q and get a prompt in the >> minibuffer "Tag: " with no options given. So I press another and >> get the following error: > > This should have been fixed already -- can you confirm? Hi Bastien, This error is gone but I see other problems. When completing tags with C-c C-q TAB and selecting a tag that is part of a group which are supposed to be mutually exclusive it doesn't remove other existing tags in that group. ie. * DONE Test :@home: with (setq org-tag-alist (quote ((:startgroup) ("@errand" . ?e) ("@office" . ?o) ("@home" . ?H) ("@farm" . ?f) (:endgroup) ("PHONE" . ?p) ("WAITING" . ?w) ("HOLD" . ?h) ("PERSONAL" . ?P) ("WORK" . ?W) ("FARM" . ?F) ("ORG" . ?O) ("NORANG" . ?N) ("crypt" . ?E) ("MARK" . ?M) ("NOTE" . ?n) ("BZFLAG" . ?B) ("CANCELLED" . ?c) ("FLAGGED" . ??)))) if I do C-c C-q f then @home changes to @farm as it should But if I instead complete the tag with C-C C-q TAB @farm RET then I get BOTH tags on the line which is wrong. * DONE Test :@farm:@home: Org-mode version 7.8.08 (release_7.8.07.206.g76e7b) Also my IDO completion of tags doesn't work (but I'm not sure if that ever did). I can't to C-c C-q TAB home RET and get the @home tag -- I need to enter the @ for it to work. Without the @ I get errors like this: Error in post-command-hook: (wrong-type-argument sequencep 104) when what I enter doesn't match my tag list. Regards, Bernt