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