[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74775: [PATCH] Update browse-url-kde variables
From: |
Eli Zaretskii |
Subject: |
bug#74775: [PATCH] Update browse-url-kde variables |
Date: |
Wed, 11 Dec 2024 14:38:42 +0200 |
> 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@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?
- bug#74775: [PATCH] Update browse-url-kde variables, Björn Bidar, 2024/12/10
- bug#74775: [PATCH] Update browse-url-kde variables,
Eli Zaretskii <=
- bug#74775: [PATCH] Update browse-url-kde variables, Björn Bidar, 2024/12/11
- bug#74775: [PATCH] Update browse-url-kde variables, Robert Pluim, 2024/12/11
- bug#74775: [PATCH] Update browse-url-kde variables, Eli Zaretskii, 2024/12/11
- bug#74775: [PATCH] Update browse-url-kde variables, Björn Bidar, 2024/12/11
- bug#74775: [PATCH] Update browse-url-kde variables, Eli Zaretskii, 2024/12/11
- bug#74775: [PATCH] Update browse-url-kde variables, Björn Bidar, 2024/12/12
- bug#74775: [PATCH] Update browse-url-kde variables, Eli Zaretskii, 2024/12/12
- bug#74775: [PATCH] Update browse-url-kde variables, Björn Bidar, 2024/12/13
- bug#74775: [PATCH] Update browse-url-kde variables, Eli Zaretskii, 2024/12/14
- bug#74775: [PATCH] Update browse-url-kde variables, Eli Zaretskii, 2024/12/14