Hello, Oleg Pykhalov <go.wig...@gmail.com> 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’.