Mercurial > emacs
annotate lisp/net/browse-url.el @ 112341:1bdb2b6bdebb
* admin/notes/bzr: Add some more bzrmerge details.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 17 Jan 2011 18:22:36 -0800 |
parents | 61f7601898b1 |
children |
rev | line source |
---|---|
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
38271
diff
changeset
|
1 ;;; browse-url.el --- pass a URL to a WWW browser |
28210 | 2 |
112284
61f7601898b1
Refill some copyright headers.
Glenn Morris <rgm@gnu.org>
parents:
112228
diff
changeset
|
3 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
61f7601898b1
Refill some copyright headers.
Glenn Morris <rgm@gnu.org>
parents:
112228
diff
changeset
|
4 ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
61f7601898b1
Refill some copyright headers.
Glenn Morris <rgm@gnu.org>
parents:
112228
diff
changeset
|
5 ;; Free Software Foundation, Inc. |
28210 | 6 |
7 ;; Author: Denis Howe <dbh@doc.ic.ac.uk> | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
8 ;; Maintainer: FSF |
28210 | 9 ;; Created: 03 Apr 1995 |
10 ;; Keywords: hypertext, hypermedia, mouse | |
11 | |
12 ;; This file is part of GNU Emacs. | |
13 | |
94677
91e5880a36c1
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92877
diff
changeset
|
14 ;; GNU Emacs is free software: you can redistribute it and/or modify |
28210 | 15 ;; it under the terms of the GNU General Public License as published by |
94677
91e5880a36c1
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92877
diff
changeset
|
16 ;; the Free Software Foundation, either version 3 of the License, or |
91e5880a36c1
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92877
diff
changeset
|
17 ;; (at your option) any later version. |
28210 | 18 |
19 ;; GNU Emacs is distributed in the hope that it will be useful, | |
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
22 ;; GNU General Public License for more details. | |
23 | |
24 ;; You should have received a copy of the GNU General Public License | |
94677
91e5880a36c1
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92877
diff
changeset
|
25 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
28210 | 26 |
27 ;;; Commentary: | |
28 | |
29 ;; This package provides functions which read a URL (Uniform Resource | |
30 ;; Locator) from the minibuffer, defaulting to the URL around point, | |
31 ;; and ask a World-Wide Web browser to load it. It can also load the | |
32 ;; URL associated with the current buffer. Different browsers use | |
33 ;; different methods of remote control so there is one function for | |
34 ;; each supported browser. If the chosen browser is not running, it | |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
35 ;; is started. Currently there is support for the following browsers, |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
36 ;; some of them probably now obsolete: |
28210 | 37 |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
38 ;; Function Browser Earliest version |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
39 ;; browse-url-mozilla Mozilla Don't know |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
40 ;; browse-url-firefox Firefox Don't know (tried with 1.0.1) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
41 ;; browse-url-galeon Galeon Don't know |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
42 ;; browse-url-epiphany Epiphany Don't know |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
43 ;; browse-url-netscape Netscape 1.1b1 |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
44 ;; browse-url-mosaic XMosaic/mMosaic <= 2.4 |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
45 ;; browse-url-cci XMosaic 2.5 |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
46 ;; browse-url-w3 w3 0 |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
47 ;; browse-url-w3-gnudoit w3 remotely |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
48 ;; browse-url-text-* Any text browser 0 |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
49 ;; browse-url-generic arbitrary |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
50 ;; browse-url-default-windows-browser MS-Windows browser |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
51 ;; browse-url-default-macosx-browser Mac OS X browser |
32246
851690316add
(browse-url-browser-function): Use it.
Dave Love <fx@gnu.org>
parents:
32245
diff
changeset
|
52 ;; browse-url-gnome-moz GNOME interface to Mozilla |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
53 ;; browse-url-kde KDE konqueror (kfm) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
54 ;; browse-url-elinks Elinks Don't know (tried with 0.12.GIT) |
28210 | 55 |
56 ;; [A version of the Netscape browser is now free software | |
57 ;; <URL:http://www.mozilla.org/>, albeit not GPLed, so it is | |
58 ;; reasonable to have that as the default.] | |
59 | |
60 ;; Note that versions of Netscape before 1.1b1 did not have remote | |
61 ;; control. <URL:http://www.netscape.com/newsref/std/x-remote.html>. | |
62 | |
63 ;; Browsers can cache Web pages so it may be necessary to tell them to | |
64 ;; reload the current page if it has changed (e.g. if you have edited | |
65 ;; it). There is currently no perfect automatic solution to this. | |
66 | |
67 ;; Netscape allows you to specify the id of the window you want to | |
68 ;; control but which window DO you want to control and how do you | |
69 ;; discover its id? | |
70 | |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
71 ;; William M. Perry's excellent "w3" WWW browser for |
28210 | 72 ;; Emacs <URL:ftp://cs.indiana.edu/pub/elisp/w3/> |
73 ;; has a function w3-follow-url-at-point, but that | |
74 ;; doesn't let you edit the URL like browse-url. | |
75 ;; The `gnuserv' package that can be used to control it in another | |
76 ;; Emacs process is available from | |
77 ;; <URL:ftp://ftp.splode.com/pub/users/friedman/packages/>. | |
78 | |
79 ;; Lynx is now distributed by the FSF. See also | |
80 ;; <URL:http://lynx.browser.org/>. | |
81 | |
82 ;; Free graphical browsers that could be used by `browse-url-generic' | |
83 ;; include Chimera <URL:ftp://ftp.cs.unlv.edu/pub/chimera> and | |
84 ;; <URL:http://www.unlv.edu/chimera/>, Arena | |
85 ;; <URL:ftp://ftp.yggdrasil.com/pub/dist/web/arena> and Amaya | |
86 ;; <URL:ftp://ftp.w3.org/pub/amaya>. mMosaic | |
48801 | 87 ;; <URL:ftp://ftp.enst.fr/pub/mbone/mMosaic/>, |
88 ;; <URL:http://www.enst.fr/~dauphin/mMosaic/> (with development | |
28210 | 89 ;; support for Java applets and multicast) can be used like Mosaic by |
90 ;; setting `browse-url-mosaic-program' appropriately. | |
91 | |
92 ;; I [Denis Howe, not Dave Love] recommend Nelson Minar | |
93 ;; <nelson@santafe.edu>'s excellent html-helper-mode.el for editing | |
94 ;; HTML and thank Nelson for his many useful comments on this code. | |
95 ;; <URL:http://www.santafe.edu/%7Enelson/hhm-beta/> | |
96 | |
97 ;; See also hm--html-menus <URL:http://www.tnt.uni-hannover.de/%7Emuenkel/ | |
98 ;; software/own/hm--html-menus/>. For composing correct HTML see also | |
99 ;; PSGML the general SGML structure editor package | |
100 ;; <URL:ftp://ftp.lysator.liu.se/pub/sgml>; hm--html-menus can be used | |
101 ;; with this. | |
102 | |
103 ;; This package generalises function html-previewer-process in Marc | |
104 ;; Andreessen's html-mode (LCD modes/html-mode.el.Z). See also the | |
105 ;; ffap.el package. The huge hyperbole package also contains similar | |
106 ;; functions. | |
107 | |
108 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
109 ;; Help! | |
110 | |
111 ;; Can you write and test some code for the Macintrash and Windoze | |
112 ;; Netscape remote control APIs? (See the URL above). | |
113 | |
114 ;; Do any other browsers have remote control? | |
115 | |
116 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
117 ;; Usage | |
118 | |
119 ;; To display the URL at or before point: | |
120 ;; M-x browse-url-at-point RET | |
121 ;; or, similarly but with the opportunity to edit the URL extracted from | |
122 ;; the buffer, use: | |
123 ;; M-x browse-url | |
124 | |
125 ;; To display a URL by shift-clicking on it, put this in your ~/.emacs | |
126 ;; file: | |
127 ;; (global-set-key [S-mouse-2] 'browse-url-at-mouse) | |
128 ;; (Note that using Shift-mouse-1 is not desirable because | |
129 ;; that event has a standard meaning in Emacs.) | |
130 | |
131 ;; To display the current buffer in a web browser: | |
132 ;; M-x browse-url-of-buffer RET | |
133 | |
134 ;; To display the current region in a web browser: | |
135 ;; M-x browse-url-of-region RET | |
136 | |
137 ;; In Dired, to display the file named on the current line: | |
138 ;; M-x browse-url-of-dired-file RET | |
139 | |
140 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
141 ;; Customisation (~/.emacs) | |
142 | |
143 ;; To see what variables are available for customization, type | |
144 ;; `M-x set-variable browse-url TAB'. Better, use | |
145 ;; `M-x customize-group browse-url'. | |
146 | |
147 ;; Bind the browse-url commands to keys with the `C-c C-z' prefix | |
148 ;; (as used by html-helper-mode): | |
149 ;; (global-set-key "\C-c\C-z." 'browse-url-at-point) | |
150 ;; (global-set-key "\C-c\C-zb" 'browse-url-of-buffer) | |
151 ;; (global-set-key "\C-c\C-zr" 'browse-url-of-region) | |
152 ;; (global-set-key "\C-c\C-zu" 'browse-url) | |
153 ;; (global-set-key "\C-c\C-zv" 'browse-url-of-file) | |
154 ;; (add-hook 'dired-mode-hook | |
155 ;; (lambda () | |
156 ;; (local-set-key "\C-c\C-zf" 'browse-url-of-dired-file))) | |
157 | |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
158 ;; Browse URLs in mail messages under RMAIL by clicking mouse-2: |
28210 | 159 ;; (add-hook 'rmail-mode-hook (lambda () ; rmail-mode startup |
160 ;; (define-key rmail-mode-map [mouse-2] 'browse-url-at-mouse))) | |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
161 ;; Alternatively, add `goto-address' to `rmail-show-message-hook'. |
28210 | 162 |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
163 ;; Gnus provides a standard feature to activate URLs in article |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
164 ;; buffers for invocation of browse-url. |
28210 | 165 |
166 ;; Use the Emacs w3 browser when not running under X11: | |
167 ;; (or (eq window-system 'x) | |
168 ;; (setq browse-url-browser-function 'browse-url-w3)) | |
169 | |
170 ;; To always save modified buffers before displaying the file in a browser: | |
171 ;; (setq browse-url-save-file t) | |
172 | |
173 ;; To get round the Netscape caching problem, you could EITHER have | |
174 ;; write-file in html-helper-mode make Netscape reload the document: | |
175 ;; | |
176 ;; (autoload 'browse-url-netscape-reload "browse-url" | |
177 ;; "Ask a WWW browser to redisplay the current file." t) | |
178 ;; (add-hook 'html-helper-mode-hook | |
179 ;; (lambda () | |
180 ;; (add-hook 'local-write-file-hooks | |
181 ;; (lambda () | |
182 ;; (let ((local-write-file-hooks)) | |
183 ;; (save-buffer)) | |
184 ;; (browse-url-netscape-reload) | |
185 ;; t) ; => file written by hook | |
186 ;; t))) ; append to l-w-f-hooks | |
187 ;; | |
188 ;; OR have browse-url-of-file ask Netscape to load and then reload the | |
189 ;; file: | |
190 ;; | |
191 ;; (add-hook 'browse-url-of-file-hook 'browse-url-netscape-reload) | |
192 | |
193 ;; You may also want to customise browse-url-netscape-arguments, e.g. | |
194 ;; (setq browse-url-netscape-arguments '("-install")) | |
195 ;; | |
196 ;; or similarly for the other browsers. | |
197 | |
198 ;; To invoke different browsers for different URLs: | |
199 ;; (setq browse-url-browser-function '(("^mailto:" . browse-url-mail) | |
200 ;; ("." . browse-url-netscape))) | |
201 | |
202 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
203 ;;; Code: | |
204 | |
205 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
206 ;; Variables | |
207 | |
110860 | 208 (eval-when-compile (require 'cl)) |
28210 | 209 |
210 (defgroup browse-url nil | |
211 "Use a web browser to look at a URL." | |
212 :prefix "browse-url-" | |
28330 | 213 :link '(emacs-commentary-link "browse-url") |
107378
904ccd8f2acb
Reorganize Custom groups.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
214 :group 'external |
107379
3c0cd76e49ff
Fix last change to use existing comm Custom group instead of `net'.
Chong Yidong <cyd@stupidchicken.com>
parents:
107378
diff
changeset
|
215 :group 'comm) |
28210 | 216 |
217 ;;;###autoload | |
218 (defcustom browse-url-browser-function | |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
219 (cond |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
220 ((memq system-type '(windows-nt ms-dos cygwin)) |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
221 'browse-url-default-windows-browser) |
111697
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
222 ((memq system-type '(darwin)) |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
223 'browse-url-default-macosx-browser) |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
224 (t |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
225 'browse-url-default-browser)) |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
226 "Function to display the current buffer in a WWW browser. |
28210 | 227 This is used by the `browse-url-at-point', `browse-url-at-mouse', and |
228 `browse-url-of-file' commands. | |
229 | |
230 If the value is not a function it should be a list of pairs | |
28330 | 231 \(REGEXP . FUNCTION). In this case the function called will be the one |
28210 | 232 associated with the first REGEXP which matches the current URL. The |
233 function is passed the URL and any other args of `browse-url'. The last | |
234 regexp should probably be \".\" to specify a default browser." | |
235 :type '(choice | |
28330 | 236 (function-item :tag "Emacs W3" :value browse-url-w3) |
237 (function-item :tag "W3 in another Emacs via `gnudoit'" | |
238 :value browse-url-w3-gnudoit) | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
239 (function-item :tag "Mozilla" :value browse-url-mozilla) |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
240 (function-item :tag "Firefox" :value browse-url-firefox) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
241 (function-item :tag "Galeon" :value browse-url-galeon) |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
242 (function-item :tag "Epiphany" :value browse-url-epiphany) |
28330 | 243 (function-item :tag "Netscape" :value browse-url-netscape) |
244 (function-item :tag "Mosaic" :value browse-url-mosaic) | |
245 (function-item :tag "Mosaic using CCI" :value browse-url-cci) | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
246 (function-item :tag "Text browser in an xterm window" |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
247 :value browse-url-text-xterm) |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
248 (function-item :tag "Text browser in an Emacs window" |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
249 :value browse-url-text-emacs) |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
250 (function-item :tag "KDE" :value browse-url-kde) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
251 (function-item :tag "Elinks" :value browse-url-elinks) |
28330 | 252 (function-item :tag "Specified by `Browse Url Generic Program'" |
253 :value browse-url-generic) | |
254 (function-item :tag "Default Windows browser" | |
32246
851690316add
(browse-url-browser-function): Use it.
Dave Love <fx@gnu.org>
parents:
32245
diff
changeset
|
255 :value browse-url-default-windows-browser) |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
256 (function-item :tag "Default Mac OS X browser" |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
257 :value browse-url-default-macosx-browser) |
32246
851690316add
(browse-url-browser-function): Use it.
Dave Love <fx@gnu.org>
parents:
32245
diff
changeset
|
258 (function-item :tag "GNOME invoking Mozilla" |
851690316add
(browse-url-browser-function): Use it.
Dave Love <fx@gnu.org>
parents:
32245
diff
changeset
|
259 :value browse-url-gnome-moz) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
260 (function-item :tag "Default browser" |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
261 :value browse-url-default-browser) |
28330 | 262 (function :tag "Your own function") |
263 (alist :tag "Regexp/function association list" | |
264 :key-type regexp :value-type function)) | |
111478
3cd0a7a068d5
* net/browse-url.el (browse-url-browser-function): Change the
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111451
diff
changeset
|
265 :version "24.1" |
28210 | 266 :group 'browse-url) |
267 | |
111697
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
268 (defcustom browse-url-mailto-function 'browse-url-mail |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
269 "Function to display mailto: links. |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
270 This variable uses the same syntax as the |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
271 `browse-url-browser-function' variable. If the |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
272 `browse-url-mailto-function' variable is nil, that variable will |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
273 be used instead." |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
274 :type '(choice |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
275 (function-item :tag "Emacs Mail" :value browse-url-mail) |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
276 (function-item :tag "None" nil)) |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
277 :version "24.1" |
28210 | 278 :group 'browse-url) |
279 | |
280 (defcustom browse-url-netscape-program "netscape" | |
281 ;; Info about netscape-remote from Karl Berry. | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
282 "The name by which to invoke Netscape. |
28210 | 283 |
284 The free program `netscape-remote' from | |
285 <URL:http://home.netscape.com/newsref/std/remote.c> is said to start | |
286 up very much quicker than `netscape'. Reported to compile on a GNU | |
287 system, given vroot.h from the same directory, with cc flags | |
288 -DSTANDALONE -L/usr/X11R6/lib -lXmu -lX11." | |
289 :type 'string | |
290 :group 'browse-url) | |
291 | |
292 (defcustom browse-url-netscape-arguments nil | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
293 "A list of strings to pass to Netscape as arguments." |
28210 | 294 :type '(repeat (string :tag "Argument")) |
295 :group 'browse-url) | |
296 | |
297 (defcustom browse-url-netscape-startup-arguments browse-url-netscape-arguments | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
298 "A list of strings to pass to Netscape when it starts up. |
28210 | 299 Defaults to the value of `browse-url-netscape-arguments' at the time |
300 `browse-url' is loaded." | |
301 :type '(repeat (string :tag "Argument")) | |
302 :group 'browse-url) | |
303 | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
304 (defcustom browse-url-browser-display nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
305 "The X display for running the browser, if not same as Emacs'." |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
306 :type '(choice string (const :tag "Default" nil)) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
307 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
308 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
309 (defcustom browse-url-mozilla-program "mozilla" |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
310 "The name by which to invoke Mozilla." |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
311 :type 'string |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
312 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
313 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
314 (defcustom browse-url-mozilla-arguments nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
315 "A list of strings to pass to Mozilla as arguments." |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
316 :type '(repeat (string :tag "Argument")) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
317 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
318 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
319 (defcustom browse-url-mozilla-startup-arguments browse-url-mozilla-arguments |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
320 "A list of strings to pass to Mozilla when it starts up. |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
321 Defaults to the value of `browse-url-mozilla-arguments' at the time |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
322 `browse-url' is loaded." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
323 :type '(repeat (string :tag "Argument")) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
324 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
325 |
108162
3eb0fffdd08f
* net/browse-url.el (browse-url-firefox-program): Use iceweasel if
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107379
diff
changeset
|
326 (defcustom browse-url-firefox-program |
3eb0fffdd08f
* net/browse-url.el (browse-url-firefox-program): Use iceweasel if
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107379
diff
changeset
|
327 (let ((candidates '("firefox" "iceweasel"))) |
3eb0fffdd08f
* net/browse-url.el (browse-url-firefox-program): Use iceweasel if
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107379
diff
changeset
|
328 (while (and candidates (not (executable-find (car candidates)))) |
3eb0fffdd08f
* net/browse-url.el (browse-url-firefox-program): Use iceweasel if
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107379
diff
changeset
|
329 (setq candidates (cdr candidates))) |
3eb0fffdd08f
* net/browse-url.el (browse-url-firefox-program): Use iceweasel if
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107379
diff
changeset
|
330 (or (car candidates) "firefox")) |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
331 "The name by which to invoke Firefox." |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
332 :type 'string |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
333 :group 'browse-url) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
334 |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
335 (defcustom browse-url-firefox-arguments nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
336 "A list of strings to pass to Firefox as arguments." |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
337 :type '(repeat (string :tag "Argument")) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
338 :group 'browse-url) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
339 |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
340 (defcustom browse-url-firefox-startup-arguments browse-url-firefox-arguments |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
341 "A list of strings to pass to Firefox when it starts up. |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
342 Defaults to the value of `browse-url-firefox-arguments' at the time |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
343 `browse-url' is loaded." |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
344 :type '(repeat (string :tag "Argument")) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
345 :group 'browse-url) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
346 |
108162
3eb0fffdd08f
* net/browse-url.el (browse-url-firefox-program): Use iceweasel if
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107379
diff
changeset
|
347 (defcustom browse-url-galeon-program "galeon" |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
348 "The name by which to invoke Galeon." |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
349 :type 'string |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
350 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
351 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
352 (defcustom browse-url-galeon-arguments nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
353 "A list of strings to pass to Galeon as arguments." |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
354 :type '(repeat (string :tag "Argument")) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
355 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
356 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
357 (defcustom browse-url-galeon-startup-arguments browse-url-galeon-arguments |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
358 "A list of strings to pass to Galeon when it starts up. |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
359 Defaults to the value of `browse-url-galeon-arguments' at the time |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
360 `browse-url' is loaded." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
361 :type '(repeat (string :tag "Argument")) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
362 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
363 |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
364 (defcustom browse-url-epiphany-program "epiphany" |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
365 "The name by which to invoke Epiphany." |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
366 :type 'string |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
367 :group 'browse-url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
368 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
369 (defcustom browse-url-epiphany-arguments nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
370 "A list of strings to pass to Epiphany as arguments." |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
371 :type '(repeat (string :tag "Argument")) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
372 :group 'browse-url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
373 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
374 (defcustom browse-url-epiphany-startup-arguments browse-url-epiphany-arguments |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
375 "A list of strings to pass to Epiphany when it starts up. |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
376 Defaults to the value of `browse-url-epiphany-arguments' at the time |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
377 `browse-url' is loaded." |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
378 :type '(repeat (string :tag "Argument")) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
379 :group 'browse-url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
380 |
58006
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
381 ;; GNOME means of invoking either Mozilla or Netrape. |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
382 (defvar browse-url-gnome-moz-program "gnome-moz-remote") |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
383 |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
384 (defcustom browse-url-gnome-moz-arguments '() |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
385 "A list of strings passed to the GNOME mozilla viewer as arguments." |
58006
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
386 :version "21.1" |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
387 :type '(repeat (string :tag "Argument")) |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
388 :group 'browse-url) |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
389 |
47844
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
390 (defcustom browse-url-mozilla-new-window-is-tab nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
391 "Whether to open up new windows in a tab or a new window. |
47844
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
392 If non-nil, then open the URL in a new tab rather than a new window if |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
393 `browse-url-mozilla' is asked to open it in a new window." |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
394 :type 'boolean |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
395 :group 'browse-url) |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
396 |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
397 (defcustom browse-url-firefox-new-window-is-tab nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
398 "Whether to open up new windows in a tab or a new window. |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
399 If non-nil, then open the URL in a new tab rather than a new window if |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
400 `browse-url-firefox' is asked to open it in a new window. |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
401 |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
402 This option is currently ignored on MS-Windows, since the necessary |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
403 functionality is not available there." |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
404 :type 'boolean |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
405 :group 'browse-url) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
406 |
41460
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
407 (defcustom browse-url-galeon-new-window-is-tab nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
408 "Whether to open up new windows in a tab or a new window. |
41460
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
409 If non-nil, then open the URL in a new tab rather than a new window if |
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
410 `browse-url-galeon' is asked to open it in a new window." |
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
411 :type 'boolean |
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
412 :group 'browse-url) |
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
413 |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
414 (defcustom browse-url-epiphany-new-window-is-tab nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
415 "Whether to open up new windows in a tab or a new window. |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
416 If non-nil, then open the URL in a new tab rather than a new window if |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
417 `browse-url-epiphany' is asked to open it in a new window." |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
418 :type 'boolean |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
419 :group 'browse-url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
420 |
60208
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
421 (defcustom browse-url-netscape-new-window-is-tab nil |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
422 "Whether to open up new windows in a tab or a new window. |
60208
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
423 If non-nil, then open the URL in a new tab rather than a new |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
424 window if `browse-url-netscape' is asked to open it in a new |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
425 window." |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
426 :type 'boolean |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
427 :group 'browse-url) |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
428 |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
429 (defcustom browse-url-new-window-flag nil |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
430 "Non-nil means always open a new browser window with appropriate browsers. |
28210 | 431 Passing an interactive argument to \\[browse-url], or specific browser |
432 commands reverses the effect of this variable. Requires Netscape version | |
433 1.1N or later or XMosaic version 2.5 or later if using those browsers." | |
434 :type 'boolean | |
435 :group 'browse-url) | |
436 | |
437 (defcustom browse-url-mosaic-program "xmosaic" | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
438 "The name by which to invoke Mosaic (or mMosaic)." |
28210 | 439 :type 'string |
440 :version "20.3" | |
441 :group 'browse-url) | |
442 | |
443 (defcustom browse-url-mosaic-arguments nil | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
444 "A list of strings to pass to Mosaic as arguments." |
28210 | 445 :type '(repeat (string :tag "Argument")) |
446 :group 'browse-url) | |
447 | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
448 (defcustom browse-url-mosaic-pidfile "~/.mosaicpid" |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
449 "The name of the pidfile created by Mosaic." |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
450 :type 'string |
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
451 :group 'browse-url) |
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
452 |
28210 | 453 (defcustom browse-url-filename-alist |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
454 `(("^/\\(ftp@\\|anonymous@\\)?\\([^:]+\\):/*" . "ftp://\\2/") |
28210 | 455 ;; The above loses the username to avoid the browser prompting for |
456 ;; it in anonymous cases. If it's not anonymous the next regexp | |
457 ;; applies. | |
458 ("^/\\([^:@]+@\\)?\\([^:]+\\):/*" . "ftp://\\1\\2/") | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
459 ,@(if (memq system-type '(windows-nt ms-dos cygwin)) |
106208
c89e7ab6a9d6
* net/browse-url.el (browse-url-filename-alist): On Windows, add
Chong Yidong <cyd@stupidchicken.com>
parents:
106176
diff
changeset
|
460 '(("^\\([a-zA-Z]:\\)[\\/]" . "file:///\\1/") |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
461 ("^[\\/][\\/]+" . "file://"))) |
102984
3c287035dd2c
* net/browse-url.el (browse-url-filename-alist): Correct file
Chong Yidong <cyd@stupidchicken.com>
parents:
100908
diff
changeset
|
462 ("^/+" . "file:///")) |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
463 "An alist of (REGEXP . STRING) pairs used by `browse-url-of-file'. |
28210 | 464 Any substring of a filename matching one of the REGEXPs is replaced by |
465 the corresponding STRING using `replace-match', not treating STRING | |
466 literally. All pairs are applied in the order given. The default | |
49240
57542068b855
(browse-url-filename-alist): Doc fix.
Kim F. Storm <storm@cua.dk>
parents:
48801
diff
changeset
|
467 value converts ange-ftp/EFS-style file names into ftp URLs and prepends |
57542068b855
(browse-url-filename-alist): Doc fix.
Kim F. Storm <storm@cua.dk>
parents:
48801
diff
changeset
|
468 `file:' to any file name beginning with `/'. |
28210 | 469 |
470 For example, adding to the default a specific translation of an ange-ftp | |
471 address to an HTTP URL: | |
472 | |
473 (setq browse-url-filename-alist | |
474 '((\"/webmaster@webserver:/home/www/html/\" . | |
475 \"http://www.acme.co.uk/\") | |
476 (\"^/\\(ftp@\\|anonymous@\\)?\\([^:]+\\):/*\" . \"ftp://\\2/\") | |
477 (\"^/\\([^:@]+@\\)?\\([^:]+\\):/*\" . \"ftp://\\1\\2/\") | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
478 (\"^/+\" . \"file:/\")))" |
28210 | 479 :type '(repeat (cons :format "%v" |
480 (regexp :tag "Regexp") | |
481 (string :tag "Replacement"))) | |
102997
16c9c375ab15
browse-url.el (browse-url-filename-alist): Update :version for last change.
Chong Yidong <cyd@stupidchicken.com>
parents:
102984
diff
changeset
|
482 :version "23.1" |
28210 | 483 :group 'browse-url) |
484 | |
485 (defcustom browse-url-save-file nil | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
486 "If non-nil, save the buffer before displaying its file. |
28210 | 487 Used by the `browse-url-of-file' command." |
488 :type 'boolean | |
489 :group 'browse-url) | |
490 | |
491 (defcustom browse-url-of-file-hook nil | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
492 "Run after `browse-url-of-file' has asked a browser to load a file. |
28210 | 493 |
494 Set this to `browse-url-netscape-reload' to force Netscape to load the | |
495 file rather than displaying a cached copy." | |
496 :type 'hook | |
497 :options '(browse-url-netscape-reload) | |
498 :group 'browse-url) | |
499 | |
500 (defcustom browse-url-CCI-port 3003 | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
501 "Port to access XMosaic via CCI. |
28210 | 502 This can be any number between 1024 and 65535 but must correspond to |
503 the value set in the browser." | |
504 :type 'integer | |
505 :group 'browse-url) | |
506 | |
507 (defcustom browse-url-CCI-host "localhost" | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
508 "Host to access XMosaic via CCI. |
28210 | 509 This should be the host name of the machine running XMosaic with CCI |
510 enabled. The port number should be set in `browse-url-CCI-port'." | |
511 :type 'string | |
512 :group 'browse-url) | |
513 | |
514 (defvar browse-url-temp-file-name nil) | |
515 (make-variable-buffer-local 'browse-url-temp-file-name) | |
96547
75ac143d2aa1
* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.
Juanma Barranquero <lekktu@gmail.com>
parents:
94677
diff
changeset
|
516 |
28210 | 517 (defcustom browse-url-xterm-program "xterm" |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
518 "The name of the terminal emulator used by `browse-url-text-xterm'. |
63272
42d30d396c4e
(browse-url-xterm-program): Fix spellings in docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
62437
diff
changeset
|
519 This might, for instance, be a separate color version of xterm." |
28210 | 520 :type 'string |
521 :group 'browse-url) | |
522 | |
523 (defcustom browse-url-xterm-args nil | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
524 "A list of strings defining options for `browse-url-xterm-program'. |
28210 | 525 These might set its size, for instance." |
526 :type '(repeat (string :tag "Argument")) | |
527 :group 'browse-url) | |
528 | |
529 (defcustom browse-url-gnudoit-program "gnudoit" | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
530 "The name of the `gnudoit' program used by `browse-url-w3-gnudoit'." |
28210 | 531 :type 'string |
532 :group 'browse-url) | |
533 | |
534 (defcustom browse-url-gnudoit-args '("-q") | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
535 "A list of strings defining options for `browse-url-gnudoit-program'. |
28210 | 536 These might set the port, for instance." |
537 :type '(repeat (string :tag "Argument")) | |
538 :group 'browse-url) | |
539 | |
540 (defcustom browse-url-generic-program nil | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
541 "The name of the browser program used by `browse-url-generic'." |
28210 | 542 :type '(choice string (const :tag "None" nil)) |
543 :group 'browse-url) | |
544 | |
545 (defcustom browse-url-generic-args nil | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
546 "A list of strings defining options for `browse-url-generic-program'." |
28210 | 547 :type '(repeat (string :tag "Argument")) |
548 :group 'browse-url) | |
549 | |
550 (defcustom browse-url-temp-dir temporary-file-directory | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
551 "The name of a directory for browse-url's temporary files. |
28210 | 552 Such files are generated by functions like `browse-url-of-region'. |
553 You might want to set this to somewhere with restricted read permissions | |
554 for privacy's sake." | |
555 :type 'string | |
556 :group 'browse-url) | |
557 | |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
558 (defcustom browse-url-netscape-version 3 |
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
559 "The version of Netscape you are using. |
28210 | 560 This affects how URL reloading is done; the mechanism changed |
561 incompatibly at version 4." | |
562 :type 'number | |
563 :group 'browse-url) | |
564 | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
565 (defcustom browse-url-text-browser "lynx" |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
566 "The name of the text browser to invoke." |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
567 :type 'string |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
568 :group 'browse-url |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
569 :version "23.1") |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
570 |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
571 (defcustom browse-url-text-emacs-args (and (not window-system) |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
572 '("-show_cursor")) |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
573 "A list of strings defining options for a text browser in an Emacs buffer. |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
574 |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
575 The default is none in a window system, otherwise `-show_cursor' to |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
576 indicate the position of the current link in the absence of |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
577 highlighting, assuming the normal default for showing the cursor." |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
578 :type '(repeat (string :tag "Argument")) |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
579 :version "23.1" |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
580 :group 'browse-url) |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
581 |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
582 (defcustom browse-url-text-input-field 'avoid |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
583 "Action on selecting an existing text browser buffer at an input field. |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
584 What to do when sending a new URL to an existing text browser buffer in Emacs |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
585 if the browser cursor is on an input field (in which case the `g' command |
28210 | 586 would be entered as data). Such fields are recognized by the |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
587 underlines ____. Allowed values: nil: disregard it, `warn': warn the |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
588 user and don't emit the URL, `avoid': try to avoid the field by moving |
28210 | 589 down (this *won't* always work)." |
590 :type '(choice (const :tag "Move to try to avoid field" :value avoid) | |
591 (const :tag "Disregard" :value nil) | |
592 (const :tag "Warn, don't emit URL" :value warn)) | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
593 :version "23.1" |
28210 | 594 :group 'browse-url) |
595 | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
596 (defcustom browse-url-text-input-attempts 10 |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
597 "How many times to try to move down from a series of text browser input fields." |
46615
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
598 :type 'integer |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
599 :version "23.1" |
46615
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
600 :group 'browse-url) |
28210 | 601 |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
602 (defcustom browse-url-text-input-delay 0.2 |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
603 "Seconds to wait for a text browser between moves down from an input field." |
46615
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
604 :type 'number |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
605 :version "23.1" |
46615
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
606 :group 'browse-url) |
28210 | 607 |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
608 (defcustom browse-url-kde-program "kfmclient" |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
609 "The name by which to invoke the KDE web browser." |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
610 :type 'string |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
611 :version "21.1" |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
612 :group 'browse-url) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
613 |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
614 (defcustom browse-url-kde-args '("openURL") |
78640
33d0b6780fb2
Remove spurious * in custom docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78620
diff
changeset
|
615 "A list of strings defining options for `browse-url-kde-program'." |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
616 :type '(repeat (string :tag "Argument")) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
617 :group 'browse-url) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
618 |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
619 (defcustom browse-url-elinks-wrapper '("xterm" "-e") |
110494
7c4da622f181
Remove leading `*' from docs of some defcustoms etc.
Glenn Morris <rgm@gnu.org>
parents:
109813
diff
changeset
|
620 "Wrapper command prepended to the Elinks command-line." |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
621 :type '(repeat (string :tag "Wrapper")) |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
622 :group 'browse-url) |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
623 |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
624 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
625 ;; URL encoding |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
626 |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
627 (defun browse-url-url-encode-chars (text chars) |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
628 "URL-encode the chars in TEXT that match CHARS. |
106717
15eb515afd85
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
Chong Yidong <cyd@stupidchicken.com>
parents:
106208
diff
changeset
|
629 CHARS is a regexp-like character alternative (e.g., \"[)$]\")." |
84648
ea4647942299
(browse-url-url-encode-chars): Use the right parameter name in the function body.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84623
diff
changeset
|
630 (let ((encoded-text (copy-sequence text)) |
84508
c431e16c1635
(browse-url-encode-url): Fix an infinite loop.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84458
diff
changeset
|
631 (s 0)) |
84648
ea4647942299
(browse-url-url-encode-chars): Use the right parameter name in the function body.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84623
diff
changeset
|
632 (while (setq s (string-match chars encoded-text s)) |
ea4647942299
(browse-url-url-encode-chars): Use the right parameter name in the function body.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84623
diff
changeset
|
633 (setq encoded-text |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
634 (replace-match (format "%%%x" |
84648
ea4647942299
(browse-url-url-encode-chars): Use the right parameter name in the function body.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84623
diff
changeset
|
635 (string-to-char (match-string 0 encoded-text))) |
ea4647942299
(browse-url-url-encode-chars): Use the right parameter name in the function body.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84623
diff
changeset
|
636 t t encoded-text) |
84508
c431e16c1635
(browse-url-encode-url): Fix an infinite loop.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84458
diff
changeset
|
637 s (1+ s))) |
84648
ea4647942299
(browse-url-url-encode-chars): Use the right parameter name in the function body.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84623
diff
changeset
|
638 encoded-text)) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
639 |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
640 (defun browse-url-encode-url (url) |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
641 "Escape annoying characters in URL. |
106717
15eb515afd85
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
Chong Yidong <cyd@stupidchicken.com>
parents:
106208
diff
changeset
|
642 The annoying characters are those that can mislead a web browser |
15eb515afd85
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
Chong Yidong <cyd@stupidchicken.com>
parents:
106208
diff
changeset
|
643 regarding its parameter treatment." |
15eb515afd85
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
Chong Yidong <cyd@stupidchicken.com>
parents:
106208
diff
changeset
|
644 ;; FIXME: Is there an actual example of a web browser getting |
15eb515afd85
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
Chong Yidong <cyd@stupidchicken.com>
parents:
106208
diff
changeset
|
645 ;; confused? (This used to encode commas, but at least Firefox |
15eb515afd85
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
Chong Yidong <cyd@stupidchicken.com>
parents:
106208
diff
changeset
|
646 ;; handles commas correctly and doesn't accept encoded commas.) |
15eb515afd85
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
Chong Yidong <cyd@stupidchicken.com>
parents:
106208
diff
changeset
|
647 (browse-url-url-encode-chars url "[)$]")) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
648 |
28210 | 649 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
650 ;; URL input | |
651 | |
652 (defun browse-url-url-at-point () | |
653 (let ((url (thing-at-point 'url))) | |
654 (set-text-properties 0 (length url) nil url) | |
655 url)) | |
656 | |
657 ;; Having this as a separate function called by the browser-specific | |
658 ;; functions allows them to be stand-alone commands, making it easier | |
659 ;; to switch between browsers. | |
660 | |
661 (defun browse-url-interactive-arg (prompt) | |
662 "Read a URL from the minibuffer, prompting with PROMPT. | |
55757
5806629f9848
(browse-url-interactive-arg): Enable user to explicitly select the text to
Juanma Barranquero <lekktu@gmail.com>
parents:
55197
diff
changeset
|
663 If `transient-mark-mode' is non-nil and the mark is active, |
55830
2fe67fa04b1a
(browse-url-interactive-arg): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
55757
diff
changeset
|
664 it defaults to the current region, else to the URL at or before |
2fe67fa04b1a
(browse-url-interactive-arg): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
55757
diff
changeset
|
665 point. If invoked with a mouse button, it moves point to the |
2fe67fa04b1a
(browse-url-interactive-arg): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
55757
diff
changeset
|
666 position clicked before acting. |
2fe67fa04b1a
(browse-url-interactive-arg): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
55757
diff
changeset
|
667 |
2fe67fa04b1a
(browse-url-interactive-arg): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
55757
diff
changeset
|
668 This function returns a list (URL NEW-WINDOW-FLAG) |
2fe67fa04b1a
(browse-url-interactive-arg): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
55757
diff
changeset
|
669 for use in `interactive'." |
28210 | 670 (let ((event (elt (this-command-keys) 0))) |
671 (and (listp event) (mouse-set-point event))) | |
55757
5806629f9848
(browse-url-interactive-arg): Enable user to explicitly select the text to
Juanma Barranquero <lekktu@gmail.com>
parents:
55197
diff
changeset
|
672 (list (read-string prompt (or (and transient-mark-mode mark-active |
5806629f9848
(browse-url-interactive-arg): Enable user to explicitly select the text to
Juanma Barranquero <lekktu@gmail.com>
parents:
55197
diff
changeset
|
673 ;; rfc2396 Appendix E. |
5806629f9848
(browse-url-interactive-arg): Enable user to explicitly select the text to
Juanma Barranquero <lekktu@gmail.com>
parents:
55197
diff
changeset
|
674 (replace-regexp-in-string |
5806629f9848
(browse-url-interactive-arg): Enable user to explicitly select the text to
Juanma Barranquero <lekktu@gmail.com>
parents:
55197
diff
changeset
|
675 "[\t\r\f\n ]+" "" |
5806629f9848
(browse-url-interactive-arg): Enable user to explicitly select the text to
Juanma Barranquero <lekktu@gmail.com>
parents:
55197
diff
changeset
|
676 (buffer-substring-no-properties |
5806629f9848
(browse-url-interactive-arg): Enable user to explicitly select the text to
Juanma Barranquero <lekktu@gmail.com>
parents:
55197
diff
changeset
|
677 (region-beginning) (region-end)))) |
5806629f9848
(browse-url-interactive-arg): Enable user to explicitly select the text to
Juanma Barranquero <lekktu@gmail.com>
parents:
55197
diff
changeset
|
678 (browse-url-url-at-point))) |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
679 (not (eq (null browse-url-new-window-flag) |
28210 | 680 (null current-prefix-arg))))) |
681 | |
57934
f6eed72febea
(browse-url-maybe-new-window): Use called-interactively-p.
Richard M. Stallman <rms@gnu.org>
parents:
55830
diff
changeset
|
682 ;; called-interactive-p needs to be called at a function's top-level, hence |
f6eed72febea
(browse-url-maybe-new-window): Use called-interactively-p.
Richard M. Stallman <rms@gnu.org>
parents:
55830
diff
changeset
|
683 ;; this macro. We use that rather than interactive-p because |
f6eed72febea
(browse-url-maybe-new-window): Use called-interactively-p.
Richard M. Stallman <rms@gnu.org>
parents:
55830
diff
changeset
|
684 ;; use in a keyboard macro should not change this behavior. |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
685 (defmacro browse-url-maybe-new-window (arg) |
105371
0769a73f1d18
* image-mode.el (image-toggle-display):
Juanma Barranquero <lekktu@gmail.com>
parents:
104772
diff
changeset
|
686 `(if (or noninteractive (not (called-interactively-p 'any))) |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
687 ,arg |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
688 browse-url-new-window-flag)) |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
689 |
28210 | 690 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
691 ;; Browse current buffer | |
692 | |
693 ;;;###autoload | |
694 (defun browse-url-of-file (&optional file) | |
695 "Ask a WWW browser to display FILE. | |
696 Display the current buffer's file if FILE is nil or if called | |
697 interactively. Turn the filename into a URL with function | |
698 `browse-url-file-url'. Pass the URL to a browser using the | |
699 `browse-url' function then run `browse-url-of-file-hook'." | |
700 (interactive) | |
701 (or file | |
702 (setq file (buffer-file-name)) | |
703 (error "Current buffer has no file")) | |
704 (let ((buf (get-file-buffer file))) | |
705 (if buf | |
78620
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
706 (with-current-buffer buf |
28210 | 707 (cond ((not (buffer-modified-p))) |
708 (browse-url-save-file (save-buffer)) | |
709 (t (message "%s modified since last save" file)))))) | |
710 (browse-url (browse-url-file-url file)) | |
711 (run-hooks 'browse-url-of-file-hook)) | |
712 | |
713 (defun browse-url-file-url (file) | |
714 "Return the URL corresponding to FILE. | |
715 Use variable `browse-url-filename-alist' to map filenames to URLs." | |
106208
c89e7ab6a9d6
* net/browse-url.el (browse-url-filename-alist): On Windows, add
Chong Yidong <cyd@stupidchicken.com>
parents:
106176
diff
changeset
|
716 ;; De-munge Cygwin filenames before passing them to Windows browser. |
c89e7ab6a9d6
* net/browse-url.el (browse-url-filename-alist): On Windows, add
Chong Yidong <cyd@stupidchicken.com>
parents:
106176
diff
changeset
|
717 (if (eq system-type 'cygwin) |
c89e7ab6a9d6
* net/browse-url.el (browse-url-filename-alist): On Windows, add
Chong Yidong <cyd@stupidchicken.com>
parents:
106176
diff
changeset
|
718 (let ((winfile (with-output-to-string |
c89e7ab6a9d6
* net/browse-url.el (browse-url-filename-alist): On Windows, add
Chong Yidong <cyd@stupidchicken.com>
parents:
106176
diff
changeset
|
719 (call-process "cygpath" nil standard-output |
c89e7ab6a9d6
* net/browse-url.el (browse-url-filename-alist): On Windows, add
Chong Yidong <cyd@stupidchicken.com>
parents:
106176
diff
changeset
|
720 nil "-m" file)))) |
c89e7ab6a9d6
* net/browse-url.el (browse-url-filename-alist): On Windows, add
Chong Yidong <cyd@stupidchicken.com>
parents:
106176
diff
changeset
|
721 (setq file (substring winfile 0 -1)))) |
104772
d04b8967407b
(browse-url-file-url): Use default-value rather than
Glenn Morris <rgm@gnu.org>
parents:
102997
diff
changeset
|
722 (let ((coding (and (default-value 'enable-multibyte-characters) |
70762
65f2c33d043f
(browse-url-file-url): Encode file name on conversion to URL.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68648
diff
changeset
|
723 (or file-name-coding-system |
65f2c33d043f
(browse-url-file-url): Encode file name on conversion to URL.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68648
diff
changeset
|
724 default-file-name-coding-system)))) |
65f2c33d043f
(browse-url-file-url): Encode file name on conversion to URL.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68648
diff
changeset
|
725 (if coding (setq file (encode-coding-string file coding)))) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
726 (setq file (browse-url-url-encode-chars file "[*\"()',=;?% ]")) |
31909
36892782f26a
(browse-url-file-url): Check for null maps.
Sam Steingold <sds@gnu.org>
parents:
31575
diff
changeset
|
727 (dolist (map browse-url-filename-alist) |
36892782f26a
(browse-url-file-url): Check for null maps.
Sam Steingold <sds@gnu.org>
parents:
31575
diff
changeset
|
728 (when (and map (string-match (car map) file)) |
36892782f26a
(browse-url-file-url): Check for null maps.
Sam Steingold <sds@gnu.org>
parents:
31575
diff
changeset
|
729 (setq file (replace-match (cdr map) t nil file)))) |
28210 | 730 file) |
731 | |
732 ;;;###autoload | |
733 (defun browse-url-of-buffer (&optional buffer) | |
734 "Ask a WWW browser to display BUFFER. | |
735 Display the current buffer if BUFFER is nil. Display only the | |
736 currently visible part of BUFFER (from a temporary file) if buffer is | |
737 narrowed." | |
738 (interactive) | |
739 (save-excursion | |
740 (and buffer (set-buffer buffer)) | |
741 (let ((file-name | |
742 ;; Ignore real name if restricted | |
743 (and (= (- (point-max) (point-min)) (buffer-size)) | |
744 (or buffer-file-name | |
745 (and (boundp 'dired-directory) dired-directory))))) | |
746 (or file-name | |
747 (progn | |
748 (or browse-url-temp-file-name | |
749 (setq browse-url-temp-file-name | |
750 (convert-standard-filename | |
751 (make-temp-file | |
66438
71a815b63b2b
(browse-url-of-buffer): Add ".html" to filename.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
64701
diff
changeset
|
752 (expand-file-name "burl" browse-url-temp-dir) |
71a815b63b2b
(browse-url-of-buffer): Add ".html" to filename.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
64701
diff
changeset
|
753 nil ".html")))) |
28210 | 754 (setq file-name browse-url-temp-file-name) |
755 (write-region (point-min) (point-max) file-name nil 'no-message))) | |
756 (browse-url-of-file file-name)))) | |
757 | |
758 (defun browse-url-delete-temp-file (&optional temp-file-name) | |
759 ;; Delete browse-url-temp-file-name from the file system | |
760 ;; If optional arg TEMP-FILE-NAME is non-nil, delete it instead | |
761 (let ((file-name (or temp-file-name browse-url-temp-file-name))) | |
762 (if (and file-name (file-exists-p file-name)) | |
763 (delete-file file-name)))) | |
764 | |
765 (add-hook 'kill-buffer-hook 'browse-url-delete-temp-file) | |
766 | |
110860 | 767 (declare-function dired-get-filename "dired" |
768 (&optional localp no-error-if-not-filep)) | |
769 | |
28210 | 770 ;;;###autoload |
771 (defun browse-url-of-dired-file () | |
772 "In Dired, ask a WWW browser to display the file named on this line." | |
773 (interactive) | |
774 (browse-url-of-file (dired-get-filename))) | |
775 | |
776 ;;;###autoload | |
777 (defun browse-url-of-region (min max) | |
778 "Ask a WWW browser to display the current region." | |
779 (interactive "r") | |
780 (save-excursion | |
781 (save-restriction | |
782 (narrow-to-region min max) | |
783 (browse-url-of-buffer)))) | |
784 | |
785 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
786 ;; Browser-independent commands | |
787 | |
788 ;; A generic command to call the current browse-url-browser-function | |
789 | |
790 ;;;###autoload | |
791 (defun browse-url (url &rest args) | |
792 "Ask a WWW browser to load URL. | |
793 Prompts for a URL, defaulting to the URL at or before point. Variable | |
111697
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
794 `browse-url-browser-function' says which browser to use. |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
795 If the URL is a mailto: URL, consult `browse-url-mailto-function' |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
796 first, if that exists." |
28210 | 797 (interactive (browse-url-interactive-arg "URL: ")) |
105372
bd2966850aac
Use `called-interactively-p' instead of `interactive-p'.
Juanma Barranquero <lekktu@gmail.com>
parents:
105371
diff
changeset
|
798 (unless (called-interactively-p 'interactive) |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
799 (setq args (or args (list browse-url-new-window-flag)))) |
111697
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
800 (let ((process-environment (copy-sequence process-environment)) |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
801 (function (or (and (string-match "\\`mailto:" url) |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
802 browse-url-mailto-function) |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
803 browse-url-browser-function))) |
74483
00d6850d1b3e
(browse-url): Set DISPLAY to the one of the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
70762
diff
changeset
|
804 ;; When connected to various displays, be careful to use the display of |
00d6850d1b3e
(browse-url): Set DISPLAY to the one of the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
70762
diff
changeset
|
805 ;; the currently selected frame, rather than the original start display, |
00d6850d1b3e
(browse-url): Set DISPLAY to the one of the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
70762
diff
changeset
|
806 ;; which may not even exist any more. |
00d6850d1b3e
(browse-url): Set DISPLAY to the one of the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
70762
diff
changeset
|
807 (if (stringp (frame-parameter (selected-frame) 'display)) |
00d6850d1b3e
(browse-url): Set DISPLAY to the one of the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
70762
diff
changeset
|
808 (setenv "DISPLAY" (frame-parameter (selected-frame) 'display))) |
111697
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
809 (if (and (consp function) |
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
810 (not (functionp function))) |
105667
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
811 ;; The `function' can be an alist; look down it for first match |
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
812 ;; and apply the function (which might be a lambda). |
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
813 (catch 'done |
111697
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
814 (dolist (bf function) |
105667
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
815 (when (string-match (car bf) url) |
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
816 (apply (cdr bf) url args) |
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
817 (throw 'done t))) |
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
818 (error "No browse-url-browser-function matching URL %s" |
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
819 url)) |
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
820 ;; Unbound symbols go down this leg, since void-function from |
f14d7d76a8f2
(browse-url): Identify alist with "consp and
Kevin Ryde <user42@zip.com.au>
parents:
105376
diff
changeset
|
821 ;; apply is clearer than wrong-type-argument from dolist. |
111697
ff6a7e607408
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
111478
diff
changeset
|
822 (apply function url args)))) |
28210 | 823 |
824 ;;;###autoload | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
825 (defun browse-url-at-point (&optional arg) |
28210 | 826 "Ask a WWW browser to load the URL at or before point. |
827 Doesn't let you edit the URL like `browse-url'. Variable | |
828 `browse-url-browser-function' says which browser to use." | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
829 (interactive "P") |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
830 (let ((url (browse-url-url-at-point))) |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
831 (if url |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
832 (browse-url url (if arg |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
833 (not browse-url-new-window-flag) |
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
834 browse-url-new-window-flag)) |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
835 (error "No URL found")))) |
28210 | 836 |
837 ;;;###autoload | |
838 (defun browse-url-at-mouse (event) | |
839 "Ask a WWW browser to load a URL clicked with the mouse. | |
840 The URL is the one around or before the position of the mouse click | |
841 but point is not changed. Doesn't let you edit the URL like | |
842 `browse-url'. Variable `browse-url-browser-function' says which browser | |
843 to use." | |
844 (interactive "e") | |
845 (save-excursion | |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
846 (mouse-set-point event) |
45943
b699a283b3fa
(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.
Richard M. Stallman <rms@gnu.org>
parents:
43980
diff
changeset
|
847 ;; This handles browse-url-new-window-flag properly |
b699a283b3fa
(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.
Richard M. Stallman <rms@gnu.org>
parents:
43980
diff
changeset
|
848 ;; when it gets no arg. |
b699a283b3fa
(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.
Richard M. Stallman <rms@gnu.org>
parents:
43980
diff
changeset
|
849 (browse-url-at-point))) |
28210 | 850 |
851 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
852 ;; Browser-specific commands | |
853 | |
854 ;; --- Default MS-Windows browser --- | |
855 | |
63946
6ff93de5cf2b
(dos-windows-version): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
63626
diff
changeset
|
856 (defvar dos-windows-version) |
86289
8a7ed478f7bc
* international/titdic-cnv.el (dos-8+3-filename):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
86277
diff
changeset
|
857 (declare-function w32-shell-execute "w32fns.c") ;; Defined in C. |
63946
6ff93de5cf2b
(dos-windows-version): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
63626
diff
changeset
|
858 |
28210 | 859 (defun browse-url-default-windows-browser (url &optional new-window) |
860 (interactive (browse-url-interactive-arg "URL: ")) | |
106176
64f03bed7d67
* net/browse-url.el (browse-url-default-windows-browser): Use
Chong Yidong <cyd@stupidchicken.com>
parents:
105870
diff
changeset
|
861 (cond ((eq system-type 'ms-dos) |
64f03bed7d67
* net/browse-url.el (browse-url-default-windows-browser): Use
Chong Yidong <cyd@stupidchicken.com>
parents:
105870
diff
changeset
|
862 (if dos-windows-version |
64f03bed7d67
* net/browse-url.el (browse-url-default-windows-browser): Use
Chong Yidong <cyd@stupidchicken.com>
parents:
105870
diff
changeset
|
863 (shell-command (concat "start " (shell-quote-argument url))) |
64f03bed7d67
* net/browse-url.el (browse-url-default-windows-browser): Use
Chong Yidong <cyd@stupidchicken.com>
parents:
105870
diff
changeset
|
864 (error "Browsing URLs is not supported on this system"))) |
64f03bed7d67
* net/browse-url.el (browse-url-default-windows-browser): Use
Chong Yidong <cyd@stupidchicken.com>
parents:
105870
diff
changeset
|
865 ((eq system-type 'cygwin) |
106208
c89e7ab6a9d6
* net/browse-url.el (browse-url-filename-alist): On Windows, add
Chong Yidong <cyd@stupidchicken.com>
parents:
106176
diff
changeset
|
866 (call-process "cygstart" nil nil nil url)) |
106176
64f03bed7d67
* net/browse-url.el (browse-url-default-windows-browser): Use
Chong Yidong <cyd@stupidchicken.com>
parents:
105870
diff
changeset
|
867 (t (w32-shell-execute "open" url)))) |
28210 | 868 |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
869 (defun browse-url-default-macosx-browser (url &optional new-window) |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
870 (interactive (browse-url-interactive-arg "URL: ")) |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
871 (start-process (concat "open " url) nil "open" url)) |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
872 |
28210 | 873 ;; --- Netscape --- |
874 | |
875 (defun browse-url-process-environment () | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
876 "Set DISPLAY in the environment to the X display the browser will use. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
877 This is either the value of variable `browse-url-browser-display' if |
28210 | 878 non-nil, or the same display as Emacs if different from the current |
879 environment, otherwise just use the current environment." | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
880 (let ((display (or browse-url-browser-display (browse-url-emacs-display)))) |
28210 | 881 (if display |
882 (cons (concat "DISPLAY=" display) process-environment) | |
883 process-environment))) | |
884 | |
885 (defun browse-url-emacs-display () | |
886 "Return the X display Emacs is running on. | |
887 This is nil if the display is the same as the DISPLAY environment variable. | |
888 | |
889 Actually Emacs could be using several displays; this just returns the | |
890 one showing the selected frame." | |
891 (let ((display (cdr-safe (assq 'display (frame-parameters))))) | |
892 (and (not (equal display (getenv "DISPLAY"))) | |
893 display))) | |
894 | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
895 (defun browse-url-default-browser (url &rest args) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
896 "Find a suitable browser and ask it to load URL. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
897 Default to the URL around or before point. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
898 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
899 When called interactively, if variable `browse-url-new-window-flag' is |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
900 non-nil, load the document in a new window, if possible, otherwise use |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
901 a random existing one. A non-nil interactive prefix argument reverses |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
902 the effect of `browse-url-new-window-flag'. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
903 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
904 When called non-interactively, optional second argument NEW-WINDOW is |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
905 used instead of `browse-url-new-window-flag'. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
906 |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
907 The order attempted is gnome-moz-remote, Mozilla, Firefox, |
79228
f5052c0c5c45
(browse-url-browser-function): Delete grail.
Richard M. Stallman <rms@gnu.org>
parents:
78640
diff
changeset
|
908 Galeon, Konqueror, Netscape, Mosaic, Lynx in an xterm, and then W3." |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
909 (apply |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
910 (cond |
109813
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
911 ((browse-url-can-use-xdg-open) 'browse-url-xdg-open) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
912 ((executable-find browse-url-gnome-moz-program) 'browse-url-gnome-moz) |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
913 ((executable-find browse-url-mozilla-program) 'browse-url-mozilla) |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
914 ((executable-find browse-url-firefox-program) 'browse-url-firefox) |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
915 ((executable-find browse-url-galeon-program) 'browse-url-galeon) |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
916 ((executable-find browse-url-kde-program) 'browse-url-kde) |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
917 ((executable-find browse-url-netscape-program) 'browse-url-netscape) |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
918 ((executable-find browse-url-mosaic-program) 'browse-url-mosaic) |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
919 ((executable-find browse-url-xterm-program) 'browse-url-text-xterm) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
920 ((locate-library "w3") 'browse-url-w3) |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
921 (t |
96547
75ac143d2aa1
* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.
Juanma Barranquero <lekktu@gmail.com>
parents:
94677
diff
changeset
|
922 (lambda (&rest ignore) (error "No usable browser found")))) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
923 url args)) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
924 |
109813
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
925 (defun browse-url-can-use-xdg-open () |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
926 "Check if xdg-open can be used, i.e. we are on Gnome, KDE or xfce4." |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
927 (and (getenv "DISPLAY") |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
928 (executable-find "xdg-open") |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
929 ;; xdg-open may call gnome-open and that does not wait for its child |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
930 ;; to finish. This child may then be killed when the parent dies. |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
931 ;; Use nohup to work around. |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
932 (executable-find "nohup") |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
933 (or (getenv "GNOME_DESKTOP_SESSION_ID") |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
934 ;; GNOME_DESKTOP_SESSION_ID is deprecated, check on Dbus also. |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
935 (condition-case nil |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
936 (eq 0 (call-process |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
937 "dbus-send" nil nil nil |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
938 "--dest=org.gnome.SessionManager" |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
939 "--print-reply" |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
940 "/org/gnome/SessionManager" |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
941 "org.gnome.SessionManager.CanShutdown")) |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
942 (error nil)) |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
943 (equal (getenv "KDE_FULL_SESSION") "true") |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
944 (condition-case nil |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
945 (eq 0 (call-process |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
946 "/bin/sh" nil nil nil |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
947 "-c" |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
948 "xprop -root _DT_SAVE_MODE|grep xfce4")) |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
949 (error nil))))) |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
950 |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
951 |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
952 ;;;###autoload |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
953 (defun browse-url-xdg-open (url &optional new-window) |
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
954 (interactive (browse-url-interactive-arg "URL: ")) |
110858
a6ae19bc27ec
* net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
Andreas Schwab <schwab@linux-m68k.org>
parents:
110815
diff
changeset
|
955 (call-process "nohup" nil nil nil "xdg-open" url)) |
109813
17256ad564e9
Add ability to use xdg-open, i.e. your desktop default browser.
Jan D. <jan.h.d@swipnet.se>
parents:
108162
diff
changeset
|
956 |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
957 ;;;###autoload |
28210 | 958 (defun browse-url-netscape (url &optional new-window) |
959 "Ask the Netscape WWW browser to load URL. | |
960 Default to the URL around or before point. The strings in variable | |
961 `browse-url-netscape-arguments' are also passed to Netscape. | |
962 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
963 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 964 non-nil, load the document in a new Netscape window, otherwise use a |
965 random existing one. A non-nil interactive prefix argument reverses | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
966 the effect of `browse-url-new-window-flag'. |
28210 | 967 |
60208
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
968 If `browse-url-netscape-new-window-is-tab' is non-nil, then |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
969 whenever a document would otherwise be loaded in a new window, it |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
970 is loaded in a new tab in an existing window instead. |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
971 |
28210 | 972 When called non-interactively, optional second argument NEW-WINDOW is |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
973 used instead of `browse-url-new-window-flag'." |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
974 (interactive (browse-url-interactive-arg "URL: ")) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
975 (setq url (browse-url-encode-url url)) |
28210 | 976 (let* ((process-environment (browse-url-process-environment)) |
60208
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
977 (process |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
978 (apply 'start-process |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
979 (concat "netscape " url) nil |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
980 browse-url-netscape-program |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
981 (append |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
982 browse-url-netscape-arguments |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
983 (if (eq window-system 'w32) |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
984 (list url) |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
985 (append |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
986 (if new-window '("-noraise")) |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
987 (list "-remote" |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
988 (concat "openURL(" url |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
989 (if (browse-url-maybe-new-window |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
990 new-window) |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
991 (if browse-url-netscape-new-window-is-tab |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
992 ",new-tab" |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
993 ",new-window")) |
84bb59b0b21d
(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson <jas@extundo.com>
parents:
58937
diff
changeset
|
994 ")")))))))) |
28210 | 995 (set-process-sentinel process |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
996 `(lambda (process change) |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
997 (browse-url-netscape-sentinel process ,url))))) |
28210 | 998 |
999 (defun browse-url-netscape-sentinel (process url) | |
1000 "Handle a change to the process communicating with Netscape." | |
1001 (or (eq (process-exit-status process) 0) | |
1002 (let* ((process-environment (browse-url-process-environment))) | |
1003 ;; Netscape not running - start it | |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
1004 (message "Starting %s..." browse-url-netscape-program) |
28210 | 1005 (apply 'start-process (concat "netscape" url) nil |
1006 browse-url-netscape-program | |
1007 (append browse-url-netscape-startup-arguments (list url)))))) | |
1008 | |
1009 (defun browse-url-netscape-reload () | |
1010 "Ask Netscape to reload its current document. | |
1011 How depends on `browse-url-netscape-version'." | |
1012 (interactive) | |
1013 ;; Backwards incompatibility reported by | |
1014 ;; <peter.kruse@psychologie.uni-regensburg.de>. | |
1015 (browse-url-netscape-send (if (>= browse-url-netscape-version 4) | |
1016 "xfeDoCommand(reload)" | |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1017 "reload"))) |
28210 | 1018 |
1019 (defun browse-url-netscape-send (command) | |
1020 "Send a remote control command to Netscape." | |
1021 (let* ((process-environment (browse-url-process-environment))) | |
1022 (apply 'start-process "netscape" nil | |
1023 browse-url-netscape-program | |
1024 (append browse-url-netscape-arguments | |
1025 (list "-remote" command))))) | |
1026 | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1027 ;;;###autoload |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1028 (defun browse-url-mozilla (url &optional new-window) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1029 "Ask the Mozilla WWW browser to load URL. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1030 Default to the URL around or before point. The strings in variable |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1031 `browse-url-mozilla-arguments' are also passed to Mozilla. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1032 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1033 When called interactively, if variable `browse-url-new-window-flag' is |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1034 non-nil, load the document in a new Mozilla window, otherwise use a |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1035 random existing one. A non-nil interactive prefix argument reverses |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1036 the effect of `browse-url-new-window-flag'. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1037 |
47844
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1038 If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1039 document would otherwise be loaded in a new window, it is loaded in a |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1040 new tab in an existing window instead. |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1041 |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1042 When called non-interactively, optional second argument NEW-WINDOW is |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1043 used instead of `browse-url-new-window-flag'." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1044 (interactive (browse-url-interactive-arg "URL: ")) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1045 (setq url (browse-url-encode-url url)) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1046 (let* ((process-environment (browse-url-process-environment)) |
47844
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1047 (process |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1048 (apply 'start-process |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1049 (concat "mozilla " url) nil |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1050 browse-url-mozilla-program |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1051 (append |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1052 browse-url-mozilla-arguments |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1053 (list "-remote" |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1054 (concat "openURL(" |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1055 url |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1056 (if (browse-url-maybe-new-window |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1057 new-window) |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1058 (if browse-url-mozilla-new-window-is-tab |
51286
cd10528c7910
(browse-url-mozilla): Correct the conditionals for using ,new-window.
Richard M. Stallman <rms@gnu.org>
parents:
50574
diff
changeset
|
1059 ",new-tab" |
cd10528c7910
(browse-url-mozilla): Correct the conditionals for using ,new-window.
Richard M. Stallman <rms@gnu.org>
parents:
50574
diff
changeset
|
1060 ",new-window")) |
47844
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
1061 ")")))))) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1062 (set-process-sentinel process |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1063 `(lambda (process change) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1064 (browse-url-mozilla-sentinel process ,url))))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1065 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1066 (defun browse-url-mozilla-sentinel (process url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1067 "Handle a change to the process communicating with Mozilla." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1068 (or (eq (process-exit-status process) 0) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1069 (let* ((process-environment (browse-url-process-environment))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1070 ;; Mozilla is not running - start it |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
1071 (message "Starting %s..." browse-url-mozilla-program) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1072 (apply 'start-process (concat "mozilla " url) nil |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1073 browse-url-mozilla-program |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1074 (append browse-url-mozilla-startup-arguments (list url)))))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1075 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1076 ;;;###autoload |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1077 (defun browse-url-firefox (url &optional new-window) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1078 "Ask the Firefox WWW browser to load URL. |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1079 Default to the URL around or before point. The strings in |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1080 variable `browse-url-firefox-arguments' are also passed to |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1081 Firefox. |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1082 |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1083 When called interactively, if variable |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1084 `browse-url-new-window-flag' is non-nil, load the document in a |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1085 new Firefox window, otherwise use a random existing one. A |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1086 non-nil interactive prefix argument reverses the effect of |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1087 `browse-url-new-window-flag'. |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1088 |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1089 If `browse-url-firefox-new-window-is-tab' is non-nil, then |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1090 whenever a document would otherwise be loaded in a new window, it |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1091 is loaded in a new tab in an existing window instead. |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1092 |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1093 When called non-interactively, optional second argument |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1094 NEW-WINDOW is used instead of `browse-url-new-window-flag'. |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1095 |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1096 On MS-Windows systems the optional `new-window' parameter is |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1097 ignored. Firefox for Windows does not support the \"-remote\" |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1098 command line parameter. Therefore, the |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1099 `browse-url-new-window-flag' and `browse-url-firefox-new-window-is-tab' |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1100 are ignored as well. Firefox on Windows will always open the requested |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1101 URL in a new window." |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1102 (interactive (browse-url-interactive-arg "URL: ")) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1103 (setq url (browse-url-encode-url url)) |
63572
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1104 (let* ((process-environment (browse-url-process-environment)) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1105 (process |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1106 (apply 'start-process |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1107 (concat "firefox " url) nil |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1108 browse-url-firefox-program |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1109 (append |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1110 browse-url-firefox-arguments |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1111 (if (or (featurep 'dos-w32) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1112 (string-match "win32" system-configuration)) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1113 (list url) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1114 (list "-remote" |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1115 (concat "openURL(" |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1116 url |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1117 (if (browse-url-maybe-new-window |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1118 new-window) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1119 (if browse-url-firefox-new-window-is-tab |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1120 ",new-tab" |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1121 ",new-window")) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1122 ")"))))))) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1123 (set-process-sentinel process |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1124 `(lambda (process change) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1125 (browse-url-firefox-sentinel process ,url))))) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1126 |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1127 (defun browse-url-firefox-sentinel (process url) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1128 "Handle a change to the process communicating with Firefox." |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1129 (or (eq (process-exit-status process) 0) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1130 (let* ((process-environment (browse-url-process-environment))) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1131 ;; Firefox is not running - start it |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1132 (message "Starting Firefox...") |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1133 (apply 'start-process (concat "firefox " url) nil |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1134 browse-url-firefox-program |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1135 (append browse-url-firefox-startup-arguments (list url)))))) |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1136 |
f5a7f1e57c1c
(browse-url-browser-function)
Eli Zaretskii <eliz@gnu.org>
parents:
63272
diff
changeset
|
1137 ;;;###autoload |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1138 (defun browse-url-galeon (url &optional new-window) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1139 "Ask the Galeon WWW browser to load URL. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1140 Default to the URL around or before point. The strings in variable |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1141 `browse-url-galeon-arguments' are also passed to Galeon. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1142 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1143 When called interactively, if variable `browse-url-new-window-flag' is |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1144 non-nil, load the document in a new Galeon window, otherwise use a |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1145 random existing one. A non-nil interactive prefix argument reverses |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1146 the effect of `browse-url-new-window-flag'. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1147 |
43778
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
1148 If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a |
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
1149 document would otherwise be loaded in a new window, it is loaded in a |
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
1150 new tab in an existing window instead. |
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
1151 |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1152 When called non-interactively, optional second argument NEW-WINDOW is |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1153 used instead of `browse-url-new-window-flag'." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1154 (interactive (browse-url-interactive-arg "URL: ")) |
84398
f12fc8e7482c
(browse-url-galeon): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
84361
diff
changeset
|
1155 (setq url (browse-url-encode-url url)) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1156 (let* ((process-environment (browse-url-process-environment)) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1157 (process (apply 'start-process |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1158 (concat "galeon " url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1159 nil |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1160 browse-url-galeon-program |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1161 (append |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1162 browse-url-galeon-arguments |
41460
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
1163 (if (browse-url-maybe-new-window new-window) |
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
1164 (if browse-url-galeon-new-window-is-tab |
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
1165 '("--new-tab") |
43778
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
1166 '("--new-window" "--noraise")) |
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
1167 '("--existing")) |
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
1168 (list url))))) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1169 (set-process-sentinel process |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1170 `(lambda (process change) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1171 (browse-url-galeon-sentinel process ,url))))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1172 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1173 (defun browse-url-galeon-sentinel (process url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1174 "Handle a change to the process communicating with Galeon." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1175 (or (eq (process-exit-status process) 0) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1176 (let* ((process-environment (browse-url-process-environment))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1177 ;; Galeon is not running - start it |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
1178 (message "Starting %s..." browse-url-galeon-program) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1179 (apply 'start-process (concat "galeon " url) nil |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1180 browse-url-galeon-program |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1181 (append browse-url-galeon-startup-arguments (list url)))))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
1182 |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1183 (defun browse-url-epiphany (url &optional new-window) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1184 "Ask the Epiphany WWW browser to load URL. |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1185 Default to the URL around or before point. The strings in variable |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1186 `browse-url-galeon-arguments' are also passed to Epiphany. |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1187 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1188 When called interactively, if variable `browse-url-new-window-flag' is |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1189 non-nil, load the document in a new Epiphany window, otherwise use a |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1190 random existing one. A non-nil interactive prefix argument reverses |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1191 the effect of `browse-url-new-window-flag'. |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1192 |
52096
d634231f9cf7
(browse-url-epiphany): Doc fix.
John Paul Wallington <jpw@pobox.com>
parents:
51798
diff
changeset
|
1193 If `browse-url-epiphany-new-window-is-tab' is non-nil, then whenever a |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1194 document would otherwise be loaded in a new window, it is loaded in a |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1195 new tab in an existing window instead. |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1196 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1197 When called non-interactively, optional second argument NEW-WINDOW is |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1198 used instead of `browse-url-new-window-flag'." |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1199 (interactive (browse-url-interactive-arg "URL: ")) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1200 (setq url (browse-url-encode-url url)) |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1201 (let* ((process-environment (browse-url-process-environment)) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1202 (process (apply 'start-process |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1203 (concat "epiphany " url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1204 nil |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1205 browse-url-epiphany-program |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1206 (append |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1207 browse-url-epiphany-arguments |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1208 (if (browse-url-maybe-new-window new-window) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1209 (if browse-url-epiphany-new-window-is-tab |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1210 '("--new-tab") |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1211 '("--new-window" "--noraise")) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1212 '("--existing")) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1213 (list url))))) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1214 (set-process-sentinel process |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1215 `(lambda (process change) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1216 (browse-url-epiphany-sentinel process ,url))))) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1217 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1218 (defun browse-url-epiphany-sentinel (process url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1219 "Handle a change to the process communicating with Epiphany." |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1220 (or (eq (process-exit-status process) 0) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1221 (let* ((process-environment (browse-url-process-environment))) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1222 ;; Epiphany is not running - start it |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
1223 (message "Starting %s..." browse-url-epiphany-program) |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1224 (apply 'start-process (concat "epiphany " url) nil |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1225 browse-url-epiphany-program |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1226 (append browse-url-epiphany-startup-arguments (list url)))))) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1227 |
85686
a55a536ce0db
* emulation/pc-select.el (next-line-mark, next-line-nomark)
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85654
diff
changeset
|
1228 (defvar url-handler-regexp) |
a55a536ce0db
* emulation/pc-select.el (next-line-mark, next-line-nomark)
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85654
diff
changeset
|
1229 |
32246
851690316add
(browse-url-browser-function): Use it.
Dave Love <fx@gnu.org>
parents:
32245
diff
changeset
|
1230 ;;;###autoload |
78620
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1231 (defun browse-url-emacs (url &optional new-window) |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1232 "Ask Emacs to load URL into a buffer and show it in another window." |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1233 (interactive (browse-url-interactive-arg "URL: ")) |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1234 (require 'url-handlers) |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1235 (let ((file-name-handler-alist |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1236 (cons (cons url-handler-regexp 'url-file-handler) |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1237 file-name-handler-alist))) |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1238 ;; Ignore `new-window': with all other browsers the URL is always shown |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1239 ;; in another window than the current Emacs one since it's shown in |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1240 ;; another application's window. |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1241 ;; (if new-window (find-file-other-window url) (find-file url)) |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1242 (find-file-other-window url))) |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1243 |
ac3a937d0270
(browse-url-emacs): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78230
diff
changeset
|
1244 ;;;###autoload |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1245 (defun browse-url-gnome-moz (url &optional new-window) |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1246 "Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1247 Default to the URL around or before point. The strings in variable |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1248 `browse-url-gnome-moz-arguments' are also passed. |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1249 |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1250 When called interactively, if variable `browse-url-new-window-flag' is |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1251 non-nil, load the document in a new browser window, otherwise use an |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1252 existing one. A non-nil interactive prefix argument reverses the |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1253 effect of `browse-url-new-window-flag'. |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1254 |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1255 When called non-interactively, optional second argument NEW-WINDOW is |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1256 used instead of `browse-url-new-window-flag'." |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49240
diff
changeset
|
1257 (interactive (browse-url-interactive-arg "URL: ")) |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1258 (apply 'start-process (concat "gnome-moz-remote " url) |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1259 nil |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
1260 browse-url-gnome-moz-program |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1261 (append |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1262 browse-url-gnome-moz-arguments |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1263 (if (browse-url-maybe-new-window new-window) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1264 '("--newwin")) |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1265 (list "--raise" url)))) |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1266 |
28210 | 1267 ;; --- Mosaic --- |
1268 | |
1269 ;;;###autoload | |
1270 (defun browse-url-mosaic (url &optional new-window) | |
1271 "Ask the XMosaic WWW browser to load URL. | |
1272 | |
1273 Default to the URL around or before point. The strings in variable | |
1274 `browse-url-mosaic-arguments' are also passed to Mosaic and the | |
1275 program is invoked according to the variable | |
1276 `browse-url-mosaic-program'. | |
1277 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1278 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 1279 non-nil, load the document in a new Mosaic window, otherwise use a |
1280 random existing one. A non-nil interactive prefix argument reverses | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1281 the effect of `browse-url-new-window-flag'. |
28210 | 1282 |
1283 When called non-interactively, optional second argument NEW-WINDOW is | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1284 used instead of `browse-url-new-window-flag'." |
28210 | 1285 (interactive (browse-url-interactive-arg "Mosaic URL: ")) |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
1286 (let ((pidfile (expand-file-name browse-url-mosaic-pidfile)) |
28210 | 1287 pid) |
1288 (if (file-readable-p pidfile) | |
1289 (save-excursion | |
1290 (find-file pidfile) | |
1291 (goto-char (point-min)) | |
1292 (setq pid (read (current-buffer))) | |
1293 (kill-buffer nil))) | |
1294 (if (and pid (zerop (signal-process pid 0))) ; Mosaic running | |
1295 (save-excursion | |
1296 (find-file (format "/tmp/Mosaic.%d" pid)) | |
1297 (erase-buffer) | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1298 (insert (if (browse-url-maybe-new-window new-window) |
28210 | 1299 "newwin\n" |
1300 "goto\n") | |
1301 url "\n") | |
1302 (save-buffer) | |
1303 (kill-buffer nil) | |
1304 ;; Send signal SIGUSR to Mosaic | |
63626
130a054b0179
(browse-url-mosaic): Fix spellings.
Juanma Barranquero <lekktu@gmail.com>
parents:
63572
diff
changeset
|
1305 (message "Signaling Mosaic...") |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
1306 (signal-process pid 'SIGUSR1) |
28210 | 1307 ;; Or you could try: |
1308 ;; (call-process "kill" nil 0 nil "-USR1" (int-to-string pid)) | |
63626
130a054b0179
(browse-url-mosaic): Fix spellings.
Juanma Barranquero <lekktu@gmail.com>
parents:
63572
diff
changeset
|
1309 (message "Signaling Mosaic...done") |
28210 | 1310 ) |
1311 ;; Mosaic not running - start it | |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
1312 (message "Starting %s..." browse-url-mosaic-program) |
28210 | 1313 (apply 'start-process "xmosaic" nil browse-url-mosaic-program |
1314 (append browse-url-mosaic-arguments (list url))) | |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
1315 (message "Starting %s...done" browse-url-mosaic-program)))) |
28210 | 1316 |
1317 ;; --- Mosaic using CCI --- | |
1318 | |
1319 ;;;###autoload | |
1320 (defun browse-url-cci (url &optional new-window) | |
1321 "Ask the XMosaic WWW browser to load URL. | |
1322 Default to the URL around or before point. | |
1323 | |
1324 This function only works for XMosaic version 2.5 or later. You must | |
1325 select `CCI' from XMosaic's File menu, set the CCI Port Address to the | |
1326 value of variable `browse-url-CCI-port', and enable `Accept requests'. | |
1327 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1328 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 1329 non-nil, load the document in a new browser window, otherwise use a |
1330 random existing one. A non-nil interactive prefix argument reverses | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1331 the effect of `browse-url-new-window-flag'. |
28210 | 1332 |
1333 When called non-interactively, optional second argument NEW-WINDOW is | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1334 used instead of `browse-url-new-window-flag'." |
28210 | 1335 (interactive (browse-url-interactive-arg "Mosaic URL: ")) |
1336 (open-network-stream "browse-url" " *browse-url*" | |
1337 browse-url-CCI-host browse-url-CCI-port) | |
1338 ;; Todo: start browser if fails | |
1339 (process-send-string "browse-url" | |
1340 (concat "get url (" url ") output " | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1341 (if (browse-url-maybe-new-window new-window) |
28210 | 1342 "new" |
1343 "current") | |
1344 "\r\n")) | |
1345 (process-send-string "browse-url" "disconnect\r\n") | |
1346 (delete-process "browse-url")) | |
1347 | |
1348 ;; --- W3 --- | |
1349 | |
86814
cc52e106c65b
(w3-fetch-other-window, w3-fetch): Declare as functions.
Glenn Morris <rgm@gnu.org>
parents:
86289
diff
changeset
|
1350 ;; External. |
cc52e106c65b
(w3-fetch-other-window, w3-fetch): Declare as functions.
Glenn Morris <rgm@gnu.org>
parents:
86289
diff
changeset
|
1351 (declare-function w3-fetch-other-window "ext:w3m" (&optional url)) |
cc52e106c65b
(w3-fetch-other-window, w3-fetch): Declare as functions.
Glenn Morris <rgm@gnu.org>
parents:
86289
diff
changeset
|
1352 (declare-function w3-fetch "ext:w3m" (&optional url target)) |
cc52e106c65b
(w3-fetch-other-window, w3-fetch): Declare as functions.
Glenn Morris <rgm@gnu.org>
parents:
86289
diff
changeset
|
1353 |
28210 | 1354 ;;;###autoload |
1355 (defun browse-url-w3 (url &optional new-window) | |
1356 "Ask the w3 WWW browser to load URL. | |
1357 Default to the URL around or before point. | |
1358 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1359 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 1360 non-nil, load the document in a new window. A non-nil interactive |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1361 prefix argument reverses the effect of `browse-url-new-window-flag'. |
28210 | 1362 |
1363 When called non-interactively, optional second argument NEW-WINDOW is | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1364 used instead of `browse-url-new-window-flag'." |
28210 | 1365 (interactive (browse-url-interactive-arg "W3 URL: ")) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1366 (require 'w3) ; w3-fetch-other-window not autoloaded |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1367 (if (browse-url-maybe-new-window new-window) |
28210 | 1368 (w3-fetch-other-window url) |
1369 (w3-fetch url))) | |
1370 | |
1371 ;;;###autoload | |
1372 (defun browse-url-w3-gnudoit (url &optional new-window) | |
1373 ;; new-window ignored | |
1374 "Ask another Emacs running gnuserv to load the URL using the W3 browser. | |
1375 The `browse-url-gnudoit-program' program is used with options given by | |
1376 `browse-url-gnudoit-args'. Default to the URL around or before point." | |
1377 (interactive (browse-url-interactive-arg "W3 URL: ")) | |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1378 (apply 'start-process (concat "gnudoit:" url) nil |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1379 browse-url-gnudoit-program |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1380 (append browse-url-gnudoit-args |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1381 (list (concat "(w3-fetch \"" url "\")") |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1382 "(raise-frame)")))) |
28210 | 1383 |
1384 ;; --- Lynx in an xterm --- | |
1385 | |
1386 ;;;###autoload | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1387 (defun browse-url-text-xterm (url &optional new-window) |
28210 | 1388 ;; new-window ignored |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1389 "Ask a text browser to load URL. |
96547
75ac143d2aa1
* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.
Juanma Barranquero <lekktu@gmail.com>
parents:
94677
diff
changeset
|
1390 URL defaults to the URL around or before point. |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1391 This runs the text browser specified by `browse-url-text-browser'. |
28210 | 1392 in an Xterm window using the Xterm program named by `browse-url-xterm-program' |
1393 with possible additional arguments `browse-url-xterm-args'." | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1394 (interactive (browse-url-interactive-arg "Text browser URL: ")) |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1395 (apply #'start-process `(,(concat browse-url-text-browser url) |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1396 nil ,browse-url-xterm-program |
92877
fe5dcbfb5634
(browse-url-text-xterm): Unquote browse-url-text-browser.
Johan Bockgård <bojohan@gnu.org>
parents:
87649
diff
changeset
|
1397 ,@browse-url-xterm-args "-e" ,browse-url-text-browser |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1398 ,url))) |
28210 | 1399 |
1400 ;; --- Lynx in an Emacs "term" window --- | |
1401 | |
110860 | 1402 (declare-function term-char-mode "term" ()) |
1403 (declare-function term-send-down "term" ()) | |
1404 (declare-function term-send-string "term" (proc str)) | |
1405 | |
28210 | 1406 ;;;###autoload |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1407 (defun browse-url-text-emacs (url &optional new-buffer) |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1408 "Ask a text browser to load URL. |
96547
75ac143d2aa1
* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.
Juanma Barranquero <lekktu@gmail.com>
parents:
94677
diff
changeset
|
1409 URL defaults to the URL around or before point. |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1410 This runs the text browser specified by `browse-url-text-browser'. |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1411 With a prefix argument, it runs a new browser process in a new buffer. |
28210 | 1412 |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1413 When called interactively, if variable `browse-url-new-window-flag' is |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1414 non-nil, load the document in a new browser process in a new term window, |
28210 | 1415 otherwise use any existing one. A non-nil interactive prefix argument |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1416 reverses the effect of `browse-url-new-window-flag'. |
28210 | 1417 |
1418 When called non-interactively, optional second argument NEW-WINDOW is | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1419 used instead of `browse-url-new-window-flag'." |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1420 (interactive (browse-url-interactive-arg "Text browser URL: ")) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1421 (let* ((system-uses-terminfo t) ; Lynx uses terminfo |
28210 | 1422 ;; (term-term-name "vt100") ; ?? |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1423 (buf (get-buffer "*text browser*")) |
28210 | 1424 (proc (and buf (get-buffer-process buf))) |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1425 (n browse-url-text-input-attempts)) |
110860 | 1426 (require 'term) |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1427 (if (and (browse-url-maybe-new-window new-buffer) buf) |
28210 | 1428 ;; Rename away the OLD buffer. This isn't very polite, but |
1429 ;; term insists on working in a buffer named *lynx* and would | |
1430 ;; choke on *lynx*<1> | |
1431 (progn (set-buffer buf) | |
1432 (rename-uniquely))) | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1433 (if (or (browse-url-maybe-new-window new-buffer) |
28210 | 1434 (not buf) |
1435 (not proc) | |
1436 (not (memq (process-status proc) '(run stop)))) | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1437 ;; start a new text browser |
28210 | 1438 (progn |
1439 (setq buf | |
1440 (apply #'make-term | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1441 `(,browse-url-text-browser |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1442 ,browse-url-text-browser |
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1443 nil ,@browse-url-text-emacs-args |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1444 ,url))) |
28210 | 1445 (switch-to-buffer buf) |
1446 (term-char-mode) | |
1447 (set-process-sentinel | |
1448 (get-buffer-process buf) | |
1449 ;; Don't leave around a dead one (especially because of its | |
1450 ;; munged keymap.) | |
1451 (lambda (process event) | |
1452 (if (not (memq (process-status process) '(run stop))) | |
1453 (let ((buf (process-buffer process))) | |
1454 (if buf (kill-buffer buf))))))) | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1455 ;; Send the url to the text browser in the old buffer |
28210 | 1456 (let ((win (get-buffer-window buf t))) |
1457 (if win | |
1458 (select-window win) | |
1459 (switch-to-buffer buf))) | |
1460 (if (eq (following-char) ?_) | |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1461 (cond ((eq browse-url-text-input-field 'warn) |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
38271
diff
changeset
|
1462 (error "Please move out of the input field first")) |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1463 ((eq browse-url-text-input-field 'avoid) |
28210 | 1464 (while (and (eq (following-char) ?_) (> n 0)) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1465 (term-send-down) ; down arrow |
85759
906f71611b65
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
Richard M. Stallman <rms@gnu.org>
parents:
85686
diff
changeset
|
1466 (sit-for browse-url-text-input-delay)) |
28210 | 1467 (if (eq (following-char) ?_) |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
38271
diff
changeset
|
1468 (error "Cannot move out of the input field, sorry"))))) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1469 (term-send-string proc (concat "g" ; goto |
28210 | 1470 "\C-u" ; kill default url |
1471 url | |
1472 "\r"))))) | |
1473 | |
1474 ;; --- mailto --- | |
1475 | |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1476 (autoload 'rfc2368-parse-mailto-url "rfc2368") |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1477 |
28210 | 1478 ;;;###autoload |
1479 (defun browse-url-mail (url &optional new-window) | |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1480 "Open a new mail message buffer within Emacs for the RFC 2368 URL. |
28210 | 1481 Default to using the mailto: URL around or before point as the |
1482 recipient's address. Supplying a non-nil interactive prefix argument | |
1483 will cause the mail to be composed in another window rather than the | |
1484 current one. | |
1485 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1486 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 1487 non-nil use `compose-mail-other-window', otherwise `compose-mail'. A |
1488 non-nil interactive prefix argument reverses the effect of | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1489 `browse-url-new-window-flag'. |
28210 | 1490 |
1491 When called non-interactively, optional second argument NEW-WINDOW is | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1492 used instead of `browse-url-new-window-flag'." |
28210 | 1493 (interactive (browse-url-interactive-arg "Mailto URL: ")) |
1494 (save-excursion | |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1495 (let* ((alist (rfc2368-parse-mailto-url url)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1496 (to (assoc "To" alist)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1497 (subject (assoc "Subject" alist)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1498 (body (assoc "Body" alist)) |
111451
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1499 (rest (delq to (delq subject (delq body alist)))) |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1500 (to (cdr to)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1501 (subject (cdr subject)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1502 (body (cdr body)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1503 (mail-citation-hook (unless body mail-citation-hook))) |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1504 (if (browse-url-maybe-new-window new-window) |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1505 (compose-mail-other-window to subject rest nil |
111451
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1506 (list 'insert-buffer (current-buffer))) |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1507 (compose-mail to subject rest nil nil |
111451
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1508 (list 'insert-buffer (current-buffer)))) |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1509 (when body |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1510 (goto-char (point-min)) |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1511 (unless (or (search-forward (concat "\n" mail-header-separator "\n") |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1512 nil 'move) |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1513 (bolp)) |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1514 (insert "\n")) |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1515 (goto-char (prog1 |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1516 (point) |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1517 (insert (replace-regexp-in-string "\r\n" "\n" body)) |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1518 (unless (bolp) |
98299fb04891
net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail buffer; make yank-action always a command that yanks original buffer.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
110860
diff
changeset
|
1519 (insert "\n")))))))) |
28210 | 1520 |
1521 ;; --- Random browser --- | |
1522 | |
1523 ;;;###autoload | |
1524 (defun browse-url-generic (url &optional new-window) | |
1525 ;; new-window ignored | |
1526 "Ask the WWW browser defined by `browse-url-generic-program' to load URL. | |
1527 Default to the URL around or before point. A fresh copy of the | |
1528 browser is started up in a new process with possible additional arguments | |
1529 `browse-url-generic-args'. This is appropriate for browsers which | |
1530 don't offer a form of remote control." | |
1531 (interactive (browse-url-interactive-arg "URL: ")) | |
1532 (if (not browse-url-generic-program) | |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1533 (error "No browser defined (`browse-url-generic-program')")) |
54681
8e0abac00108
(browse-url-generic): Use call-process
David Kastrup <dak@gnu.org>
parents:
54305
diff
changeset
|
1534 (apply 'call-process browse-url-generic-program nil |
8e0abac00108
(browse-url-generic): Use call-process
David Kastrup <dak@gnu.org>
parents:
54305
diff
changeset
|
1535 0 nil |
28210 | 1536 (append browse-url-generic-args (list url)))) |
1537 | |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1538 ;;;###autoload |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1539 (defun browse-url-kde (url &optional new-window) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1540 "Ask the KDE WWW browser to load URL. |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1541 Default to the URL around or before point." |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1542 (interactive (browse-url-interactive-arg "KDE URL: ")) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1543 (message "Sending URL to KDE...") |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
1544 (apply #'start-process (concat "KDE " url) nil browse-url-kde-program |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1545 (append browse-url-kde-args (list url)))) |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1546 |
84650
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1547 (defun browse-url-elinks-new-window (url) |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1548 "Ask the Elinks WWW browser to load URL in a new window." |
96547
75ac143d2aa1
* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.
Juanma Barranquero <lekktu@gmail.com>
parents:
94677
diff
changeset
|
1549 (let ((process-environment (browse-url-process-environment))) |
84650
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1550 (apply #'start-process |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1551 (append (list (concat "elinks:" url) |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1552 nil) |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1553 browse-url-elinks-wrapper |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1554 (list "elinks" url))))) |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1555 |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1556 ;;;###autoload |
84650
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1557 (defun browse-url-elinks (url &optional new-window) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1558 "Ask the Elinks WWW browser to load URL. |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1559 Default to the URL around the point. |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1560 |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1561 The document is loaded in a new tab of a running Elinks or, if |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1562 none yet running, a newly started instance. |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1563 |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1564 The Elinks command will be prepended by the program+arguments |
84650
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1565 from `browse-url-elinks-wrapper'." |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1566 (interactive (browse-url-interactive-arg "URL: ")) |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1567 (setq url (browse-url-encode-url url)) |
84650
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1568 (if new-window |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1569 (browse-url-elinks-new-window url) |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1570 (let ((process-environment (browse-url-process-environment)) |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1571 (elinks-ping-process (start-process "elinks-ping" nil |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1572 "elinks" "-remote" "ping()"))) |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1573 (set-process-sentinel elinks-ping-process |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1574 `(lambda (process change) |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1575 (browse-url-elinks-sentinel process ,url)))))) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1576 |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1577 (defun browse-url-elinks-sentinel (process url) |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1578 "Determines if Elinks is running or a new one has to be started." |
84650
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1579 (let ((exit-status (process-exit-status process))) |
84361
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1580 ;; Try to determine if an instance is running or if we have to |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1581 ;; create a new one. |
c05c0eff3e11
Johannes Weiner <hannes at saeurebad.de>
Glenn Morris <rgm@gnu.org>
parents:
78640
diff
changeset
|
1582 (case exit-status |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1583 (5 |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1584 ;; No instance, start a new one. |
84650
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1585 (browse-url-elinks-new-window url)) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1586 (0 |
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1587 ;; Found an instance, open URL in new tab. |
84650
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1588 (let ((process-environment (browse-url-process-environment))) |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1589 (start-process (concat "elinks:" url) nil |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1590 "elinks" "-remote" |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1591 (concat "openURL(\"" url "\",new-tab)")))) |
84623
5c69a4b491f6
(browse-url-url-encode-chars): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84508
diff
changeset
|
1592 (otherwise |
84650
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1593 (error "Unrecognized exit-code %d of process `elinks'" |
96e533633b62
(browse-url-elinks-new-window): New function.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84648
diff
changeset
|
1594 exit-status))))) |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1595 |
28210 | 1596 (provide 'browse-url) |
1597 | |
1598 ;;; browse-url.el ends here |