diff options
| author | Dave Love | 1999-01-25 21:55:12 +0000 |
|---|---|---|
| committer | Dave Love | 1999-01-25 21:55:12 +0000 |
| commit | 0a383cc7726f8068de21e13450c3c8cb6d50fa11 (patch) | |
| tree | 651a4aeb287a779b6b28d71fd0af3227742fb248 | |
| parent | 94c7a2147484d4ec5007291cc2befdb470f6114e (diff) | |
| download | emacs-0a383cc7726f8068de21e13450c3c8cb6d50fa11.tar.gz emacs-0a383cc7726f8068de21e13450c3c8cb6d50fa11.zip | |
(browse-url-netscape-program): Doc addition.
| -rw-r--r-- | lisp/browse-url.el | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lisp/browse-url.el b/lisp/browse-url.el index 28e03b11b75..e87dc096a95 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el | |||
| @@ -262,16 +262,14 @@ regexp should probably be \".\" to specify a default browser." | |||
| 262 | :group 'browse-url) | 262 | :group 'browse-url) |
| 263 | 263 | ||
| 264 | (defcustom browse-url-netscape-program "netscape" | 264 | (defcustom browse-url-netscape-program "netscape" |
| 265 | ;; Info about netscape-remote from Kurt Swanson in gnu.emacs.gnus | 265 | ;; Info about netscape-remote from Karl Berry. |
| 266 | "The name by which to invoke Netscape. | 266 | "The name by which to invoke Netscape. |
| 267 | 267 | ||
| 268 | It is said that source is available for a program `netscape-remote' | 268 | The free program `netscape-remote' from |
| 269 | which starts up very much quicker than `netscape' and that it is | 269 | <URL:http://home.netscape.com/newsref/std/remote.c> is said to start |
| 270 | useful to set this variable to the name of a script which invokes that | 270 | up very much quicker than `netscape'. Reported to compile on a GNU |
| 271 | program like: | 271 | system, given vroot.h from the same directory, with cc flags |
| 272 | #!/bin/sh | 272 | -DSTANDALONE -L/usr/X11R6/lib -lXmu -lX11." |
| 273 | /usr/local/bin/netscape-remote \"$@\" > /dev/null 2>&1 | ||
| 274 | " | ||
| 275 | :type 'string | 273 | :type 'string |
| 276 | :group 'browse-url) | 274 | :group 'browse-url) |
| 277 | 275 | ||