emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mike McLean <mike.mclean@pobox.com>
To: emacs-orgmode@gnu.org
Subject: Bug: Tag Completion Not Prompting for all tags
Date: Sat, 24 Mar 2012 11:50:09 -0400	[thread overview]
Message-ID: <6A1FEA98-38A0-48C5-88C3-DEE9401C38B5@pobox.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]

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 “Header 1”

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

The expected result is the fast tag selection; this works

6 Type <TAB> to enter free tag selection

The expected result is that the Minibuffer prompts with Tag:; this works

7 Type Per followed by <TAB>

The expected result is a completion of the file-tag Personal; this works

8 Type tag_ followed by <TAB>

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?

[-- Attachment #2: Type: text/html, Size: 11510 bytes --]

             reply	other threads:[~2012-03-24 15:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-24 15:50 Mike McLean [this message]
2012-03-24 16:03 ` Bug: Tag Completion Not Prompting for all tags Bastien
2012-03-24 16:43   ` Mike McLean
2012-03-27 10:31 ` Bastien
2012-03-30  0:43   ` Mike McLean
2012-03-31  9:17     ` Bastien
2012-04-02 15:26       ` Mike McLean
2012-04-02 15:27         ` Mike McLean
2012-04-02 15:45           ` Bastien
2012-04-02 15:50         ` Bastien
2012-04-02 19:19           ` Mike McLean
2012-04-02 19:19           ` Mike McLean
2012-04-04  1:00           ` Mike McLean
2012-04-04 17:38             ` Mike McLean
2012-04-06  4:38   ` Matt Lundin
2012-04-10 18:48   ` Mike McLean
2012-04-10 16:38 ` Bastien
2012-04-10 18:40   ` Mike McLean
2012-04-11  8:08     ` Bastien
2012-04-11 11:57       ` Mike McLean
2012-04-11 12:11         ` Mike McLean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6A1FEA98-38A0-48C5-88C3-DEE9401C38B5@pobox.com \
    --to=mike.mclean@pobox.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).