GNU bug report logs -
#59443
29.0.50; [PATCH] Allow goto-address-at-point to use secondary browser
Previous Next
Reported by: Gabriel <gabriel376 <at> hotmail.com>
Date: Mon, 21 Nov 2022 11:46:01 UTC
Severity: wishlist
Tags: patch
Found in version 29.0.50
Fixed in version 29.1
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
I didn't really study the patch or the issue, but here are two nits.
Gabriel <gabriel376 <at> hotmail.com> writes:
> * lisp/net/dictionary.el (goto-address-at-point): Call
> `browse-url-button-open-url', so a prefix argument uses
> `browse-url-secondary-browser-function'.
^^
We do not indent the commit message like this. It should start at
column 0.
> ;;;###autoload
> (defun goto-address-at-point (&optional event)
> - "Send to the e-mail address or load the URL at point.
> -Send mail to address at point. See documentation for
> -`goto-address-find-address-at-point'. If no address is found
> -there, then load the URL at or before point."
> + "Compose a new message to the e-mail address or browse the URL at
> +point.
The first line of a docstring should be a complete sentence (for
e.g. eldoc and apropos).
This bug report was last modified 2 years and 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.