unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: guix-devel@gnu.org
Subject: How to list bugs on debbugs by submitter
Date: Mon, 15 Jan 2018 18:38:14 +0300	[thread overview]
Message-ID: <878tczw2s9.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

Hello Guix,

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:

--8<---------------cut here---------------start------------->8---
(defun debbugs-gnu-my ()
  (interactive)
  (let ((debbugs-gnu-current-query `((submitter . ,user-mail-address))))
    (debbugs-gnu nil)))
--8<---------------cut here---------------end--------------->8---

Be sure user-mail-address is set properly:

    (setq user-mail-address "YOUR-EMAIL")

Then you could evaluate it with M-x debbugs-gnu-my

Maybe we should have this function snippet in HACKING or documentation?


Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

             reply	other threads:[~2018-01-15 15:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-15 15:38 Oleg Pykhalov [this message]
2018-01-17 14:00 ` How to list bugs on debbugs by submitter Ludovic Courtès
2018-01-21 22:22   ` Oleg Pykhalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878tczw2s9.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).