From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike McLean Subject: Bug: Tag Completion Not Prompting for all tags Date: Sat, 24 Mar 2012 11:50:09 -0400 Message-ID: <6A1FEA98-38A0-48C5-88C3-DEE9401C38B5@pobox.com> Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: multipart/alternative; boundary="Apple-Mail=_26935AA8-B000-4435-B17E-43D16A48D6E4" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBTEO-0008VT-9P for emacs-orgmode@gnu.org; Sat, 24 Mar 2012 11:50:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBTEM-000223-E2 for emacs-orgmode@gnu.org; Sat, 24 Mar 2012 11:50:15 -0400 Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:63223 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBTEM-00021t-4b for emacs-orgmode@gnu.org; Sat, 24 Mar 2012 11:50:14 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 5B1E38FCB for ; Sat, 24 Mar 2012 11:50:11 -0400 (EDT) Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 516398FCA for ; Sat, 24 Mar 2012 11:50:11 -0400 (EDT) Received: from macxmcleanm.mclean (unknown [24.129.39.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 180EB8FC9 for ; Sat, 24 Mar 2012 11:50:10 -0400 (EDT) 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: emacs-orgmode@gnu.org --Apple-Mail=_26935AA8-B000-4435-B17E-43D16A48D6E4 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Steps to Reproduce: 1 Start Emacs clean /Applications/Emacs.app/Contents/MacOS/Emacs -Q 1.1 Note: Emacs Version emacs-version is a variable defined in `C source code'. Its value is "24.0.94.1" 2 Load Org Mode and some sample tags Evaluate the following in the scratch buffer (require 'org-install) (setq org-tag-alist (quote ( ("tag_a" . ?a) ("tag_b" . ?b)))) 3 Open the following org-mode file * Header 1 ** Header 1.1 * Header 2 = :Personal: 4 Point should be on the first asterisk for =93Header 1=94 5 Type C-c C-q to bring up Tag selection The expected result is the fast tag selection; this works 6 Type to enter free tag selection The expected result is that the Minibuffer prompts with Tag:; this works 7 Type Per followed by The expected result is a completion of the file-tag Personal; this works 8 Type tag_ followed by The expected result is a completion list of tag_a and tag_b, this does = not work and the Minibuffer prompts [No match] Note that if I were to remove the single characters for tag_a and tag_b = completion works for those two but not for the Personal tag from the = file Shouldn't free tag entry always show all possible tags, regardless of = the setting of or use of fast tag completion?= --Apple-Mail=_26935AA8-B000-4435-B17E-43D16A48D6E4 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252

Steps to = Reproduce:

1 Start = Emacs clean

1.1 Note: Emacs Version

2 Load = Org Mode and some sample tags

Evaluate the following = in the scratch buffer

(require =
'org-install)
(setq org-tag-alist (quote (
                            ( . ?a)
                            ( . ?b))))

3 Open = the following org-mode file

* Header 1
** Header 1.1
* Header 2                                                               =
       :Personal:

4 Point = should be on the first asterisk for =93Header 1=94

5 Type C-c = C-q to bring up Tag selection

6 Type 

7 Type <TAB>

8 Type <TAB>

tag_b, this does not work and the = Minibuffer prompts [No match]

Note that if I were to remove = the single characters for tag_a and Personal tag from the file

Shouldn't free tag = entry always show all possible tags, regardless of the setting of or use = of fast tag completion?

= --Apple-Mail=_26935AA8-B000-4435-B17E-43D16A48D6E4--