From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: How to list bugs on debbugs by submitter Date: Wed, 17 Jan 2018 15:00:08 +0100 Message-ID: <87h8rk60wn.fsf@gnu.org> References: <878tczw2s9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eboGD-00043n-Mi for guix-devel@gnu.org; Wed, 17 Jan 2018 09:00:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eboGA-0003WK-Ks for guix-devel@gnu.org; Wed, 17 Jan 2018 09:00:13 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:58988) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eboGA-0003Ud-Fq for guix-devel@gnu.org; Wed, 17 Jan 2018 09:00:10 -0500 In-Reply-To: <878tczw2s9.fsf@gmail.com> (Oleg Pykhalov's message of "Mon, 15 Jan 2018 18:38:14 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Oleg Pykhalov Cc: guix-devel@gnu.org Hello, Oleg Pykhalov skribis: > I want to share a quick hack with you about how to list bug reports on > debbugs by submitter (your reports) with emacs-debbugs. > > You could do it interactively by evaluting: > > (debbugs-gnu-search) RET submitter RET YOUR-EMAIL RET > > > Also you could define a function to type it automatically like: > > (defun debbugs-gnu-my () > (interactive) > (let ((debbugs-gnu-current-query `((submitter . ,user-mail-address)))) > (debbugs-gnu nil))) Very useful, thanks for sharing! Ludo=E2=80=99.