1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-19 06:31:34 -08:00
emacs/lisp/net
Paul Eggert 26848af97f Simplify checks for xdg-open and xdg-email
browse-url's xdg-open detection was too picky on some GNU/Linux
desktops; see Bug#25778.  Simplify the code by assuming xdg-open works
if it is executable, as nowadays this is more likely to be correct than
trying to use heuristics from a few years ago.  Don't test for nohup: it
is ineffective nowadays, as xdg-open's child uses the default action for
SIGHUP even if xdg-open's invoker ignores SIGHUP.  While we're at it,
allow for Wayland here, as "emacs -nw" might be running in a non-X
Wayland terminal.
* lisp/mail/emacsbug.el (report-emacs-bug-can-use-xdg-email):
* lisp/net/browse-url.el (browse-url-can-use-xdg-open):
Simplify to a test for DISPLAY and whether the helper program is
executable.  Allow WAYLAND_DISPLAY as an option.
2017-03-09 19:02:35 -08:00
..
ange-ftp.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
browse-url.el Simplify checks for xdg-open and xdg-email 2017-03-09 19:02:35 -08:00
dbus.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
dig.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
dns.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
eudc-bob.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
eudc-export.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
eudc-hotlist.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
eudc-vars.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
eudc.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
eudcb-bbdb.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
eudcb-ldap.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
eudcb-mab.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
eww.el Lists used as plists now have to be an even length 2017-02-18 16:46:06 +01:00
gnutls.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
goto-addr.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
hmac-def.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
hmac-md5.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
html2text.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
imap.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ldap.el Avoid add-to-list on local variables 2017-01-04 00:40:45 -05:00
mailcap.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
mairix.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
net-utils.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
netrc.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
network-stream.el Document :shell-command in `make-network-process' 2017-01-26 19:46:27 +01:00
newst-backend.el Avoid add-to-list on local variables 2017-01-04 00:40:45 -05:00
newst-plainview.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
newst-reader.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
newst-ticker.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
newst-treeview.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
newsticker.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
nsm.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ntlm.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
pinentry.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
pop3.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
puny.el Small puny.el fix 2017-03-01 20:35:41 -05:00
quickurl.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
rcirc.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
rfc2104.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
rlogin.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sasl-cram.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sasl-digest.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sasl-ntlm.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sasl-scram-rfc.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sasl.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
secrets.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
shr-color.el Fix color component calculations in color.el 2017-03-03 16:05:02 +02:00
shr.el Fix issues with dedicated windows in shr.el 2017-03-04 12:19:32 +02:00
sieve-manage.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
sieve-mode.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
sieve.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
snmp-mode.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
soap-client.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
soap-inspect.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
socks.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
starttls.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
telnet.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
tls.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
tramp-adb.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
tramp-cache.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
tramp-cmds.el Rework connection local variables 2017-02-19 17:14:35 +01:00
tramp-compat.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
tramp-ftp.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
tramp-gvfs.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
tramp-sh.el Fix bug#23006 2017-03-09 19:44:37 +01:00
tramp-smb.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
tramp-uu.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
tramp.el Fix bug#23006 2017-03-09 19:44:37 +01:00
trampver.el Unset `non-essential' in Tramp when not needed anymore 2017-02-18 14:29:19 +01:00
webjump.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
zeroconf.el lisp/*.el: Fix some warnings 2017-01-29 19:34:35 +01:00