Mercurial > emacs
annotate lisp/net/browse-url.el @ 90066:fb79180b618d
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-719
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-732
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-733
Update from CVS: man/calc.texi: Fix some TeX definitions.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 14 Dec 2004 07:34:55 +0000 |
parents | cb7f41387eb3 48de6e40fcfc |
children | bf0d492ea2d5 |
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 |
54681
8e0abac00108
(browse-url-generic): Use call-process
David Kastrup <dak@gnu.org>
parents:
54305
diff
changeset
|
3 ;; Copyright (C) 1995, 96, 97, 98, 99, 2000, 2001, 2004 |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
4 ;; Free Software Foundation, Inc. |
28210 | 5 |
6 ;; Author: Denis Howe <dbh@doc.ic.ac.uk> | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
7 ;; Maintainer: FSF |
28210 | 8 ;; Created: 03 Apr 1995 |
9 ;; Keywords: hypertext, hypermedia, mouse | |
10 | |
11 ;; This file is part of GNU Emacs. | |
12 | |
13 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
14 ;; it under the terms of the GNU General Public License as published by | |
15 ;; the Free Software Foundation; either version 2, or (at your option) | |
16 ;; any later version. | |
17 | |
18 ;; GNU Emacs is distributed in the hope that it will be useful, | |
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 ;; GNU General Public License for more details. | |
22 | |
23 ;; You should have received a copy of the GNU General Public License | |
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
25 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
26 ;; Boston, MA 02111-1307, USA. | |
27 | |
28 ;;; Commentary: | |
29 | |
30 ;; This package provides functions which read a URL (Uniform Resource | |
31 ;; Locator) from the minibuffer, defaulting to the URL around point, | |
32 ;; and ask a World-Wide Web browser to load it. It can also load the | |
33 ;; URL associated with the current buffer. Different browsers use | |
34 ;; different methods of remote control so there is one function for | |
35 ;; 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
|
36 ;; 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
|
37 ;; some of them probably now obsolete: |
28210 | 38 |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
39 ;; Function Browser Earliest version |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
40 ;; browse-url-mozilla Mozilla Don't know |
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 |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
48 ;; browse-url-iximosaic IXI Mosaic ? |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
49 ;; browse-url-lynx-* Lynx 0 |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
50 ;; browse-url-grail Grail 0.3b1 |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
51 ;; browse-url-mmm MMM ? |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
52 ;; browse-url-generic arbitrary |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
53 ;; 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
|
54 ;; 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
|
55 ;; 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
|
56 ;; browse-url-kde KDE konqueror (kfm) |
28210 | 57 |
58 ;; [A version of the Netscape browser is now free software | |
59 ;; <URL:http://www.mozilla.org/>, albeit not GPLed, so it is | |
60 ;; reasonable to have that as the default.] | |
61 | |
62 ;; Note that versions of Netscape before 1.1b1 did not have remote | |
63 ;; control. <URL:http://www.netscape.com/newsref/std/x-remote.html>. | |
64 | |
65 ;; Browsers can cache Web pages so it may be necessary to tell them to | |
66 ;; reload the current page if it has changed (e.g. if you have edited | |
67 ;; it). There is currently no perfect automatic solution to this. | |
68 | |
69 ;; Netscape allows you to specify the id of the window you want to | |
70 ;; control but which window DO you want to control and how do you | |
71 ;; discover its id? | |
72 | |
73 ;; William M. Perry's excellent "w3" WWW browser for | |
74 ;; Emacs <URL:ftp://cs.indiana.edu/pub/elisp/w3/> | |
75 ;; has a function w3-follow-url-at-point, but that | |
76 ;; doesn't let you edit the URL like browse-url. | |
77 ;; The `gnuserv' package that can be used to control it in another | |
78 ;; Emacs process is available from | |
79 ;; <URL:ftp://ftp.splode.com/pub/users/friedman/packages/>. | |
80 | |
81 ;; Grail is the freely available WWW browser implemented in Python, a | |
82 ;; cool object-oriented freely available interpreted language. Grail | |
83 ;; 0.3b1 was the first version to have remote control as distributed. | |
84 ;; For more information on Grail see | |
85 ;; <URL:http://grail.cnri.reston.va.us/> and for more information on | |
86 ;; Python see <url:http://www.python.org/>. Grail support in | |
87 ;; browse-url.el written by Barry Warsaw <bwarsaw@python.org>. | |
88 | |
89 ;; Lynx is now distributed by the FSF. See also | |
90 ;; <URL:http://lynx.browser.org/>. | |
91 | |
92 ;; Free graphical browsers that could be used by `browse-url-generic' | |
93 ;; include Chimera <URL:ftp://ftp.cs.unlv.edu/pub/chimera> and | |
94 ;; <URL:http://www.unlv.edu/chimera/>, Arena | |
95 ;; <URL:ftp://ftp.yggdrasil.com/pub/dist/web/arena> and Amaya | |
96 ;; <URL:ftp://ftp.w3.org/pub/amaya>. mMosaic | |
48801 | 97 ;; <URL:ftp://ftp.enst.fr/pub/mbone/mMosaic/>, |
98 ;; <URL:http://www.enst.fr/~dauphin/mMosaic/> (with development | |
28210 | 99 ;; support for Java applets and multicast) can be used like Mosaic by |
100 ;; setting `browse-url-mosaic-program' appropriately. | |
101 | |
102 ;; I [Denis Howe, not Dave Love] recommend Nelson Minar | |
103 ;; <nelson@santafe.edu>'s excellent html-helper-mode.el for editing | |
104 ;; HTML and thank Nelson for his many useful comments on this code. | |
105 ;; <URL:http://www.santafe.edu/%7Enelson/hhm-beta/> | |
106 | |
107 ;; See also hm--html-menus <URL:http://www.tnt.uni-hannover.de/%7Emuenkel/ | |
108 ;; software/own/hm--html-menus/>. For composing correct HTML see also | |
109 ;; PSGML the general SGML structure editor package | |
110 ;; <URL:ftp://ftp.lysator.liu.se/pub/sgml>; hm--html-menus can be used | |
111 ;; with this. | |
112 | |
113 ;; This package generalises function html-previewer-process in Marc | |
114 ;; Andreessen's html-mode (LCD modes/html-mode.el.Z). See also the | |
115 ;; ffap.el package. The huge hyperbole package also contains similar | |
116 ;; functions. | |
117 | |
118 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
119 ;; Help! | |
120 | |
121 ;; Can you write and test some code for the Macintrash and Windoze | |
122 ;; Netscape remote control APIs? (See the URL above). | |
123 | |
124 ;; Do any other browsers have remote control? | |
125 | |
126 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
127 ;; Usage | |
128 | |
129 ;; To display the URL at or before point: | |
130 ;; M-x browse-url-at-point RET | |
131 ;; or, similarly but with the opportunity to edit the URL extracted from | |
132 ;; the buffer, use: | |
133 ;; M-x browse-url | |
134 | |
135 ;; To display a URL by shift-clicking on it, put this in your ~/.emacs | |
136 ;; file: | |
137 ;; (global-set-key [S-mouse-2] 'browse-url-at-mouse) | |
138 ;; (Note that using Shift-mouse-1 is not desirable because | |
139 ;; that event has a standard meaning in Emacs.) | |
140 | |
141 ;; To display the current buffer in a web browser: | |
142 ;; M-x browse-url-of-buffer RET | |
143 | |
144 ;; To display the current region in a web browser: | |
145 ;; M-x browse-url-of-region RET | |
146 | |
147 ;; In Dired, to display the file named on the current line: | |
148 ;; M-x browse-url-of-dired-file RET | |
149 | |
150 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
151 ;; Customisation (~/.emacs) | |
152 | |
153 ;; To see what variables are available for customization, type | |
154 ;; `M-x set-variable browse-url TAB'. Better, use | |
155 ;; `M-x customize-group browse-url'. | |
156 | |
157 ;; Bind the browse-url commands to keys with the `C-c C-z' prefix | |
158 ;; (as used by html-helper-mode): | |
159 ;; (global-set-key "\C-c\C-z." 'browse-url-at-point) | |
160 ;; (global-set-key "\C-c\C-zb" 'browse-url-of-buffer) | |
161 ;; (global-set-key "\C-c\C-zr" 'browse-url-of-region) | |
162 ;; (global-set-key "\C-c\C-zu" 'browse-url) | |
163 ;; (global-set-key "\C-c\C-zv" 'browse-url-of-file) | |
164 ;; (add-hook 'dired-mode-hook | |
165 ;; (lambda () | |
166 ;; (local-set-key "\C-c\C-zf" 'browse-url-of-dired-file))) | |
167 | |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
168 ;; Browse URLs in mail messages under RMAIL by clicking mouse-2: |
28210 | 169 ;; (add-hook 'rmail-mode-hook (lambda () ; rmail-mode startup |
170 ;; (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
|
171 ;; Alternatively, add `goto-address' to `rmail-show-message-hook'. |
28210 | 172 |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
173 ;; 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
|
174 ;; buffers for invocation of browse-url. |
28210 | 175 |
176 ;; Use the Emacs w3 browser when not running under X11: | |
177 ;; (or (eq window-system 'x) | |
178 ;; (setq browse-url-browser-function 'browse-url-w3)) | |
179 | |
180 ;; To always save modified buffers before displaying the file in a browser: | |
181 ;; (setq browse-url-save-file t) | |
182 | |
183 ;; To get round the Netscape caching problem, you could EITHER have | |
184 ;; write-file in html-helper-mode make Netscape reload the document: | |
185 ;; | |
186 ;; (autoload 'browse-url-netscape-reload "browse-url" | |
187 ;; "Ask a WWW browser to redisplay the current file." t) | |
188 ;; (add-hook 'html-helper-mode-hook | |
189 ;; (lambda () | |
190 ;; (add-hook 'local-write-file-hooks | |
191 ;; (lambda () | |
192 ;; (let ((local-write-file-hooks)) | |
193 ;; (save-buffer)) | |
194 ;; (browse-url-netscape-reload) | |
195 ;; t) ; => file written by hook | |
196 ;; t))) ; append to l-w-f-hooks | |
197 ;; | |
198 ;; OR have browse-url-of-file ask Netscape to load and then reload the | |
199 ;; file: | |
200 ;; | |
201 ;; (add-hook 'browse-url-of-file-hook 'browse-url-netscape-reload) | |
202 | |
203 ;; You may also want to customise browse-url-netscape-arguments, e.g. | |
204 ;; (setq browse-url-netscape-arguments '("-install")) | |
205 ;; | |
206 ;; or similarly for the other browsers. | |
207 | |
208 ;; To invoke different browsers for different URLs: | |
209 ;; (setq browse-url-browser-function '(("^mailto:" . browse-url-mail) | |
210 ;; ("." . browse-url-netscape))) | |
211 | |
212 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
213 ;;; Code: | |
214 | |
215 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
216 ;; Variables | |
217 | |
218 (eval-when-compile (require 'thingatpt) | |
219 (require 'term) | |
220 (require 'dired) | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
221 (require 'executable) |
28210 | 222 (require 'w3-auto nil t)) |
223 | |
224 (defgroup browse-url nil | |
225 "Use a web browser to look at a URL." | |
226 :prefix "browse-url-" | |
28330 | 227 :link '(emacs-commentary-link "browse-url") |
28210 | 228 :group 'hypermedia) |
229 | |
230 ;;;###autoload | |
231 (defcustom browse-url-browser-function | |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
232 (cond |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
233 ((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
|
234 'browse-url-default-windows-browser) |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
235 ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
236 (t 'browse-url-default-browser)) |
28210 | 237 "*Function to display the current buffer in a WWW browser. |
238 This is used by the `browse-url-at-point', `browse-url-at-mouse', and | |
239 `browse-url-of-file' commands. | |
240 | |
241 If the value is not a function it should be a list of pairs | |
28330 | 242 \(REGEXP . FUNCTION). In this case the function called will be the one |
28210 | 243 associated with the first REGEXP which matches the current URL. The |
244 function is passed the URL and any other args of `browse-url'. The last | |
245 regexp should probably be \".\" to specify a default browser." | |
246 :type '(choice | |
28330 | 247 (function-item :tag "Emacs W3" :value browse-url-w3) |
248 (function-item :tag "W3 in another Emacs via `gnudoit'" | |
249 :value browse-url-w3-gnudoit) | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
250 (function-item :tag "Mozilla" :value browse-url-mozilla) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
251 (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
|
252 (function-item :tag "Epiphany" :value browse-url-epiphany) |
28330 | 253 (function-item :tag "Netscape" :value browse-url-netscape) |
254 (function-item :tag "Mosaic" :value browse-url-mosaic) | |
255 (function-item :tag "Mosaic using CCI" :value browse-url-cci) | |
256 (function-item :tag "IXI Mosaic" :value browse-url-iximosaic) | |
257 (function-item :tag "Lynx in an xterm window" | |
258 :value browse-url-lynx-xterm) | |
259 (function-item :tag "Lynx in an Emacs window" | |
260 :value browse-url-lynx-emacs) | |
261 (function-item :tag "Grail" :value browse-url-grail) | |
262 (function-item :tag "MMM" :value browse-url-mmm) | |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
263 (function-item :tag "KDE" :value browse-url-kde) |
28330 | 264 (function-item :tag "Specified by `Browse Url Generic Program'" |
265 :value browse-url-generic) | |
266 (function-item :tag "Default Windows browser" | |
32246
851690316add
(browse-url-browser-function): Use it.
Dave Love <fx@gnu.org>
parents:
32245
diff
changeset
|
267 :value browse-url-default-windows-browser) |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
268 (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
|
269 :value browse-url-default-macosx-browser) |
32246
851690316add
(browse-url-browser-function): Use it.
Dave Love <fx@gnu.org>
parents:
32245
diff
changeset
|
270 (function-item :tag "GNOME invoking Mozilla" |
851690316add
(browse-url-browser-function): Use it.
Dave Love <fx@gnu.org>
parents:
32245
diff
changeset
|
271 :value browse-url-gnome-moz) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
272 (function-item :tag "Default browser" |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
273 :value browse-url-default-browser) |
28330 | 274 (function :tag "Your own function") |
275 (alist :tag "Regexp/function association list" | |
276 :key-type regexp :value-type function)) | |
33417
ea170167e034
(browse-url-browser-function): Update
Dave Love <fx@gnu.org>
parents:
32246
diff
changeset
|
277 :version "21.1" |
28210 | 278 :group 'browse-url) |
279 | |
280 (defcustom browse-url-netscape-program "netscape" | |
281 ;; Info about netscape-remote from Karl Berry. | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
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 | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
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 | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
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 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
305 "*The X display for running the browser, if not same as Emacs'." |
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" |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
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 |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
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 |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
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 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
326 (defcustom browse-url-galeon-program "galeon" |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
327 "*The name by which to invoke Galeon." |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
328 :type 'string |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
329 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
330 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
331 (defcustom browse-url-galeon-arguments nil |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
332 "*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
|
333 :type '(repeat (string :tag "Argument")) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
334 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
335 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
336 (defcustom browse-url-galeon-startup-arguments browse-url-galeon-arguments |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
337 "*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
|
338 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
|
339 `browse-url' is loaded." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
340 :type '(repeat (string :tag "Argument")) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
341 :group 'browse-url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
342 |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
343 (defcustom browse-url-epiphany-program "epiphany" |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
344 "*The name by which to invoke Epiphany." |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
345 :type 'string |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
346 :group 'browse-url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
347 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
348 (defcustom browse-url-epiphany-arguments nil |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
349 "*A list of strings to pass to Epiphany as arguments." |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
350 :type '(repeat (string :tag "Argument")) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
351 :group 'browse-url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
352 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
353 (defcustom browse-url-epiphany-startup-arguments browse-url-epiphany-arguments |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
354 "*A list of strings to pass to Epiphany when it starts up. |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
355 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
|
356 `browse-url' is loaded." |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
357 :type '(repeat (string :tag "Argument")) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
358 :group 'browse-url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
359 |
58006
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
360 ;; GNOME means of invoking either Mozilla or Netrape. |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
361 (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
|
362 |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
363 (defcustom browse-url-gnome-moz-arguments '() |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
364 "*A list of strings passed to the GNOME mozilla viewer as arguments." |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
365 :version "21.1" |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
366 :type '(repeat (string :tag "Argument")) |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
367 :group 'browse-url) |
6793f695fda7
(browse-url-gnome-moz-program)
Richard M. Stallman <rms@gnu.org>
parents:
57934
diff
changeset
|
368 |
47844
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
369 (defcustom browse-url-mozilla-new-window-is-tab nil |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
370 "*Whether to open up new windows in a tab or a new window. |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
371 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
|
372 `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
|
373 :type 'boolean |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
374 :group 'browse-url) |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
375 |
41460
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
376 (defcustom browse-url-galeon-new-window-is-tab nil |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
377 "*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
|
378 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
|
379 `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
|
380 :type 'boolean |
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
381 :group 'browse-url) |
cdee72f7332b
(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman <rms@gnu.org>
parents:
41282
diff
changeset
|
382 |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
383 (defcustom browse-url-epiphany-new-window-is-tab nil |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
384 "*Whether to open up new windows in a tab or a new window. |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
385 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
|
386 `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
|
387 :type 'boolean |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
388 :group 'browse-url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
389 |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
390 (defcustom browse-url-new-window-flag nil |
28210 | 391 "*If non-nil, always open a new browser window with appropriate browsers. |
392 Passing an interactive argument to \\[browse-url], or specific browser | |
393 commands reverses the effect of this variable. Requires Netscape version | |
394 1.1N or later or XMosaic version 2.5 or later if using those browsers." | |
395 :type 'boolean | |
396 :group 'browse-url) | |
397 | |
398 (defcustom browse-url-mosaic-program "xmosaic" | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
399 "*The name by which to invoke Mosaic (or mMosaic)." |
28210 | 400 :type 'string |
401 :version "20.3" | |
402 :group 'browse-url) | |
403 | |
404 (defcustom browse-url-mosaic-arguments nil | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
405 "*A list of strings to pass to Mosaic as arguments." |
28210 | 406 :type '(repeat (string :tag "Argument")) |
407 :group 'browse-url) | |
408 | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
409 (defcustom browse-url-mosaic-pidfile "~/.mosaicpid" |
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
410 "*The name of the pidfile created by Mosaic." |
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
411 :type 'string |
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
412 :group 'browse-url) |
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
413 |
28210 | 414 (defcustom browse-url-filename-alist |
35008
392d90bba860
(browse-url-filename-alist): Avoid backquote
Dave Love <fx@gnu.org>
parents:
33417
diff
changeset
|
415 (\` ; Backquote syntax won't work. |
392d90bba860
(browse-url-filename-alist): Avoid backquote
Dave Love <fx@gnu.org>
parents:
33417
diff
changeset
|
416 (("^/\\(ftp@\\|anonymous@\\)?\\([^:]+\\):/*" . "ftp://\\2/") |
28210 | 417 ;; The above loses the username to avoid the browser prompting for |
418 ;; it in anonymous cases. If it's not anonymous the next regexp | |
419 ;; applies. | |
420 ("^/\\([^:@]+@\\)?\\([^:]+\\):/*" . "ftp://\\1\\2/") | |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49240
diff
changeset
|
421 (,@ (if (memq system-type '(windows-nt ms-dos cygwin)) |
37666
16a7e84d5ff3
(browse-url-filename-alist): Allow UNC file
Gerd Moellmann <gerd@gnu.org>
parents:
37378
diff
changeset
|
422 '(("^\\([a-zA-Z]:\\)[\\/]" . "file:\\1/") |
16a7e84d5ff3
(browse-url-filename-alist): Allow UNC file
Gerd Moellmann <gerd@gnu.org>
parents:
37378
diff
changeset
|
423 ("^[\\/][\\/]+" . "file://")))) |
35008
392d90bba860
(browse-url-filename-alist): Avoid backquote
Dave Love <fx@gnu.org>
parents:
33417
diff
changeset
|
424 ("^/+" . "file:/"))) |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
425 "*An alist of (REGEXP . STRING) pairs used by `browse-url-of-file'. |
28210 | 426 Any substring of a filename matching one of the REGEXPs is replaced by |
427 the corresponding STRING using `replace-match', not treating STRING | |
428 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
|
429 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
|
430 `file:' to any file name beginning with `/'. |
28210 | 431 |
432 For example, adding to the default a specific translation of an ange-ftp | |
433 address to an HTTP URL: | |
434 | |
435 (setq browse-url-filename-alist | |
436 '((\"/webmaster@webserver:/home/www/html/\" . | |
437 \"http://www.acme.co.uk/\") | |
438 (\"^/\\(ftp@\\|anonymous@\\)?\\([^:]+\\):/*\" . \"ftp://\\2/\") | |
439 (\"^/\\([^:@]+@\\)?\\([^:]+\\):/*\" . \"ftp://\\1\\2/\") | |
440 (\"^/+\" . \"file:/\"))) | |
441 " | |
442 :type '(repeat (cons :format "%v" | |
443 (regexp :tag "Regexp") | |
444 (string :tag "Replacement"))) | |
445 :version "20.3" | |
446 :group 'browse-url) | |
447 | |
448 (defcustom browse-url-save-file nil | |
449 "*If non-nil, save the buffer before displaying its file. | |
450 Used by the `browse-url-of-file' command." | |
451 :type 'boolean | |
452 :group 'browse-url) | |
453 | |
454 (defcustom browse-url-of-file-hook nil | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
455 "*Run after `browse-url-of-file' has asked a browser to load a file. |
28210 | 456 |
457 Set this to `browse-url-netscape-reload' to force Netscape to load the | |
458 file rather than displaying a cached copy." | |
459 :type 'hook | |
460 :options '(browse-url-netscape-reload) | |
461 :group 'browse-url) | |
462 | |
463 (defcustom browse-url-CCI-port 3003 | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
464 "*Port to access XMosaic via CCI. |
28210 | 465 This can be any number between 1024 and 65535 but must correspond to |
466 the value set in the browser." | |
467 :type 'integer | |
468 :group 'browse-url) | |
469 | |
470 (defcustom browse-url-CCI-host "localhost" | |
471 "*Host to access XMosaic via CCI. | |
472 This should be the host name of the machine running XMosaic with CCI | |
473 enabled. The port number should be set in `browse-url-CCI-port'." | |
474 :type 'string | |
475 :group 'browse-url) | |
476 | |
477 (defvar browse-url-temp-file-name nil) | |
478 (make-variable-buffer-local 'browse-url-temp-file-name) | |
479 | |
480 (defcustom browse-url-xterm-program "xterm" | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
481 "*The name of the terminal emulator used by `browse-url-lynx-xterm'. |
28210 | 482 This might, for instance, be a separate colour version of xterm." |
483 :type 'string | |
484 :group 'browse-url) | |
485 | |
486 (defcustom browse-url-xterm-args nil | |
487 "*A list of strings defining options for `browse-url-xterm-program'. | |
488 These might set its size, for instance." | |
489 :type '(repeat (string :tag "Argument")) | |
490 :group 'browse-url) | |
491 | |
31909
36892782f26a
(browse-url-file-url): Check for null maps.
Sam Steingold <sds@gnu.org>
parents:
31575
diff
changeset
|
492 (defcustom browse-url-lynx-emacs-args (and (not window-system) |
28210 | 493 '("-show_cursor")) |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
494 "*A list of strings defining options for Lynx in an Emacs buffer. |
28210 | 495 |
496 The default is none in a window system, otherwise `-show_cursor' to | |
497 indicate the position of the current link in the absence of | |
498 highlighting, assuming the normal default for showing the cursor." | |
499 :type '(repeat (string :tag "Argument")) | |
500 :version "20.3" | |
501 :group 'browse-url) | |
502 | |
503 (defcustom browse-url-gnudoit-program "gnudoit" | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
504 "*The name of the `gnudoit' program used by `browse-url-w3-gnudoit'." |
28210 | 505 :type 'string |
506 :group 'browse-url) | |
507 | |
508 (defcustom browse-url-gnudoit-args '("-q") | |
509 "*A list of strings defining options for `browse-url-gnudoit-program'. | |
510 These might set the port, for instance." | |
511 :type '(repeat (string :tag "Argument")) | |
512 :group 'browse-url) | |
513 | |
514 (defcustom browse-url-generic-program nil | |
515 "*The name of the browser program used by `browse-url-generic'." | |
516 :type '(choice string (const :tag "None" nil)) | |
517 :group 'browse-url) | |
518 | |
519 (defcustom browse-url-generic-args nil | |
520 "*A list of strings defining options for `browse-url-generic-program'." | |
521 :type '(repeat (string :tag "Argument")) | |
522 :group 'browse-url) | |
523 | |
524 (defcustom browse-url-temp-dir temporary-file-directory | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
525 "*The name of a directory for browse-url's temporary files. |
28210 | 526 Such files are generated by functions like `browse-url-of-region'. |
527 You might want to set this to somewhere with restricted read permissions | |
528 for privacy's sake." | |
529 :type 'string | |
530 :group 'browse-url) | |
531 | |
532 (defcustom browse-url-netscape-version | |
533 3 | |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
534 "*The version of Netscape you are using. |
28210 | 535 This affects how URL reloading is done; the mechanism changed |
536 incompatibly at version 4." | |
537 :type 'number | |
538 :group 'browse-url) | |
539 | |
540 (defcustom browse-url-lynx-input-field 'avoid | |
541 "*Action on selecting an existing Lynx buffer at an input field. | |
542 What to do when sending a new URL to an existing Lynx buffer in Emacs | |
543 if the Lynx cursor is on an input field (in which case the `g' command | |
544 would be entered as data). Such fields are recognized by the | |
545 underlines ____. Allowed values: nil: disregard it, 'warn: warn the | |
546 user and don't emit the URL, 'avoid: try to avoid the field by moving | |
547 down (this *won't* always work)." | |
548 :type '(choice (const :tag "Move to try to avoid field" :value avoid) | |
549 (const :tag "Disregard" :value nil) | |
550 (const :tag "Warn, don't emit URL" :value warn)) | |
551 :version "20.3" | |
552 :group 'browse-url) | |
553 | |
46615
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
554 (defcustom browse-url-lynx-input-attempts 10 |
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
555 "*How many times to try to move down from a series of lynx input fields." |
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
556 :type 'integer |
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
557 :group 'browse-url) |
28210 | 558 |
559 (defcustom browse-url-lynx-input-delay 0.2 | |
46615
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
560 "*How many seconds to wait for lynx between moves down from an input field." |
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
561 :type 'number |
eb33dc994d58
(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
45943
diff
changeset
|
562 :group 'browse-url) |
28210 | 563 |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
564 (defcustom browse-url-kde-program "kfmclient" |
43980
f631e828090d
Put * in user option doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
43778
diff
changeset
|
565 "*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
|
566 :type 'string |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
567 :version "21.1" |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
568 :group 'browse-url) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
569 |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
570 (defcustom browse-url-kde-args '("openURL") |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
571 "*A list of strings defining options for `browse-url-kde-program'." |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
572 :type '(repeat (string :tag "Argument")) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
573 :group 'browse-url) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
574 |
28210 | 575 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
576 ;; URL input | |
577 | |
58937
48de6e40fcfc
(browse-url-url-at-point): Add autoload.
Richard M. Stallman <rms@gnu.org>
parents:
58006
diff
changeset
|
578 ;;;###autoload |
28210 | 579 (defun browse-url-url-at-point () |
580 (let ((url (thing-at-point 'url))) | |
581 (set-text-properties 0 (length url) nil url) | |
582 url)) | |
583 | |
584 ;; Having this as a separate function called by the browser-specific | |
585 ;; functions allows them to be stand-alone commands, making it easier | |
586 ;; to switch between browsers. | |
587 | |
588 (defun browse-url-interactive-arg (prompt) | |
589 "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
|
590 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
|
591 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
|
592 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
|
593 position clicked before acting. |
2fe67fa04b1a
(browse-url-interactive-arg): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
55757
diff
changeset
|
594 |
2fe67fa04b1a
(browse-url-interactive-arg): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
55757
diff
changeset
|
595 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
|
596 for use in `interactive'." |
28210 | 597 (let ((event (elt (this-command-keys) 0))) |
598 (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
|
599 (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
|
600 ;; 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
|
601 (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
|
602 "[\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
|
603 (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
|
604 (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
|
605 (browse-url-url-at-point))) |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
606 (not (eq (null browse-url-new-window-flag) |
28210 | 607 (null current-prefix-arg))))) |
608 | |
57934
f6eed72febea
(browse-url-maybe-new-window): Use called-interactively-p.
Richard M. Stallman <rms@gnu.org>
parents:
55830
diff
changeset
|
609 ;; 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
|
610 ;; 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
|
611 ;; 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
|
612 (defmacro browse-url-maybe-new-window (arg) |
57934
f6eed72febea
(browse-url-maybe-new-window): Use called-interactively-p.
Richard M. Stallman <rms@gnu.org>
parents:
55830
diff
changeset
|
613 `(if (or noninteractive (not (called-interactively-p))) |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
614 ,arg |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
615 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
|
616 |
28210 | 617 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
618 ;; Browse current buffer | |
619 | |
620 ;;;###autoload | |
621 (defun browse-url-of-file (&optional file) | |
622 "Ask a WWW browser to display FILE. | |
623 Display the current buffer's file if FILE is nil or if called | |
624 interactively. Turn the filename into a URL with function | |
625 `browse-url-file-url'. Pass the URL to a browser using the | |
626 `browse-url' function then run `browse-url-of-file-hook'." | |
627 (interactive) | |
628 (or file | |
629 (setq file (buffer-file-name)) | |
630 (error "Current buffer has no file")) | |
631 (let ((buf (get-file-buffer file))) | |
632 (if buf | |
633 (save-excursion | |
634 (set-buffer buf) | |
635 (cond ((not (buffer-modified-p))) | |
636 (browse-url-save-file (save-buffer)) | |
637 (t (message "%s modified since last save" file)))))) | |
638 (browse-url (browse-url-file-url file)) | |
639 (run-hooks 'browse-url-of-file-hook)) | |
640 | |
641 (defun browse-url-file-url (file) | |
642 "Return the URL corresponding to FILE. | |
643 Use variable `browse-url-filename-alist' to map filenames to URLs." | |
644 ;; URL-encode special chars, do % first | |
645 (let ((s 0)) | |
646 (while (setq s (string-match "%" file s)) | |
647 (setq file (replace-match "%25" t t file) | |
648 s (1+ s)))) | |
649 (while (string-match "[*\"()',=;? ]" file) | |
650 (let ((enc (format "%%%x" (aref file (match-beginning 0))))) | |
651 (setq file (replace-match enc t t file)))) | |
31909
36892782f26a
(browse-url-file-url): Check for null maps.
Sam Steingold <sds@gnu.org>
parents:
31575
diff
changeset
|
652 (dolist (map browse-url-filename-alist) |
36892782f26a
(browse-url-file-url): Check for null maps.
Sam Steingold <sds@gnu.org>
parents:
31575
diff
changeset
|
653 (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
|
654 (setq file (replace-match (cdr map) t nil file)))) |
28210 | 655 file) |
656 | |
657 ;;;###autoload | |
658 (defun browse-url-of-buffer (&optional buffer) | |
659 "Ask a WWW browser to display BUFFER. | |
660 Display the current buffer if BUFFER is nil. Display only the | |
661 currently visible part of BUFFER (from a temporary file) if buffer is | |
662 narrowed." | |
663 (interactive) | |
664 (save-excursion | |
665 (and buffer (set-buffer buffer)) | |
666 (let ((file-name | |
667 ;; Ignore real name if restricted | |
668 (and (= (- (point-max) (point-min)) (buffer-size)) | |
669 (or buffer-file-name | |
670 (and (boundp 'dired-directory) dired-directory))))) | |
671 (or file-name | |
672 (progn | |
673 (or browse-url-temp-file-name | |
674 (setq browse-url-temp-file-name | |
675 (convert-standard-filename | |
676 (make-temp-file | |
677 (expand-file-name "burl" browse-url-temp-dir))))) | |
678 (setq file-name browse-url-temp-file-name) | |
679 (write-region (point-min) (point-max) file-name nil 'no-message))) | |
680 (browse-url-of-file file-name)))) | |
681 | |
682 (defun browse-url-delete-temp-file (&optional temp-file-name) | |
683 ;; Delete browse-url-temp-file-name from the file system | |
684 ;; If optional arg TEMP-FILE-NAME is non-nil, delete it instead | |
685 (let ((file-name (or temp-file-name browse-url-temp-file-name))) | |
686 (if (and file-name (file-exists-p file-name)) | |
687 (delete-file file-name)))) | |
688 | |
689 (add-hook 'kill-buffer-hook 'browse-url-delete-temp-file) | |
690 | |
691 ;;;###autoload | |
692 (defun browse-url-of-dired-file () | |
693 "In Dired, ask a WWW browser to display the file named on this line." | |
694 (interactive) | |
695 (browse-url-of-file (dired-get-filename))) | |
696 | |
697 ;;;###autoload | |
698 (defun browse-url-of-region (min max) | |
699 "Ask a WWW browser to display the current region." | |
700 (interactive "r") | |
701 (save-excursion | |
702 (save-restriction | |
703 (narrow-to-region min max) | |
704 (browse-url-of-buffer)))) | |
705 | |
706 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
707 ;; Browser-independent commands | |
708 | |
709 ;; A generic command to call the current browse-url-browser-function | |
710 | |
711 ;;;###autoload | |
712 (defun browse-url (url &rest args) | |
713 "Ask a WWW browser to load URL. | |
714 Prompts for a URL, defaulting to the URL at or before point. Variable | |
715 `browse-url-browser-function' says which browser to use." | |
716 (interactive (browse-url-interactive-arg "URL: ")) | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
717 (unless (interactive-p) |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
718 (setq args (or args (list browse-url-new-window-flag)))) |
28210 | 719 (if (functionp browse-url-browser-function) |
720 (apply browse-url-browser-function url args) | |
721 ;; The `function' can be an alist; look down it for first match | |
722 ;; and apply the function (which might be a lambda). | |
723 (catch 'done | |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
724 (dolist (bf browse-url-browser-function) |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
725 (when (string-match (car bf) url) |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
726 (apply (cdr bf) url args) |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
727 (throw 'done t))) |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
728 (error "No browse-url-browser-function matching URL %s" |
28210 | 729 url)))) |
730 | |
731 ;;;###autoload | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
732 (defun browse-url-at-point (&optional arg) |
28210 | 733 "Ask a WWW browser to load the URL at or before point. |
734 Doesn't let you edit the URL like `browse-url'. Variable | |
735 `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
|
736 (interactive "P") |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
737 (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
|
738 (if url |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
739 (browse-url url (if arg |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
740 (not browse-url-new-window-flag) |
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
741 browse-url-new-window-flag)) |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
742 (error "No URL found")))) |
28210 | 743 |
744 ;;;###autoload | |
745 (defun browse-url-at-mouse (event) | |
746 "Ask a WWW browser to load a URL clicked with the mouse. | |
747 The URL is the one around or before the position of the mouse click | |
748 but point is not changed. Doesn't let you edit the URL like | |
749 `browse-url'. Variable `browse-url-browser-function' says which browser | |
750 to use." | |
751 (interactive "e") | |
752 (save-excursion | |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
753 (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
|
754 ;; 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
|
755 ;; 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
|
756 (browse-url-at-point))) |
28210 | 757 |
758 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
759 ;; Browser-specific commands | |
760 | |
761 ;; --- Default MS-Windows browser --- | |
762 | |
763 (defun browse-url-default-windows-browser (url &optional new-window) | |
764 (interactive (browse-url-interactive-arg "URL: ")) | |
38271
bb01ee99b910
(browse-url-default-windows-browser): Support
Eli Zaretskii <eliz@gnu.org>
parents:
37803
diff
changeset
|
765 (if (eq system-type 'ms-dos) |
bb01ee99b910
(browse-url-default-windows-browser): Support
Eli Zaretskii <eliz@gnu.org>
parents:
37803
diff
changeset
|
766 (if dos-windows-version |
bb01ee99b910
(browse-url-default-windows-browser): Support
Eli Zaretskii <eliz@gnu.org>
parents:
37803
diff
changeset
|
767 (shell-command (concat "start " (shell-quote-argument url))) |
bb01ee99b910
(browse-url-default-windows-browser): Support
Eli Zaretskii <eliz@gnu.org>
parents:
37803
diff
changeset
|
768 (error "Browsing URLs is not supported on this system")) |
bb01ee99b910
(browse-url-default-windows-browser): Support
Eli Zaretskii <eliz@gnu.org>
parents:
37803
diff
changeset
|
769 (w32-shell-execute "open" url))) |
28210 | 770 |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
771 (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
|
772 (interactive (browse-url-interactive-arg "URL: ")) |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
773 (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
|
774 |
28210 | 775 ;; --- Netscape --- |
776 | |
777 (defun browse-url-process-environment () | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
778 "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
|
779 This is either the value of variable `browse-url-browser-display' if |
28210 | 780 non-nil, or the same display as Emacs if different from the current |
781 environment, otherwise just use the current environment." | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
782 (let ((display (or browse-url-browser-display (browse-url-emacs-display)))) |
28210 | 783 (if display |
784 (cons (concat "DISPLAY=" display) process-environment) | |
785 process-environment))) | |
786 | |
787 (defun browse-url-emacs-display () | |
788 "Return the X display Emacs is running on. | |
789 This is nil if the display is the same as the DISPLAY environment variable. | |
790 | |
791 Actually Emacs could be using several displays; this just returns the | |
792 one showing the selected frame." | |
793 (let ((display (cdr-safe (assq 'display (frame-parameters))))) | |
794 (and (not (equal display (getenv "DISPLAY"))) | |
795 display))) | |
796 | |
797 ;;;###autoload | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
798 (defun browse-url-default-browser (url &rest args) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
799 "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
|
800 Default to the URL around or before point. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
801 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
802 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
|
803 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
|
804 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
|
805 the effect of `browse-url-new-window-flag'. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
806 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
807 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
|
808 used instead of `browse-url-new-window-flag'. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
809 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
810 The order attempted is gnome-moz-remote, Mozilla, Galeon, Netscape, |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
811 Mosaic, IXI Mosaic, Lynx in an xterm, MMM, Konqueror, and then W3." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
812 (apply |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
813 (cond |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
814 ((executable-find browse-url-gnome-moz-program) 'browse-url-gnome-moz) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
815 ((executable-find browse-url-mozilla-program) 'browse-url-mozilla) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
816 ((executable-find browse-url-galeon-program) 'browse-url-galeon) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
817 ((executable-find browse-url-kde-program) 'browse-url-kde) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
818 ((executable-find browse-url-netscape-program) 'browse-url-netscape) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
819 ((executable-find browse-url-mosaic-program) 'browse-url-mosaic) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
820 ((executable-find "tellw3b") 'browse-url-iximosaic) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
821 ((executable-find browse-url-xterm-program) 'browse-url-lynx-xterm) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
822 ((executable-find "mmm") 'browse-url-mmm) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
823 (t 'browse-url-w3)) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
824 url args)) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
825 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
826 ;;;###autoload |
28210 | 827 (defun browse-url-netscape (url &optional new-window) |
828 "Ask the Netscape WWW browser to load URL. | |
829 Default to the URL around or before point. The strings in variable | |
830 `browse-url-netscape-arguments' are also passed to Netscape. | |
831 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
832 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 833 non-nil, load the document in a new Netscape window, otherwise use a |
834 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
|
835 the effect of `browse-url-new-window-flag'. |
28210 | 836 |
837 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
|
838 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
|
839 (interactive (browse-url-interactive-arg "URL: ")) |
28210 | 840 ;; URL encode any `confusing' characters in the URL. This needs to |
54237
c29ef88b691f
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov <juri@jurta.org>
parents:
52401
diff
changeset
|
841 ;; include at least commas; presumably also close parens and dollars. |
c29ef88b691f
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov <juri@jurta.org>
parents:
52401
diff
changeset
|
842 (while (string-match "[,)$]" url) |
28210 | 843 (setq url (replace-match |
844 (format "%%%x" (string-to-char (match-string 0 url))) t t url))) | |
845 (let* ((process-environment (browse-url-process-environment)) | |
846 (process (apply 'start-process | |
847 (concat "netscape " url) nil | |
848 browse-url-netscape-program | |
849 (append | |
850 browse-url-netscape-arguments | |
851 (if (eq window-system 'w32) | |
852 (list url) | |
853 (append | |
854 (if new-window '("-noraise")) | |
855 (list "-remote" | |
856 (concat "openURL(" url | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
857 (if (browse-url-maybe-new-window |
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
858 new-window) |
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
859 ",new-window") |
28210 | 860 ")")))))))) |
861 (set-process-sentinel process | |
30798
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
862 `(lambda (process change) |
8884b93379ef
(browse-url-filename-alist): Add a clause for
Dave Love <fx@gnu.org>
parents:
28330
diff
changeset
|
863 (browse-url-netscape-sentinel process ,url))))) |
28210 | 864 |
865 (defun browse-url-netscape-sentinel (process url) | |
866 "Handle a change to the process communicating with Netscape." | |
867 (or (eq (process-exit-status process) 0) | |
868 (let* ((process-environment (browse-url-process-environment))) | |
869 ;; Netscape not running - start it | |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
870 (message "Starting %s..." browse-url-netscape-program) |
28210 | 871 (apply 'start-process (concat "netscape" url) nil |
872 browse-url-netscape-program | |
873 (append browse-url-netscape-startup-arguments (list url)))))) | |
874 | |
875 (defun browse-url-netscape-reload () | |
876 "Ask Netscape to reload its current document. | |
877 How depends on `browse-url-netscape-version'." | |
878 (interactive) | |
879 ;; Backwards incompatibility reported by | |
880 ;; <peter.kruse@psychologie.uni-regensburg.de>. | |
881 (browse-url-netscape-send (if (>= browse-url-netscape-version 4) | |
882 "xfeDoCommand(reload)" | |
883 "reload"))) | |
884 | |
885 (defun browse-url-netscape-send (command) | |
886 "Send a remote control command to Netscape." | |
887 (let* ((process-environment (browse-url-process-environment))) | |
888 (apply 'start-process "netscape" nil | |
889 browse-url-netscape-program | |
890 (append browse-url-netscape-arguments | |
891 (list "-remote" command))))) | |
892 | |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
893 ;;;###autoload |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
894 (defun browse-url-mozilla (url &optional new-window) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
895 "Ask the Mozilla WWW browser to load URL. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
896 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
|
897 `browse-url-mozilla-arguments' are also passed to Mozilla. |
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 Mozilla window, otherwise use a |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
901 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 |
47844
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
904 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
|
905 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
|
906 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
|
907 |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
908 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
|
909 used instead of `browse-url-new-window-flag'." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
910 (interactive (browse-url-interactive-arg "URL: ")) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
911 ;; URL encode any `confusing' characters in the URL. This needs to |
54237
c29ef88b691f
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov <juri@jurta.org>
parents:
52401
diff
changeset
|
912 ;; include at least commas; presumably also close parens and dollars. |
c29ef88b691f
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov <juri@jurta.org>
parents:
52401
diff
changeset
|
913 (while (string-match "[,)$]" url) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
914 (setq url (replace-match |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
915 (format "%%%x" (string-to-char (match-string 0 url))) t t url))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
916 (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
|
917 (process |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
918 (apply 'start-process |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
919 (concat "mozilla " url) nil |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
920 browse-url-mozilla-program |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
921 (append |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
922 browse-url-mozilla-arguments |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
923 (list "-remote" |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
924 (concat "openURL(" |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
925 url |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
926 (if (browse-url-maybe-new-window |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
927 new-window) |
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
928 (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
|
929 ",new-tab" |
cd10528c7910
(browse-url-mozilla): Correct the conditionals for using ,new-window.
Richard M. Stallman <rms@gnu.org>
parents:
50574
diff
changeset
|
930 ",new-window")) |
47844
d289d703471d
* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson <jas@extundo.com>
parents:
46615
diff
changeset
|
931 ")")))))) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
932 (set-process-sentinel process |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
933 `(lambda (process change) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
934 (browse-url-mozilla-sentinel process ,url))))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
935 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
936 (defun browse-url-mozilla-sentinel (process url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
937 "Handle a change to the process communicating with Mozilla." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
938 (or (eq (process-exit-status process) 0) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
939 (let* ((process-environment (browse-url-process-environment))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
940 ;; Mozilla is not running - start it |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
941 (message "Starting %s..." browse-url-mozilla-program) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
942 (apply 'start-process (concat "mozilla " url) nil |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
943 browse-url-mozilla-program |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
944 (append browse-url-mozilla-startup-arguments (list url)))))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
945 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
946 ;;;###autoload |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
947 (defun browse-url-galeon (url &optional new-window) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
948 "Ask the Galeon WWW browser to load URL. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
949 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
|
950 `browse-url-galeon-arguments' are also passed to Galeon. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
951 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
952 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
|
953 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
|
954 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
|
955 the effect of `browse-url-new-window-flag'. |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
956 |
43778
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
957 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
|
958 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
|
959 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
|
960 |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
961 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
|
962 used instead of `browse-url-new-window-flag'." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
963 (interactive (browse-url-interactive-arg "URL: ")) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
964 ;; URL encode any `confusing' characters in the URL. This needs to |
54237
c29ef88b691f
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov <juri@jurta.org>
parents:
52401
diff
changeset
|
965 ;; include at least commas; presumably also close parens and dollars. |
c29ef88b691f
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov <juri@jurta.org>
parents:
52401
diff
changeset
|
966 (while (string-match "[,)$]" url) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
967 (setq url (replace-match |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
968 (format "%%%x" (string-to-char (match-string 0 url))) t t url))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
969 (let* ((process-environment (browse-url-process-environment)) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
970 (process (apply 'start-process |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
971 (concat "galeon " url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
972 nil |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
973 browse-url-galeon-program |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
974 (append |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
975 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
|
976 (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
|
977 (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
|
978 '("--new-tab") |
43778
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
979 '("--new-window" "--noraise")) |
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
980 '("--existing")) |
21f583da1eac
(browse-url-galeon): Specify --existing for an existing window.
Richard M. Stallman <rms@gnu.org>
parents:
43416
diff
changeset
|
981 (list url))))) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
982 (set-process-sentinel process |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
983 `(lambda (process change) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
984 (browse-url-galeon-sentinel process ,url))))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
985 |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
986 (defun browse-url-galeon-sentinel (process url) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
987 "Handle a change to the process communicating with Galeon." |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
988 (or (eq (process-exit-status process) 0) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
989 (let* ((process-environment (browse-url-process-environment))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
990 ;; Galeon is not running - start it |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
991 (message "Starting %s..." browse-url-galeon-program) |
41282
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
992 (apply 'start-process (concat "galeon " url) nil |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
993 browse-url-galeon-program |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
994 (append browse-url-galeon-startup-arguments (list url)))))) |
c5d2c3683efb
Support Mozilla and Galeon.
Richard M. Stallman <rms@gnu.org>
parents:
38436
diff
changeset
|
995 |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
996 (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
|
997 "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
|
998 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
|
999 `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
|
1000 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1001 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
|
1002 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
|
1003 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
|
1004 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
|
1005 |
52096
d634231f9cf7
(browse-url-epiphany): Doc fix.
John Paul Wallington <jpw@pobox.com>
parents:
51798
diff
changeset
|
1006 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
|
1007 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
|
1008 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
|
1009 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1010 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
|
1011 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
|
1012 (interactive (browse-url-interactive-arg "URL: ")) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1013 ;; URL encode any `confusing' characters in the URL. This needs to |
54237
c29ef88b691f
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov <juri@jurta.org>
parents:
52401
diff
changeset
|
1014 ;; include at least commas; presumably also close parens and dollars. |
c29ef88b691f
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov <juri@jurta.org>
parents:
52401
diff
changeset
|
1015 (while (string-match "[,)$]" url) |
51798
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1016 (setq url (replace-match |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1017 (format "%%%x" (string-to-char (match-string 0 url))) t t url))) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1018 (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
|
1019 (process (apply 'start-process |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1020 (concat "epiphany " url) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1021 nil |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1022 browse-url-epiphany-program |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1023 (append |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1024 browse-url-epiphany-arguments |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1025 (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
|
1026 (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
|
1027 '("--new-tab") |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1028 '("--new-window" "--noraise")) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1029 '("--existing")) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1030 (list url))))) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1031 (set-process-sentinel process |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1032 `(lambda (process change) |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1033 (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
|
1034 |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1035 (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
|
1036 "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
|
1037 (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
|
1038 (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
|
1039 ;; Epiphany is not running - start it |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
1040 (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
|
1041 (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
|
1042 browse-url-epiphany-program |
04564d8f3be9
(browse-url-browser-function): Add alternative for Epiphany.
Richard M. Stallman <rms@gnu.org>
parents:
51286
diff
changeset
|
1043 (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
|
1044 |
32246
851690316add
(browse-url-browser-function): Use it.
Dave Love <fx@gnu.org>
parents:
32245
diff
changeset
|
1045 ;;;###autoload |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1046 (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
|
1047 "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
|
1048 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
|
1049 `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
|
1050 |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1051 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
|
1052 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
|
1053 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
|
1054 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
|
1055 |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1056 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
|
1057 used instead of `browse-url-new-window-flag'." |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49240
diff
changeset
|
1058 (interactive (browse-url-interactive-arg "URL: ")) |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1059 (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
|
1060 nil |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
1061 browse-url-gnome-moz-program |
32245
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1062 (append |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1063 browse-url-gnome-moz-arguments |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1064 (if (browse-url-maybe-new-window new-window) |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1065 '("--newwin")) |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1066 (list "--raise" url)))) |
d35dba8183fd
(browse-url-gnome-moz-arguments): New option.
Dave Love <fx@gnu.org>
parents:
31909
diff
changeset
|
1067 |
28210 | 1068 ;; --- Mosaic --- |
1069 | |
1070 ;;;###autoload | |
1071 (defun browse-url-mosaic (url &optional new-window) | |
1072 "Ask the XMosaic WWW browser to load URL. | |
1073 | |
1074 Default to the URL around or before point. The strings in variable | |
1075 `browse-url-mosaic-arguments' are also passed to Mosaic and the | |
1076 program is invoked according to the variable | |
1077 `browse-url-mosaic-program'. | |
1078 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1079 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 1080 non-nil, load the document in a new Mosaic window, otherwise use a |
1081 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
|
1082 the effect of `browse-url-new-window-flag'. |
28210 | 1083 |
1084 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
|
1085 used instead of `browse-url-new-window-flag'." |
28210 | 1086 (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
|
1087 (let ((pidfile (expand-file-name browse-url-mosaic-pidfile)) |
28210 | 1088 pid) |
1089 (if (file-readable-p pidfile) | |
1090 (save-excursion | |
1091 (find-file pidfile) | |
1092 (goto-char (point-min)) | |
1093 (setq pid (read (current-buffer))) | |
1094 (kill-buffer nil))) | |
1095 (if (and pid (zerop (signal-process pid 0))) ; Mosaic running | |
1096 (save-excursion | |
1097 (find-file (format "/tmp/Mosaic.%d" pid)) | |
1098 (erase-buffer) | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1099 (insert (if (browse-url-maybe-new-window new-window) |
28210 | 1100 "newwin\n" |
1101 "goto\n") | |
1102 url "\n") | |
1103 (save-buffer) | |
1104 (kill-buffer nil) | |
1105 ;; Send signal SIGUSR to Mosaic | |
1106 (message "Signalling Mosaic...") | |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
1107 (signal-process pid 'SIGUSR1) |
28210 | 1108 ;; Or you could try: |
1109 ;; (call-process "kill" nil 0 nil "-USR1" (int-to-string pid)) | |
1110 (message "Signalling Mosaic...done") | |
1111 ) | |
1112 ;; Mosaic not running - start it | |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
1113 (message "Starting %s..." browse-url-mosaic-program) |
28210 | 1114 (apply 'start-process "xmosaic" nil browse-url-mosaic-program |
1115 (append browse-url-mosaic-arguments (list url))) | |
55197
048eee9ae6ae
(browse-url-netscape-sentinel)
Eli Zaretskii <eliz@gnu.org>
parents:
54681
diff
changeset
|
1116 (message "Starting %s...done" browse-url-mosaic-program)))) |
28210 | 1117 |
1118 ;; --- Grail --- | |
1119 | |
1120 (defvar browse-url-grail | |
1121 (concat (or (getenv "GRAILDIR") "~/.grail") "/user/rcgrail.py") | |
1122 "Location of Grail remote control client script `rcgrail.py'. | |
1123 Typically found in $GRAILDIR/rcgrail.py, or ~/.grail/user/rcgrail.py.") | |
1124 | |
1125 ;;;###autoload | |
1126 (defun browse-url-grail (url &optional new-window) | |
1127 "Ask the Grail WWW browser to load URL. | |
1128 Default to the URL around or before point. Runs the program in the | |
1129 variable `browse-url-grail'." | |
1130 (interactive (browse-url-interactive-arg "Grail URL: ")) | |
1131 (message "Sending URL to Grail...") | |
1132 (save-excursion | |
1133 (set-buffer (get-buffer-create " *Shell Command Output*")) | |
1134 (erase-buffer) | |
1135 ;; don't worry about this failing. | |
42697
8ecfd38df30d
(browse-url-grail): Use browse-url-maybe-new-window.
Richard M. Stallman <rms@gnu.org>
parents:
41460
diff
changeset
|
1136 (if (browse-url-maybe-new-window new-window) |
28210 | 1137 (call-process browse-url-grail nil 0 nil "-b" url) |
1138 (call-process browse-url-grail nil 0 nil url)) | |
1139 (message "Sending URL to Grail... done"))) | |
1140 | |
1141 ;; --- Mosaic using CCI --- | |
1142 | |
1143 ;;;###autoload | |
1144 (defun browse-url-cci (url &optional new-window) | |
1145 "Ask the XMosaic WWW browser to load URL. | |
1146 Default to the URL around or before point. | |
1147 | |
1148 This function only works for XMosaic version 2.5 or later. You must | |
1149 select `CCI' from XMosaic's File menu, set the CCI Port Address to the | |
1150 value of variable `browse-url-CCI-port', and enable `Accept requests'. | |
1151 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1152 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 1153 non-nil, load the document in a new browser window, otherwise use a |
1154 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
|
1155 the effect of `browse-url-new-window-flag'. |
28210 | 1156 |
1157 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
|
1158 used instead of `browse-url-new-window-flag'." |
28210 | 1159 (interactive (browse-url-interactive-arg "Mosaic URL: ")) |
1160 (open-network-stream "browse-url" " *browse-url*" | |
1161 browse-url-CCI-host browse-url-CCI-port) | |
1162 ;; Todo: start browser if fails | |
1163 (process-send-string "browse-url" | |
1164 (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
|
1165 (if (browse-url-maybe-new-window new-window) |
28210 | 1166 "new" |
1167 "current") | |
1168 "\r\n")) | |
1169 (process-send-string "browse-url" "disconnect\r\n") | |
1170 (delete-process "browse-url")) | |
1171 | |
1172 ;; --- IXI Mosaic --- | |
1173 | |
1174 ;;;###autoload | |
1175 (defun browse-url-iximosaic (url &optional new-window) | |
1176 ;; new-window ignored | |
1177 "Ask the IXIMosaic WWW browser to load URL. | |
1178 Default to the URL around or before point." | |
1179 (interactive (browse-url-interactive-arg "IXI Mosaic URL: ")) | |
1180 (start-process "tellw3b" nil "tellw3b" | |
1181 "-service WWW_BROWSER ixi_showurl " url)) | |
1182 | |
1183 ;; --- W3 --- | |
1184 | |
1185 ;;;###autoload | |
1186 (defun browse-url-w3 (url &optional new-window) | |
1187 "Ask the w3 WWW browser to load URL. | |
1188 Default to the URL around or before point. | |
1189 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1190 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 1191 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
|
1192 prefix argument reverses the effect of `browse-url-new-window-flag'. |
28210 | 1193 |
1194 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
|
1195 used instead of `browse-url-new-window-flag'." |
28210 | 1196 (interactive (browse-url-interactive-arg "W3 URL: ")) |
1197 (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
|
1198 (if (browse-url-maybe-new-window new-window) |
28210 | 1199 (w3-fetch-other-window url) |
1200 (w3-fetch url))) | |
1201 | |
1202 ;;;###autoload | |
1203 (defun browse-url-w3-gnudoit (url &optional new-window) | |
1204 ;; new-window ignored | |
1205 "Ask another Emacs running gnuserv to load the URL using the W3 browser. | |
1206 The `browse-url-gnudoit-program' program is used with options given by | |
1207 `browse-url-gnudoit-args'. Default to the URL around or before point." | |
1208 (interactive (browse-url-interactive-arg "W3 URL: ")) | |
1209 (apply 'start-process (concat "gnudoit:" url) nil | |
1210 browse-url-gnudoit-program | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1211 (append browse-url-gnudoit-args |
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1212 (list (concat "(w3-fetch \"" url "\")") |
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1213 "(raise-frame)")))) |
28210 | 1214 |
1215 ;; --- Lynx in an xterm --- | |
1216 | |
1217 ;;;###autoload | |
1218 (defun browse-url-lynx-xterm (url &optional new-window) | |
1219 ;; new-window ignored | |
1220 "Ask the Lynx WWW browser to load URL. | |
1221 Default to the URL around or before point. A new Lynx process is run | |
1222 in an Xterm window using the Xterm program named by `browse-url-xterm-program' | |
1223 with possible additional arguments `browse-url-xterm-args'." | |
1224 (interactive (browse-url-interactive-arg "Lynx URL: ")) | |
1225 (apply #'start-process `(,(concat "lynx" url) nil ,browse-url-xterm-program | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1226 ,@browse-url-xterm-args "-e" "lynx" |
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1227 ,url))) |
28210 | 1228 |
1229 ;; --- Lynx in an Emacs "term" window --- | |
1230 | |
1231 ;;;###autoload | |
1232 (defun browse-url-lynx-emacs (url &optional new-buffer) | |
1233 "Ask the Lynx WWW browser to load URL. | |
1234 Default to the URL around or before point. With a prefix argument, run | |
1235 a new Lynx process in a new buffer. | |
1236 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1237 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 1238 non-nil, load the document in a new lynx in a new term window, |
1239 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
|
1240 reverses the effect of `browse-url-new-window-flag'. |
28210 | 1241 |
1242 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
|
1243 used instead of `browse-url-new-window-flag'." |
28210 | 1244 (interactive (browse-url-interactive-arg "Lynx URL: ")) |
1245 (let* ((system-uses-terminfo t) ; Lynx uses terminfo | |
1246 ;; (term-term-name "vt100") ; ?? | |
1247 (buf (get-buffer "*lynx*")) | |
1248 (proc (and buf (get-buffer-process buf))) | |
1249 (n browse-url-lynx-input-attempts)) | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1250 (if (and (browse-url-maybe-new-window new-buffer) buf) |
28210 | 1251 ;; Rename away the OLD buffer. This isn't very polite, but |
1252 ;; term insists on working in a buffer named *lynx* and would | |
1253 ;; choke on *lynx*<1> | |
1254 (progn (set-buffer buf) | |
1255 (rename-uniquely))) | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1256 (if (or (browse-url-maybe-new-window new-buffer) |
28210 | 1257 (not buf) |
1258 (not proc) | |
1259 (not (memq (process-status proc) '(run stop)))) | |
1260 ;; start a new lynx | |
1261 (progn | |
1262 (setq buf | |
1263 (apply #'make-term | |
28274
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1264 `("lynx" "lynx" nil ,@browse-url-lynx-emacs-args |
e9c99955f520
Restore previous use of browse-url-maybe-new-window.
Dave Love <fx@gnu.org>
parents:
28210
diff
changeset
|
1265 ,url))) |
28210 | 1266 (switch-to-buffer buf) |
1267 (term-char-mode) | |
1268 (set-process-sentinel | |
1269 (get-buffer-process buf) | |
1270 ;; Don't leave around a dead one (especially because of its | |
1271 ;; munged keymap.) | |
1272 (lambda (process event) | |
1273 (if (not (memq (process-status process) '(run stop))) | |
1274 (let ((buf (process-buffer process))) | |
1275 (if buf (kill-buffer buf))))))) | |
1276 ;; send the url to lynx in the old buffer | |
1277 (let ((win (get-buffer-window buf t))) | |
1278 (if win | |
1279 (select-window win) | |
1280 (switch-to-buffer buf))) | |
1281 (if (eq (following-char) ?_) | |
1282 (cond ((eq browse-url-lynx-input-field 'warn) | |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
38271
diff
changeset
|
1283 (error "Please move out of the input field first")) |
28210 | 1284 ((eq browse-url-lynx-input-field 'avoid) |
1285 (while (and (eq (following-char) ?_) (> n 0)) | |
1286 (term-send-down) ; down arrow | |
1287 (sit-for browse-url-lynx-input-delay)) | |
1288 (if (eq (following-char) ?_) | |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
38271
diff
changeset
|
1289 (error "Cannot move out of the input field, sorry"))))) |
28210 | 1290 (term-send-string proc (concat "g" ; goto |
1291 "\C-u" ; kill default url | |
1292 url | |
1293 "\r"))))) | |
1294 | |
1295 ;; --- MMM --- | |
1296 | |
1297 ;;;###autoload | |
1298 (defun browse-url-mmm (url &optional new-window) | |
1299 "Ask the MMM WWW browser to load URL. | |
1300 Default to the URL around or before point." | |
1301 (interactive (browse-url-interactive-arg "MMM URL: ")) | |
1302 (message "Sending URL to MMM...") | |
1303 (save-excursion | |
1304 (set-buffer (get-buffer-create " *Shell Command Output*")) | |
1305 (erase-buffer) | |
1306 ;; mmm_remote just SEGVs if the file isn't there... | |
1307 (if (or (file-exists-p (expand-file-name "~/.mmm_remote")) | |
1308 ;; location in v 0.4: | |
1309 (file-exists-p (expand-file-name "~/.mmm/remote"))) | |
1310 (call-process "mmm_remote" nil 0 nil url) | |
1311 (call-process "mmm" nil 0 nil "-external" url)) | |
1312 (message "Sending URL to MMM... done"))) | |
1313 | |
1314 ;; --- mailto --- | |
1315 | |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1316 (autoload 'rfc2368-parse-mailto-url "rfc2368") |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1317 |
28210 | 1318 ;;;###autoload |
1319 (defun browse-url-mail (url &optional new-window) | |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1320 "Open a new mail message buffer within Emacs for the RFC 2368 URL. |
28210 | 1321 Default to using the mailto: URL around or before point as the |
1322 recipient's address. Supplying a non-nil interactive prefix argument | |
1323 will cause the mail to be composed in another window rather than the | |
1324 current one. | |
1325 | |
37378
c5e0aa9cbe69
(browse-url-new-window-flag): Renamed from
Gerd Moellmann <gerd@gnu.org>
parents:
35008
diff
changeset
|
1326 When called interactively, if variable `browse-url-new-window-flag' is |
28210 | 1327 non-nil use `compose-mail-other-window', otherwise `compose-mail'. A |
1328 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
|
1329 `browse-url-new-window-flag'. |
28210 | 1330 |
1331 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
|
1332 used instead of `browse-url-new-window-flag'." |
28210 | 1333 (interactive (browse-url-interactive-arg "Mailto URL: ")) |
1334 (save-excursion | |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1335 (let* ((alist (rfc2368-parse-mailto-url url)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1336 (to (assoc "To" alist)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1337 (subject (assoc "Subject" alist)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1338 (body (assoc "Body" alist)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1339 (rest (delete to (delete subject (delete body alist)))) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1340 (to (cdr to)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1341 (subject (cdr subject)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1342 (body (cdr body)) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1343 (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
|
1344 (if (browse-url-maybe-new-window new-window) |
54305
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1345 (compose-mail-other-window to subject rest nil |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1346 (if body |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1347 (list 'insert body) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1348 (list 'insert-buffer (current-buffer)))) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1349 (compose-mail to subject rest nil nil |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1350 (if body |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1351 (list 'insert body) |
c53b285fdf88
(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii <eliz@gnu.org>
parents:
54237
diff
changeset
|
1352 (list 'insert-buffer (current-buffer)))))))) |
28210 | 1353 |
1354 ;; --- Random browser --- | |
1355 | |
1356 ;;;###autoload | |
1357 (defun browse-url-generic (url &optional new-window) | |
1358 ;; new-window ignored | |
1359 "Ask the WWW browser defined by `browse-url-generic-program' to load URL. | |
1360 Default to the URL around or before point. A fresh copy of the | |
1361 browser is started up in a new process with possible additional arguments | |
1362 `browse-url-generic-args'. This is appropriate for browsers which | |
1363 don't offer a form of remote control." | |
1364 (interactive (browse-url-interactive-arg "URL: ")) | |
1365 (if (not browse-url-generic-program) | |
1366 (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
|
1367 (apply 'call-process browse-url-generic-program nil |
8e0abac00108
(browse-url-generic): Use call-process
David Kastrup <dak@gnu.org>
parents:
54305
diff
changeset
|
1368 0 nil |
28210 | 1369 (append browse-url-generic-args (list url)))) |
1370 | |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1371 ;;;###autoload |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1372 (defun browse-url-kde (url &optional new-window) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1373 "Ask the KDE WWW browser to load URL. |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1374 Default to the URL around or before point." |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1375 (interactive (browse-url-interactive-arg "KDE URL: ")) |
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1376 (message "Sending URL to KDE...") |
50574
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
1377 (apply #'start-process (concat "KDE " url) nil browse-url-kde-program |
b67822aa50a8
Don't autoload all these defcustoms.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49549
diff
changeset
|
1378 (append browse-url-kde-args (list url)))) |
37803
ae3f8f955b05
(browse-url-browser-function): Add kde.
Gerd Moellmann <gerd@gnu.org>
parents:
37666
diff
changeset
|
1379 |
28210 | 1380 (provide 'browse-url) |
1381 | |
52401 | 1382 ;;; arch-tag: d2079573-5c06-4097-9598-f550fba19430 |
28210 | 1383 ;;; browse-url.el ends here |