From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#2222: 23.0.90; Labels in RMAIL Date: Wed, 11 Feb 2009 22:30:39 -0500 Message-ID: <0ieiy4tjq8.fsf@fencepost.gnu.org> References: Reply-To: Glenn Morris , 2222@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234410230 20280 80.91.229.12 (12 Feb 2009 03:43:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2009 03:43:50 +0000 (UTC) Cc: 2222@emacsbugs.donarmstrong.com, jpff@codemist.co.uk To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 12 04:45:05 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LXSVd-0008SN-IR for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Feb 2009 04:45:05 +0100 Original-Received: from localhost ([127.0.0.1]:40313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXSUJ-00069e-Nh for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Feb 2009 22:43:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXSUE-00066U-Nv for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2009 22:43:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXSUD-00063R-3v for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2009 22:43:38 -0500 Original-Received: from [199.232.76.173] (port=56256 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXSUC-000638-Uz for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2009 22:43:37 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:44110) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXSUC-00035k-Ga for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2009 22:43:36 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1C3hXL3015426; Wed, 11 Feb 2009 19:43:33 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id n1C3e3W5014281; Wed, 11 Feb 2009 19:40:03 -0800 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs , Rmail Maintainers Resent-Date: Thu, 12 Feb 2009 03:40:03 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 2222 X-Emacs-PR-Package: emacs,rmail X-Emacs-PR-Keywords: Original-Received: via spool by 2222-submit@emacsbugs.donarmstrong.com id=B2222.123440956113001 (code B ref 2222); Thu, 12 Feb 2009 03:40:03 +0000 Original-Received: (at 2222) by emacsbugs.donarmstrong.com; 12 Feb 2009 03:32:41 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1C3WcUL012995 for <2222@emacsbugs.donarmstrong.com>; Wed, 11 Feb 2009 19:32:39 -0800 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LXSHf-0000Yy-CH; Wed, 11 Feb 2009 22:30:39 -0500 X-Spook: Hugo Chavez Mena ASDIC George W. Bush high security X-Ran: '"OPRt@ON'\GpoHAX+=WjCJ+lr{8o6nexPK'UB=w^T'Ht/5,eEdHu:7=}P]{V7"x~wj}+s X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Wed, 11 Feb 2009 22:43:38 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:25202 Archived-At: Richard M Stallman wrote: > 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. Creating a summary reads the necessary information anyway. I've now made it so that all labels are available for completion after the summary has been generated. So I'd say this is done, except for the no-summary case.