unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard M Stallman <rms@gnu.org>
To: Glenn Morris <rgm@gnu.org>, 2222@emacsbugs.donarmstrong.com
Cc: 2222@emacsbugs.donarmstrong.com, jpff@codemist.co.uk
Subject: bug#2222: 23.0.90; Labels in RMAIL
Date: Wed, 11 Feb 2009 15:58:40 -0500	[thread overview]
Message-ID: <E1LXMAK-00047v-U3@fencepost.gnu.org> (raw)
In-Reply-To: <xfeiy5zkqy.fsf@fencepost.gnu.org> (message from Glenn Morris on Tue, 10 Feb 2009 22:59:49 -0500)

    Still missing is completion over all labels defined for a given
    folder. That could be done by scanning all the X-RMAIL-KEYWORDS
    headers, but it might be slow.

That's why I did not implement it.  In Babyl format, the list was
stored in the beginning of the file, so this completion could be fast.
I don't see any reliable way to do that with mbox files.

How about adding a user-customizable list of labels
to include in each completion?

Meanwhile, I think there is no particular reason to us an obarray
to hold the labels that have been seen.  If we store it as a list,
reading a keyword could merge all the lists (attributes, keywords seen,
and the keywords specified by the user) each time.  They are not likely
to be very long lists.






  parent reply	other threads:[~2009-02-11 20:58 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-06 13:53 bug#2222: 23.0.90; Labels in RMAIL jpff
2009-02-11  3:59 ` Glenn Morris
2009-02-11  4:10   ` Processed (with 5 errors): " Emacs bug Tracking System
2009-02-11 20:58   ` Richard M Stallman [this message]
2009-02-12  3:30     ` Glenn Morris
  -- strict thread matches above, loose matches on Subject: below --
2009-02-12  6:20 jpff
2009-02-13  6:34 ` Richard M Stallman
2009-02-12 23:25 Xavier Maillard
2009-02-14 21:25 Xavier Maillard
2009-02-16 15:39 ` Richard M Stallman
2009-02-16 19:36   ` Stefan Monnier
2009-02-17 12:13     ` Richard M Stallman
2009-02-17  2:57   ` Glenn Morris
2009-02-17 18:04     ` Richard M Stallman
2009-02-17 23:55 Xavier Maillard
2009-02-17 23:55 Xavier Maillard
2009-02-18  3:02 ` Stefan Monnier
2009-02-19  0:24 Xavier Maillard

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.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E1LXMAK-00047v-U3@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=2222@emacsbugs.donarmstrong.com \
    --cc=jpff@codemist.co.uk \
    --cc=rgm@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.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).