From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Try using block/unblock for bugs relevant to releases Date: Wed, 18 Feb 2015 01:24:34 +0200 Message-ID: <54E3CDB2.5050801@yandex.ru> References: <81twz18pvy.fsf@fencepost.gnu.org> <87h9v0lpbo.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1424215503 7389 80.91.229.3 (17 Feb 2015 23:25:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2015 23:25:03 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Michael Albinus , Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 18 00:24:57 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YNrVf-0000BL-KE for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2015 00:24:55 +0100 Original-Received: from localhost ([::1]:47760 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNrVe-0000My-QN for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2015 18:24:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNrVT-0000Mt-K2 for emacs-devel@gnu.org; Tue, 17 Feb 2015 18:24:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNrVO-0000fr-LU for emacs-devel@gnu.org; Tue, 17 Feb 2015 18:24:43 -0500 Original-Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:63348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNrVO-0000fl-E9; Tue, 17 Feb 2015 18:24:38 -0500 Original-Received: by mail-wi0-f178.google.com with SMTP id em10so37644136wid.5; Tue, 17 Feb 2015 15:24:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=9/yWWI8MkVtv2fQ0EsTPah9IO9EVV3wYGCDT9dKsfn8=; b=mhK8G3tV4i3rVdOyRhEhb/nO198D3XjBXhfotY0gxmQxVd9PltuVWdMgDF2/kYJL15 CBV80f5iVDp8FsRP/7Xe9suFa5jbNq4Gzn9LYWPZbww/NQQyngfLn3tS/WqGI86ya3jw vyGlrgIc4LC7nOmOSPj+I47axojnWnnGVnlvyniQfTDOPdeMnbCVN3NW3gzwxS7loOuM qmmpNVrihX/aMv37mOOUDw/P28AxOMjIVgFtCkHGFTFoXcNDtrTMB70RwIvwEuHas5H8 9VdjUh5pXoUcEe2PrNLmH+jQm8czw8rY8ZU3Rap5NCjZwIoFls8EEDyiui3sy4GkThfa eKKw== X-Received: by 10.194.6.228 with SMTP id e4mr65578011wja.63.1424215476961; Tue, 17 Feb 2015 15:24:36 -0800 (PST) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id dj5sm29487403wjb.28.2015.02.17.15.24.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Feb 2015 15:24:36 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: <87h9v0lpbo.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::232 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:183215 Archived-At: On 02/05/2015 10:44 AM, Michael Albinus wrote: > I've committed a patch to debbugs-gnu (GNU ELPA), which adds the keys > "b" and "B" for showing "blockedby" and "blocks" bugs. How (where) does one use these bindings?