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

215 Commits

Author SHA1 Message Date
Richard M. Stallman
1665be4714 Put * in user option doc strings.
(browse-url-mosaic-pidfile): New variable.
(browse-url-mosaic): Use it.

(browse-url-filename-alist): Don't begin docstring with *, you don't
want to set this one with M-x set-variable.
2002-03-18 04:24:09 +00:00
Miles Bader
cf232e4dec (rlogin-mode): Use `define-derived-mode'. 2002-03-14 11:52:39 +00:00
Miles Bader
0fd2d581b7 (rlogin-carriage-filter): Function removed.
(rlogin): Don't install the `rlogin-carriage-filter' filter, as
comint removes carriage returns itself now.
2002-03-14 08:52:01 +00:00
Richard M. Stallman
b77784f7d9 (browse-url-galeon): Specify --existing for an existing window.
Use --noraise rather than --no-raise.  Don't use -x.
2002-03-08 09:56:30 +00:00
Pavel Janík
1d09ce772e Require tempo when compiling to prevent warnings. Update copyright notice. 2002-03-04 09:43:40 +00:00
Eli Zaretskii
f1ec000756 (browse-url-maybe-new-window): Reverse the sense of the comparison,
to match the doc strings of functions that use this macro.
2002-02-19 11:16:06 +00:00
Eli Zaretskii
5504af2259 (ange-ftp-process-handle-line, ange-ftp-set-xfer-size): If the file's
size is a float, divide by 1024 instead of using ash.
2002-02-08 12:37:02 +00:00
Richard M. Stallman
c392a090aa (ange-ftp-canonize-filename): Avoid duplicate slash if DIR is just slash. 2002-01-22 07:34:07 +00:00
Richard M. Stallman
00dc02800f (ange-ftp-bs2000-posix-hook-installed): Move defvar up. 2002-01-22 01:42:44 +00:00
Richard M. Stallman
9c35d70676 Added support for BS2000, and for raw ftp
login commands (needed in some circumstances).
(ange-ftp-raw-login): New custom var.
(ange-ftp-normal-login): Perform login with raw ftp commands, if
ange-ftp-raw-login is set and account password is needed.
(ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
(ange-ftp-bs2000-filename-pubset-regexp)
(ange-ftp-bs2000-filename-username-regexp)
(ange-ftp-bs2000-filename-prefix-regexp)
(ange-ftp-bs2000-name-template): New consts.
(ange-ftp-bs2000-short-filename-regexp)
(ange-ftp-bs2000-fix-name-regexp-reverse)
(ange-ftp-bs2000-fix-name-regexp): New consts.
(ange-ftp-bs2000-special-prefix): New custom var.
(ange-ftp-fix-name-for-bs2000)
(ange-ftp-fix-dir-name-for-bs2000): New funs.
(ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
(ange-ftp-bs2000-posix-hook-installed): New vars.
(ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
(ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
(ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
(ange-ftp-bs2000-filename-regexp): New const.
(ange-ftp-bs2000-additional-pubsets): New custom var.
(ange-ftp-bs2000-cd-to-posix): New fun.
2002-01-20 22:10:54 +00:00
Richard M. Stallman
31bcb0dc4d (ange-ftp-passive-mode): New arg PROC.
(ange-ftp-get-process): Pass that arg.
2002-01-17 01:40:23 +00:00
Richard M. Stallman
ff78c7214c (telnet-simple-send): Fix previous change. 2002-01-17 01:40:04 +00:00
Pavel Janík
5a9af4e1f0 (ldap-ldapsearch-prog): Default to OpenLDAP version 2 ldapsearch. 2002-01-16 08:50:27 +00:00
Pavel Janík
5301596556 New maintainer. Change author's address.
(eudc-pre-select-window-configuration, eudc-insertion-marker): Variables
removed.
(eudc-insert-selected): Function removed.
(eudc-select): Reimplemented.
(eudc-expand-inline): Delete the strings only after its expansion is chosen
not before.
2002-01-16 08:22:15 +00:00
Pavel Janík
886a2a61db (eudc-ph-open-session): Remove XEmacs case.
Minor coding style fixes.
2002-01-16 08:16:01 +00:00
Pavel Janík
ee9a44abfd New maintainer. Change author's address.
(eudc-attribute-display-method-alist): Display mail with eudc-display-mail.
2002-01-16 08:14:05 +00:00
Pavel Janík
89d0ce25a3 New maintainer. Change author's address. 2002-01-16 08:10:15 +00:00
Pavel Janík
774f6cf41f New maintainer. Change author's address.
(eudc-bob-mail-keymap): New keymap for e-mail addresses.
(eudc-display-mail): New function.
(eudc-bob-play-sound-at-point): Remove XEmacs case.
2002-01-16 08:05:19 +00:00
Stefan Monnier
ae0bec0b42 (ange-ftp-root-dir-p): New function.
(ange-ftp-file-name-all-completions, ange-ftp-file-name-completion): Use it.
(ange-ftp-hook-function): Preserve match-data.
(ange-ftp-insert-directory): Typo.
(ange-ftp-shell-command): Check if regexp matched.
2002-01-14 13:01:14 +00:00
Pavel Janík
110c171f4d Fix typo. 2002-01-13 10:09:20 +00:00
Richard M. Stallman
0deef26e9a (browse-url-grail): Use browse-url-maybe-new-window. 2002-01-13 04:57:24 +00:00
Richard M. Stallman
732576c8ab (telnet-simple-send): Handle comint-input-sender-no-newline like
comint-simple-send.
2002-01-13 04:45:21 +00:00
Pavel Janík
ca151ad62f New maintainer. New e-mail address of the author. 2002-01-08 06:58:13 +00:00
Pavel Janík
b4ac0cdbf5 (ldap-search-internal): Skip error message from ldapsearch. Allow listing
attribute names only.  Do not open non-existent files.
2002-01-06 17:59:09 +00:00
Pavel Janík
527813ef22 (eudc-ldap-get-field-list): Do not try to call non-existent function. 2002-01-06 17:54:21 +00:00
Pavel Janík
ff41c6f670 (top-level): Revert previous change. 2002-01-06 16:41:07 +00:00
Pavel Janík
ab6511276e Fix Keywords: header. 2002-01-06 16:37:36 +00:00
Pavel Janík
01f91eb850 Fix typo. 2002-01-06 16:29:19 +00:00
Pavel Janík
c2e6c8d1c3 (nslookup-font-lock-keywords): Defvar font-lock variables to prevent
warning from byte-compiler.
Add Keyword to actually get listed in finder.
2002-01-06 15:11:24 +00:00
Pavel Janík
aed3fbc387 Remove unnecessary whitespaces. 2002-01-06 15:08:06 +00:00
Pavel Janík
82d72d650c (top-level): Use eudc-xemacs-p instead of string-match on emacs-version
again.
2002-01-06 15:06:14 +00:00
Pavel Janík
bae297c2a0 (eudc-attribute-display-method-alist): Use proper attribute name labeledUri
instead of deprecated labeledUrl.
2002-01-05 23:36:20 +00:00
Pavel Janík
6d44acf95d Doc fix. 2002-01-05 23:28:03 +00:00
Pavel Janík
665e6193d0 (eudc-bob-can-display-inline-images)
(eudc-bob-display-jpeg): Use fboundp instead of boundp.
(eudc-bob-save-object): Make the buffer unibyte.
(eudc-bob-generic-keymap): Add new keybinding `!' to pipe the object to
external program.
2002-01-05 18:54:53 +00:00
Pavel Janík
082d147b66 (eudc-edit-hotlist): Avoid error when editing an empty hotlist. 2002-01-05 18:51:11 +00:00
Pavel Janík
91fc6577b0 (eudc-external-viewers): Do not use xv, it is not free. 2002-01-05 18:43:58 +00:00
Pavel Janík
590a6e6c11 (ldap-search-internal): Make the buffer unibyte.
Use buffer-string instead of buffer-substring for the whole buffer.
2002-01-05 18:42:52 +00:00
Pavel Janík
748f3bf389 Doc fix. 2002-01-04 07:59:46 +00:00
Pavel Janík
c69b943f41 (ldap-host-parameters-alist): Remove duplicated entry.
(ldap-ignore-attribute-codings): Change the default value to allow
encoding/decoding of attributes.
(ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
2002-01-04 07:18:10 +00:00
Pavel Janík
cdc51589d5 (ange-ftp-shell-command): Remove port specification from the hostname. 2002-01-03 08:39:44 +00:00
Richard M. Stallman
8839c4a651 (ange-ftp-insert-directory): Explicitly follow symlinks. 2001-12-29 02:50:51 +00:00
Richard M. Stallman
1d0653f8b6 (ange-ftp-allow-child-lookup): Always return nil.
This fixes a bug that treated all files as directories.
2001-12-29 00:46:26 +00:00
Richard M. Stallman
cf3b69c44c (ldap-search-internal): Handle <file://...> in results. 2001-12-28 06:29:37 +00:00
Pavel Janík
ad21495fd3 Fix previous change. 2001-12-25 10:43:25 +00:00
Richard M. Stallman
96c01bd4e3 (ftp-mode-abbrev-table): Don't define it.
(nslookup-mode-abbrev-table): Don't define it.
(smbclient-mode-abbrev-table): Don't define it.
(ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
(nslookup-mode, smbclient-mode): Likewise.
(network-connection-service-abbrev-alist): Variable deleted.
(network-connection-mode-setup): Don't set up abbrev table.
2001-12-24 20:18:36 +00:00
Richard M. Stallman
b52e05e242 (ange-ftp-file-modtime): Use save-match-data. 2001-12-21 23:57:20 +00:00
Pavel Janík
49f7ba471e (webjump-builtin): Remove dot at the end of sentence in error call. 2001-12-11 07:01:35 +00:00
Pavel Janík
283b4456b9 (zone-mode): Don't use make-local-hook. 2001-12-11 06:52:33 +00:00
Richard M. Stallman
1d5d41231f (browse-url-galeon-new-window-is-tab): New var.
(browse-url-galeon): Use that variable.
2001-11-25 00:04:41 +00:00
Richard M. Stallman
7f61a9ee15 Support Mozilla and Galeon.
By default, find the installed browser whichever it is.
(browse-url-mozilla): New function.
(browse-url-mozilla-sentinel): New function.
(browse-url-galeon, browse-url-galeon-sentinel): New functions.
(browse-url-default-browser): New function.
(browse-url-process-environment): Use browse-url-browser-display.
(browse-url-browser-display): Renamed from browse-url-netscape-display.
(browse-url-mozilla-startup-arguments, browse-url-galeon-program)
(browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
(browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
(browse-url-browser-function): New default, new options.
2001-11-19 19:12:31 +00:00
Richard M. Stallman
9d551c66b1 (network-connection-service-abbrev-alist): New variable. 2001-11-19 06:24:36 +00:00
Gerd Moellmann
cfc3aed3fe (ange-ftp-send-cmd): Call fix-name-func for
`mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
2001-10-27 07:53:11 +00:00
Stefan Monnier
67f300f817 (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
Use with-current-buffer.
(ange-ftp-cd): New arg `noerror' to prevent signalling an error.
(ange-ftp-send-cmd): If a `cd' is used (because of a space in the
filename), catch any error that occurs in `ange-ftp-cd'.
If an error happened, don't bother sending `cmd' at all.
Fix a parenthesis typo.
(ange-ftp-write-region): Don't blindly use binary if the remote host
is unix-like.
2001-10-13 18:40:46 +00:00
Sam Steingold
b878b8c30a (ange-ftp-copy-files-async): New function for
asynchronous multiple file copying.
2001-10-12 19:16:34 +00:00
Stefan Monnier
138399e684 (goto-address-mail-regexp): Allow + in username. 2001-10-11 23:40:35 +00:00
Gerd Moellmann
d8754ce528 Change ;;; to ;; for outline-minor-mode. 2001-10-05 09:36:02 +00:00
Andreas Schwab
7d685c849a (ange-ftp-skip-msgs): Add 227 and 228 for Long
and Extended Passive Mode, resp.
2001-10-02 21:34:12 +00:00
Eli Zaretskii
299248aa62 Add Keywords header. From Pavel Janik. 2001-08-26 16:36:14 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Pavel Janík
3afbc435ac Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
Stefan Monnier
3432260a6f (remote-compile): Use make-local-variable. 2001-07-16 02:07:12 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Gerd Moellmann
524ac5b25a (ange-ftp-file-modtime): Check a 213 response
from the server for the format we expect.  Don't use it if it
doesn't look like what the Internet draft for FTP extensions
specifies.
2001-07-09 08:58:38 +00:00
Gerd Moellmann
6573d87f38 (ange-ftp-file-modtime): Ignore 226 responses
from the server.  Call encode-time only when we are sure that we
got a 213 response.
2001-07-06 14:03:09 +00:00
Eli Zaretskii
51a91c0910 (browse-url-default-windows-browser): Support
the MS-DOS port when it runs on Windows.
(browse-url-browser-function) [ms-dos]: Default to
browse-url-default-windows-browser.
2001-07-03 12:41:58 +00:00
Eli Zaretskii
d36ca65d65 (quickurl-url-file): Run through convert-standard-filename.
(quickurl-list-populate-buffer): Add help-echo to mouse-highlighted text.
(top level): Update Dave's URL.
2001-06-17 11:47:54 +00:00
Gerd Moellmann
a724ed38f5 (ange-ftp-fix-name-for-vms): Reverse args of
subst-char-in-string.
(ange-ftp-after-parse-ls-hook): New variable.
(ange-ftp-ls): Run that hook.
From Peter Milliken <Peter.Milliken@GTECH.COM>.
2001-05-18 13:21:11 +00:00
Gerd Moellmann
1c66d9fb23 (goto-address-at-point): Deal with URLs
part of which look like email addresses.
2001-05-18 12:50:27 +00:00
Gerd Moellmann
af06f4599d (browse-url-browser-function): Add kde.
(browse-url-kde-program, browse-url-kde-args): New variables.
(browse-url-kde): New function.
2001-05-18 11:27:38 +00:00
Gerd Moellmann
2ca0d5f113 (ange-ftp-write-region): Make sure to record the
last coding system used before calling set-buffer-modified-p
because that function changes last-coding-system.
2001-05-17 11:26:56 +00:00
Gerd Moellmann
74cb6a6248 (browse-url-filename-alist): Allow UNC file
names for MS-Windows and MS-DOS.  From Dan Holmsand
<dan@eyebee.com>.
2001-05-10 11:54:15 +00:00
Gerd Moellmann
67ac0f7ae4 Instead of defining line-beginning-position and
line-end-position a defalias is used for point-at-bol and
point-at-eol.

Added XEmacs compatibility code.
(goto-address-highlight-keymap): Made keybindings XEmacs
compatible.
2001-04-23 10:16:54 +00:00
Gerd Moellmann
408d5219ee (browse-url-new-window-flag): Renamed from
browse-url-new-window-p.
2001-04-18 12:48:36 +00:00
Gerd Moellmann
a84f13fb07 Update copyright notice. 2001-02-20 12:53:12 +00:00
Dave Love
f1f06a6978 (eudc-server, eudc-protocol): Fix :type. 2001-01-17 11:41:05 +00:00
Dave Love
9fbe132705 (browse-url-filename-alist): Avoid backquote
read syntax.
2001-01-02 23:17:24 +00:00
Gerd Moellmann
4b9e6d882e Commentry change, I've moved my web site. 2000-12-21 21:27:11 +00:00
Dave Love
e162f054c4 (ldap) <defgroup>: Add :version. 2000-11-27 23:22:31 +00:00
Miles Bader
1389a414e0 (ange-ftp-file-modtime): Don't use `caddr'. 2000-11-16 06:52:43 +00:00
Gerd Moellmann
0e14fe9f16 (ange-ftp-file-writable-p)
(ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
ange-ftp-process-verbose to nil.
2000-11-16 06:13:09 +00:00
Dave Love
b12057b9d2 (eudc-bob-can-display-inline-images): Use
display-graphic-p.
(eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
and that JPEG is available.
(eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2000-11-15 20:54:15 +00:00
Dave Love
f86f6d1ea5 (browse-url-browser-function): Update
:version.
2000-11-12 00:28:43 +00:00
Dave Love
b12e6de36e (browse-url-browser-function): Use it. 2000-10-07 18:05:28 +00:00
Dave Love
de5552d505 (browse-url-gnome-moz-arguments): New option.
(browse-url-gnome-moz): New function.
Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2000-10-07 17:58:33 +00:00
Dave Love
b57a0405e1 (eudc): Add :version, :link. 2000-10-06 18:56:44 +00:00
Miles Bader
8fb051f967 (nslookup-prompt-regexp, ftp-prompt-regexp)
(smbclient-prompt-regexp): Add usage note to doc string.
(ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
(ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
Use add-hook for adding the comint filter function, and only do so
if it's not already in the global hook list.
(ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
to `make-local-variable'.
(nslookup-font-lock-keywords): Remove prompt entry.
(nslookup): Don't set the process-filter.
(finger): Exit the loop correctly when the regexps list runs out.
(ftp, smbclient, smbclient-list-shares):
Set the real major mode immediately, not after execing.
Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2000-10-06 04:58:36 +00:00
Peter Breton
3478046b5a (nslookup-font-lock-keywords, ftp-font-lock-keywords,
smbclient-font-lock-keywords):  Ignore value of window-system;
always define the keywords
2000-10-05 02:48:41 +00:00
Peter Breton
ddb62bf14a * net/net-utils.el (nslookup-font-lock-keywords,
ftp-font-lock-keywords, smbclient-font-lock-keywords):
Only set if window-system is non-nil
(net-utils-run-program): Returns buffer.
(network-connection-reconnect): Added this function.
2000-10-04 05:43:37 +00:00
Sam Steingold
63900fcf00 (browse-url-file-url): Check for null maps. 2000-09-26 13:05:29 +00:00
Jason Rumney
670a1031e9 (browse-url-filename-alist): Use , not ,@ to add DOS/Windows specific association. 2000-09-12 20:21:39 +00:00
Dave Love
f79538c951 Don't require browse-url. Require thingatpt.
(goto-address-fontify-p, goto-address-highlight-p)
(goto-address-url-face, goto-address-url-mouse-face)
(goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
(goto-address-url-regexp): Use thing-at-point-url-regexp.
(goto-address-fontify, goto-address-at-mouse): Simplify,
(goto-address-at-point): browse-url-url-at-point,
goto-address-find-address-at-point can return nil.
(goto-address-find-address-at-point): Return nil on failure.
2000-08-16 21:28:35 +00:00
Dave Love
3abc9fa14b (browse-url-filename-alist): Add a clause for
Doze and Dog.
(browse-url): Use dolist, not mapcar.
(browse-url-at-point): Check for null url.
(browse-url-event-buffer, browse-url-event-point): Functions
deleted.
(browse-url-at-mouse, browse-url-netscape): Simplify.
2000-08-15 11:17:17 +00:00
Eli Zaretskii
032ebb2999 (nslookup-font-lock-keywords): Don't condition font lock support
on window-system.
(ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
2000-08-01 10:12:00 +00:00
Sam Steingold
9d45313983 Ange-ftp handles the output of the w32-style clients 2000-07-28 16:27:41 +00:00
Sam Steingold
a1f84f6d16 use float-time 2000-07-26 18:44:36 +00:00
Sam Steingold
25759a92ce Get modtime over the net 2000-07-25 23:26:01 +00:00
Dave Love
51107a70f5 (goto-address-fontify): Don't bother with buffer-modified and read-only
stuff -- irrelevant with overlays.  Put an extra property on the
overlays and use it to clean up in case goto-address is re-run.
2000-07-20 17:29:46 +00:00
Gerd Moellmann
12c74386d9 Change maintainer to FSF. 2000-07-18 12:58:36 +00:00
Dave Love
cf6936a48f Change maintainer address. 2000-07-13 19:01:10 +00:00
Sam Steingold
3a8e2ba917 ignore *.elc 2000-06-19 16:16:01 +00:00
Dave Love
28223a7ebc (goto-address-fontify): Use keymap property, not local-map. 2000-06-15 11:43:01 +00:00
Gerd Moellmann
e38427c587 (goto-address): Don't bind C-c RET locally.
(goto-address-highlight-keymap): Bind C-c RET.
2000-06-14 13:37:44 +00:00
Stefan Monnier
aeb1822825 (ange-ftp-vms-delete-file-entry)
(ange-ftp-vms-add-file-entry): Don't quote lambda.
2000-06-12 05:20:23 +00:00
Gerd Moellmann
086d5b8765 (finger-X.500-host-regexps): New user-option.
(finger): If HOST matches a regexp from finger-X.500-host-regexps,
send a query containing USER only, not USER@HOST.
2000-05-30 20:02:22 +00:00
Dave Love
fa59072afd (goto-address-fontify): Add help-echo property. 2000-05-25 18:15:44 +00:00
Gerd Moellmann
a8a3541c8e (ange-ftp-skip-msgs): Include 500 code.for
handling FTP security extensions.
2000-05-12 18:38:28 +00:00
Peter Breton
76540917e1 network-connection-mode is derived from comint-mode
Added network-connection-mode-setup function
Save host and port/service information in local variables
2000-03-30 10:20:29 +00:00
Dave Love
082527febb (browse-url): Re-fix case of
browse-url-browser-function being an alist.
(browse-url): Add :link to defgroup.
2000-03-26 18:34:30 +00:00
Gerd Moellmann
67ba52a6a5 Changed the type of parameter passed to the
function defined by `quickurl-format-function'. Before only the
text of the URL was passed. Now the whole URL structure is passed
and the function is responsible for extracting the parts it
requires.  Changed the default of `quickurl-format-function'
accordingly.
(quickurl-insert): Changed the `funcall' of
`quickurl-format-function' to match the above change.
(quickurl-list-insert): Changed the `url' case so that it makes
use of `quickurl-format-function', previous to this the format was
hard wired.
2000-03-23 13:53:14 +00:00
Dave Love
01f975608a Restore previous use of browse-url-maybe-new-window. 2000-03-22 23:06:18 +00:00
Gerd Moellmann
8749abea43 Moved here from lisp. 2000-03-20 13:12:14 +00:00
Gerd Moellmann
8e3aca3780 (toplevel): Define EUDC menu for Emacs. 2000-01-14 12:00:59 +00:00
Gerd Moellmann
15fc5b2861 (toplevel): Remove autoloaded code installing
menu with easymenu, because that causes build problems.
2000-01-13 14:47:17 +00:00
Gerd Moellmann
feb450e0c4 (eudc-bob-play-sound-at-point): Play sounds
for Emacs.
(eudc-bob-can-display-inline-images): Extend for Emacs.
(eudc-bob-toggle-inline-display): Ditto.
(eudc-bob-display-jpeg): Ditto.
2000-01-13 13:55:49 +00:00
Gerd Moellmann
7970b22996 *** empty log message *** 2000-01-12 20:50:20 +00:00