GNU bug report logs -
#74775
[PATCH] Update browse-url-kde variables
Previous Next
Reported by: Björn Bidar <bjorn.bidar <at> thaodan.de>
Date: Tue, 10 Dec 2024 23:06:02 UTC
Severity: normal
Tags: patch
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 74775 <at> debbugs.gnu.org (full text, mbox):
> Date: Wed, 11 Dec 2024 01:04:56 +0200
> From: Björn Bidar via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> Update browse-url-kde's variables.
Thanks, but when we change the default value of a user option, we need
to update its :version tag (so that commands like customize-changed
could notice that).
> -(defcustom browse-url-kde-program "kfmclient"
> +(defcustom browse-url-kde-program "kde-open"
> "The name by which to invoke the KDE web browser."
Should we offer the other name as a (non-default) alternative? It is
still available, right?
> :type 'string
Should this be 'file instead?
> -(defcustom browse-url-kde-args '("openURL")
> +(defcustom browse-url-kde-args nil
> "A list of strings defining options for `browse-url-kde-program'."
Should the default value depend on the value of
browse-url-kde-program? E.g., if that is customized to kfmclient, the
value of this variable should probably not be '("openURL"), right?
This bug report was last modified 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.