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