Re: Emacs and URLs in Git commit messages

2021-05-07 Thread Alexey Abramov
Hi, I gave hyperbole [1] a try, and now if I move the point to that bug string [bug#48262] or bug#48262 and press action key (M-RET) it magically brings me to the debbugs with that bug. Footnotes: [1] https://www.gnu.org/software/hyperbole/ -- Alexey

Re: Emacs and URLs in Git commit messages

2021-04-20 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: [...] > I have this helper for debbugs.el: > > (defun ludo-copy-debbugs-url () > "Add to the kill ring the URL of the Debbugs issue at point." > (interactive) > (let ((url1 (concat "https://bugs.gnu.org/"; > (number-to-string (debbugs-gnu-cu

Re: Emacs and URLs in Git commit messages

2021-02-05 Thread Chris Marusich
Hi, Thank you for the replies! Maxime Devos writes: > I don't known any emacs command for that, but you inspired me to write > such a command myself: [1]. > > Maxime. > [1]: > https://notabug.org/mdevos/things/commit/b0400ba06b6f031e88f1f89b47079c3c6d7dcac4 zimoun writes: > I am not represe

Re: Emacs and URLs in Git commit messages

2021-02-05 Thread Ludovic Courtès
Hi, Chris Marusich skribis: > Many Guix commits look like this: > > commit f9978346e73359ac1d8b88c9ed874edc7225582b > Author: Ludovic Courtès > Date: Fri Dec 18 18:10:04 2020 +0100 > > avahi: Remove poll timeout when possible. > > Fixes . >

Re: Emacs and URLs in Git commit messages

2021-02-04 Thread Bengt Richter
Hi Chris, On +2021-02-04 00:38:18 -0800, Chris Marusich wrote: > Hi, > > Many Guix commits look like this: > > commit f9978346e73359ac1d8b88c9ed874edc7225582b > Author: Ludovic Courtès > Date: Fri Dec 18 18:10:04 2020 +0100 > > avahi: Remove poll timeout when possible. > >

Re: Emacs and URLs in Git commit messages

2021-02-04 Thread zimoun
Hi Chris, On Thu, 04 Feb 2021 at 00:38, Chris Marusich wrote: > Fixes . [...] > Regarding the URL, do people just type it all out, including the opening > and closing brackets (<>)? Or is there an Emacs command that does it > for you? I've briefly loo

Re: Emacs and URLs in Git commit messages

2021-02-04 Thread Maxime Devos
On Thu, 2021-02-04 at 00:38 -0800, Chris Marusich wrote: > Regarding the URL, do people just type it all out, including the opening > and closing brackets (<>)? Or is there an Emacs command that does it > for you? I've briefly looked on the Internet, but this is the kind of > thing that seems dif

Emacs and URLs in Git commit messages

2021-02-04 Thread Chris Marusich
Hi, Many Guix commits look like this: commit f9978346e73359ac1d8b88c9ed874edc7225582b Author: Ludovic Courtès Date: Fri Dec 18 18:10:04 2020 +0100 avahi: Remove poll timeout when possible. Fixes . * guix/avahi.scm (avahi-browse-serv