aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/net-utils.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (nslookup-font-lock-keywords): Defvar font-lock variables to preventPavel Janík2002-01-061-117/+66
| | | | | warning from byte-compiler. Add Keyword to actually get listed in finder.
* Fix previous change.Pavel Janík2001-12-251-2/+2
|
* (ftp-mode-abbrev-table): Don't define it.Richard M. Stallman2001-12-241-44/+4
| | | | | | | | | (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.
* (network-connection-service-abbrev-alist): New variable.Richard M. Stallman2001-11-191-5/+11
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
|
* Update copyright notice.Gerd Moellmann2001-02-201-0/+2
|
* (nslookup-prompt-regexp, ftp-prompt-regexp)Miles Bader2000-10-061-80/+44
| | | | | | | | | | | | | | | | (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'.
* (nslookup-font-lock-keywords, ftp-font-lock-keywords,Peter Breton2000-10-051-37/+34
| | | | | smbclient-font-lock-keywords): Ignore value of window-system; always define the keywords
* * net/net-utils.el (nslookup-font-lock-keywords,Peter Breton2000-10-041-106/+131
| | | | | | | 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.
* (nslookup-font-lock-keywords): Don't condition font lock supportEli Zaretskii2000-08-011-36/+33
| | | | | on window-system. (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
* (finger-X.500-host-regexps): New user-option.Gerd Moellmann2000-05-301-13/+23
| | | | | (finger): If HOST matches a regexp from finger-X.500-host-regexps, send a query containing USER only, not USER@HOST.
* network-connection-mode is derived from comint-modePeter Breton2000-03-301-2/+33
| | | | | Added network-connection-mode-setup function Save host and port/service information in local variables
* Moved here from lisp.Gerd Moellmann2000-03-201-0/+858