all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to list bugs on debbugs by submitter
@ 2018-01-15 15:38 Oleg Pykhalov
  2018-01-17 14:00 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Pykhalov @ 2018-01-15 15:38 UTC (permalink / raw)
  To: guix-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-21 22:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-15 15:38 How to list bugs on debbugs by submitter Oleg Pykhalov
2018-01-17 14:00 ` Ludovic Courtès
2018-01-21 22:22   ` Oleg Pykhalov

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.