From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Full text search on debbugs.gnu.org Date: Sun, 11 Sep 2011 12:05:23 +0200 Message-ID: <87hb4jfl7g.fsf@gmx.de> References: <87fwk4tz3c.fsf@gmx.de> <4E6BB658.7000805@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1315735537 23261 80.91.229.12 (11 Sep 2011 10:05:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Sep 2011 10:05:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 11 12:05:32 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 1R2gup-0000M3-K6 for ged-emacs-devel@m.gmane.org; Sun, 11 Sep 2011 12:05:31 +0200 Original-Received: from localhost ([::1]:42930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2guo-0002j3-Ug for ged-emacs-devel@m.gmane.org; Sun, 11 Sep 2011 06:05:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2gum-0002in-1G for emacs-devel@gnu.org; Sun, 11 Sep 2011 06:05:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2gul-0007Sa-0A for emacs-devel@gnu.org; Sun, 11 Sep 2011 06:05:28 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:42343) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R2guk-0007SW-Jb for emacs-devel@gnu.org; Sun, 11 Sep 2011 06:05:26 -0400 Original-Received: (qmail invoked by alias); 11 Sep 2011 10:05:25 -0000 Original-Received: from p57BB9646.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.150.70] by mail.gmx.net (mp021) with SMTP; 11 Sep 2011 12:05:25 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19dJLRbyGhdqJ2aORwdryVylLqh3YMw0HO5t57dRP knCYTaljXJPWsz In-Reply-To: <4E6BB658.7000805@gmail.com> (Christoph Scholtes's message of "Sat, 10 Sep 2011 13:11:20 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 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:143881 Archived-At: Christoph Scholtes writes: > Hi Michael, Hi Christoph, > 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? Thanks, I've committed both changes to the elpa branch. But there seems to be a problem with the "status" condition, it doesn't filter correctly. I'll check further what's up. > Christoph Best regards, Michael.