1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Dave Love
a43d1a2aa5 Various doc fixes, mainly to remove innappropriate
leading "*"s.
(browse-url-new-window-p, browse-url-netscape-display,
browse-url-save-file, browse-url-generic-program): Add autoload
cookie.
(browse-url-mosaic-program, browse-url-lynx-input-field,
browse-url-lynx-input-attempts, browse-url-lynx-input-delay): Add
:version.
(browse-url-of-file-hook): Add :options.
(browse-url-lynx-emacs-args): New option.
(browse-url-lynx-emacs): Use it.
(browse-url-lynx-xterm): Use backquote.
(browse-url-emacs-display): Use Emacs version, not XEmacs.
((require 'term)): When compiling.
1998-03-06 18:56:39 +00:00
Dave Love
ac999fb92e (browse-url-path-regexp, browse-url-short-regexp,
browse-url-regexp): Variables deleted.  (They were moved to
thingatpt.el.)
(browse-url-filename-alist): Default now has leading ange-ftp-type
patterns so that the "^/+" pattern doesn't mung such names in
advance.
(browse-url-file-url): Don't do explicit ange-ftp path munging
here.
(browse-url-netscape-program): Doc addition.
1997-12-22 19:26:10 +00:00
Dave Love
e49172c89c (browse-url-lynx-emacs): Add sentinel to kill the buffer when lynx
exits.  Doc fix.
(browse-url-browser-function): Better customization.
(browse-url-filename-alist, browse-url-netscape-display,
browse-url-filename-alist, browse-url-generic-program): Likewise.
(browse-url-new-window-p, browse-url-w3, browse-url-mail): Doc fix.
(browse-url-save-file): Customize.
1997-12-12 17:43:13 +00:00
Dave Love
09d8b0bc6c Doc fixes and extra customization.
(browse-url): Quote browse-url-choose-browser in application.
1997-11-21 23:57:48 +00:00
Dave Love
837984b11b Doc fixes.
(browse-url): Apply, don't just call, browse-url-choose-browser, so
args works properly.
(browse-url-maybe-new-window): New function.
(browse-url-netscape, browse-url-mosaic, browse-url-cci,
browse-url-w3, browse-url-lynx-emacs, browse-url-mail): Use it.
(browse-url-lynx-emacs): Don't call term-term-name.
(browse-url-lynx-input-field, browse-url-lynx-input-delay,
browse-url-lynx-input-attempts): New variables.
(browse-url-lynx-emacs): Use any existing Lynx buffer; take care to
move off input fields.  (After Vladimir Alexiev
<vladimir@cs.ualberta.ca>.)
(browse-url-mosaic-program): New variable.
(browse-url-mosaic): Use browse-url-mosaic-program and
browse-url-new-window-p.
(browse-url-at-mouse): Use browse-url-new-window-p.
1997-10-23 13:43:14 +00:00
Karl Heuer
0985a768b0 (browse-url-netscape-display): Fix customize type.
(browse-url-generic-program): Likewise.
1997-10-02 02:56:26 +00:00
Richard M. Stallman
a8328975a6 (browse-url group): Remove autoload cookie. 1997-09-09 02:59:06 +00:00
Geoff Voelker
78557fbf67 (browse-url-netscape): Check for w32 window-system symbol. 1997-09-02 19:37:13 +00:00
Richard M. Stallman
59966fb622 (browse-url-mail): Use compose-mail[-other-window], not always `mail'. 1997-08-27 21:20:47 +00:00
Richard M. Stallman
f6680f0b60 Change the custom group to `hypermedia'.
(browse-url-netscape-version): New variable.
(browse-url-netscape-reload): Use it to account for reported
backwards incompatibility.
1997-08-27 18:43:39 +00:00
Richard M. Stallman
eb0401dd99 Doc fixes. 1997-08-20 17:25:25 +00:00
Richard M. Stallman
bc6d0d715c Minor doc fixes.
(browse-url-temp-dir): New variable.
(browse-url-of-buffer): Use browse-url-temp-dir.  Don't construct
a temporary file name which includes an arbitrary buffer name to
avoid losing on non-unixy systems.
1997-08-20 17:22:42 +00:00
Richard M. Stallman
6debdec51c Require thingatpt when compiling.
(browse-url-url-at-point): Use `thing-at-point' (with URL code
moved from here).
(browse-url-looking-at): Moved to thingatpt.el, renamed and changed.
1997-07-04 20:00:43 +00:00
Richard M. Stallman
5db5751426 Update keywords to show up in finder.
(browse-url-gnudoit-args, browse-url-generic-program)
(browse-url-gnudoit-program, browse-url-generic-args): New variables.
(browse-url-w3-gnudoit): New procedure.
(browse-url-mmm): New location of `remote' file for MMM 0.4.
(browse-url-generic): New procedure.

(browse-url-netscape): Test for w32.

(browse-url-url-at-point): Assume mailto: if URL contains @.
Don't use thingatpt; find the URL here to do it correctly.

(browse-url-at-point, browse-url-of-file, browse-url-at-mouse):
Call browse-url.
(browse-url): Check for list browse-url-browser-function.
(browse-url-choose-browser): New procedure.
(browse-url-browser-function): Allow list value.

(browse-url-process-environment): Call browse-url-emacs-display.
(browse-url-emacs-display): New procedure.
(browse-url-netscape-display): New variable.

(browse-url-of-region): New procedure.
(browse-url-of-buffer): Check for narrowed buffer.

(browse-url-url-at-point): Rewrite to not use cl.el delete-if.
Fix multi-line URL matching.

(browse-url-markedup-regexp): New variable.
(browse-url-xterm-program): New variable.
(browse-url-xterm-args): New variable.
(browse-url-lynx-xterm): Use the above two vars.
(browse-url-url-at-point): Use buffer-substring-no-properties.
(browse-url-grail): Add missing optional arg.
(browse-url-mmm): New procedure.

(browse-url-netscape-startup-arguments): New variable.
1997-06-15 02:49:03 +00:00
Richard M. Stallman
b70a6198cf Comment change. 1997-06-12 00:50:08 +00:00
Richard M. Stallman
6be23be638 (browse-url-netscape, browse-url-netscape-sentinel)
(browse-url-netscape-send): Use browse-url-netscape-program,
renamed from browse-url-netscape-command.
1997-05-27 17:06:24 +00:00
Richard M. Stallman
ca05f195e8 (browse-url): Make `applicatations' the parent. 1997-05-18 20:06:12 +00:00
Richard M. Stallman
b7064fbe24 Don't include term.el. 1997-05-14 19:51:33 +00:00
Richard M. Stallman
78c11a9cce (browse-url-event-buffer):
Function renamed from event-buffer.  Callers changed.
(browse-url-event-point): Likewise.
1997-05-14 19:47:48 +00:00
Karl Heuer
1341d237b4 (browse-url-browser-function): Fix syntax error. 1997-04-14 19:15:42 +00:00
Richard M. Stallman
0a3fc8a2de Add defgroup; use defcustom for user vars. 1997-04-14 03:00:06 +00:00
Richard M. Stallman
31c8acc065 Fix previous change. 1996-12-11 21:06:53 +00:00
Richard M. Stallman
0f995be681 (browse-url-url-at-point): Use thing-at-point.
(browse-url-looking-at): Function deleted.
1996-12-11 21:06:18 +00:00
Richard M. Stallman
8941c0cf18 (browse-url-at-point): Add autoload cookie.
(browse-url-at-mouse, browse-url-of-buffer, browse-url-of-file)
(browse-url-of-dired-file): Likewise.
1996-10-11 02:34:27 +00:00
Richard M. Stallman
96adeb99c9 (browse-url): New function.
(browse-url-CCI-host): New variable.
(browse-url-at-mouse): Added event-buffer and event-point
functions for XEmacs compatibility.
(browse-url-file-url): Check for EFS after alist, URL-encode
special chars.
(browse-url-grail): New function.
(browse-url-interactive-arg): Add new-window logic.
(browse-url-looking-at): Fixed.
(browse-url-lynx-xterm): New function.
(browse-url-lynx-emacs): Use term.el instead of terminal.el.
(browse-url-netscape): Contact/start Netscape in the
background.  Multi-display support.  Renamed
browse-url-netscape-send.  URL-encode comma.
(browse-url-netscape-command): New variable.
(browse-url-netscape-startup-arguments): New variable.
(browse-url-url-at-point): Improved matching to supply missing
"http://".
Other fixes for byte-compilation.
1996-10-11 02:32:17 +00:00
Richard M. Stallman
8bc9b4f136 (browse-url-choose-browser): New function.
(browse-url-browser-function): Use browse-url-choose-browser
as the initial value.
1996-07-24 16:11:21 +00:00
Karl Heuer
1f0c496bc5 (browse-url-netscape-program): New variable.
(browse-url-mosaic-program): New variable.
(browse-url-mosaic, browse-url-netscape): Use them.
1996-07-13 00:52:08 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
b20d527dec (browse-url-netscape): Check for call-process returning a string. 1996-01-25 20:14:38 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
00232ce398 (browse-url-usr1-signal): Doc fix. 1996-01-04 22:53:41 +00:00
Richard M. Stallman
a5f6b207ff (browse-url-mosaic): Print "done" message
after starting mosaic.  Change the message about sending a signal.
(browse-url-netscape): Print "done" message after starting.
(browse-url-usr1-signal): Use SIGUSR1 in upper case.
(browse-url-at-point, browse-url-at-mouse, browse-url-of-buffer)
(browse-url-of-file, browse-url-of-dired-file): Add autoload cookies.
1996-01-04 08:32:49 +00:00
Erik Naggum
0521259a33 Repair line wrapping damage. 1995-10-15 03:09:16 +00:00
Richard M. Stallman
a69315a1b9 Initial revision 1995-10-13 19:18:29 +00:00