From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Full text search on debbugs.gnu.org Date: Sat, 10 Sep 2011 13:11:20 -0600 Message-ID: <4E6BB658.7000805@gmail.com> References: <87fwk4tz3c.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315681908 13445 80.91.229.12 (10 Sep 2011 19:11:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 10 Sep 2011 19:11:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 10 21:11:44 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R2Sxp-0002zO-OF for ged-emacs-devel@m.gmane.org; Sat, 10 Sep 2011 21:11:41 +0200 Original-Received: from localhost ([::1]:60379 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2Sxp-0003cj-8C for ged-emacs-devel@m.gmane.org; Sat, 10 Sep 2011 15:11:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2Sxm-0003bp-ET for emacs-devel@gnu.org; Sat, 10 Sep 2011 15:11:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2Sxk-0002au-UI for emacs-devel@gnu.org; Sat, 10 Sep 2011 15:11:38 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:55764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2Sxk-0002aq-Ph for emacs-devel@gnu.org; Sat, 10 Sep 2011 15:11:36 -0400 Original-Received: by gya6 with SMTP id 6so2042407gya.0 for ; Sat, 10 Sep 2011 12:11:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=GAnYGCiN0aWTrO309FcrlzS32HDWeNnITE33QY8pZDg=; b=WeP22ZG/paNZuYulEZs5SU8rQk13Eg9EiU1LAZzrhXC31laBkTS2NlWMmtr949APH4 BJs9brysAZnR2BS749eD/Icv6DOh6+Jt9m3i+uSP3TbAxiovDA6BpsxJabtuAlJBiiIG VUVZyhj4eJEDrO/OkVuL13tbbZ8QPYgYC9un0= Original-Received: by 10.231.26.226 with SMTP id f34mr4419543ibc.52.1315681895848; Sat, 10 Sep 2011 12:11:35 -0700 (PDT) Original-Received: from [192.168.1.4] (71-208-134-200.hlrn.qwest.net [71.208.134.200]) by mx.google.com with ESMTPS id j2sm13909095ibx.11.2011.09.10.12.11.33 (version=SSLv3 cipher=OTHER); Sat, 10 Sep 2011 12:11:35 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 In-Reply-To: <87fwk4tz3c.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143855 Archived-At: Hi Michael, On 9/10/2011 5:29 AM, Michael Albinus wrote: > I have released debbugs 0.3. The major new feature is full text search > in Emacs' bug database. Require 'debbugs-gnu, call "M-x debbugs-gnu-search", > and follow the prompt in the minibuffer. Thanks! Debbugs mode (the *Emacs Bugs* buffer) is derived from `special-mode' (via tabulated-list-mode), but `q' is overridden in `debbugs-gnu-mode-map' to call `bury-buffer'. Can we make this consistent with other special-modes and let it call `quit-window' from special-mode-map? Also, completion does not work for the `status' attribute. Would this be possible? It seems to recognize when I enter a wrong keyword, so it must know which ones are valid, no? This is a very useful package. Danke! :) Christoph