summaryrefslogtreecommitdiff
path: root/lisp/telnet.el
Commit message (Collapse)AuthorAgeFilesLines
* (telnet-initial-filter): Temporarily go to proper buffer.Richard M. Stallman1997-09-081-13/+15
|
* (telnet-host-properties): Initialize it properly.Richard M. Stallman1997-08-091-1/+1
|
* (telnet): Handle multiple telnet programs better.Richard M. Stallman1997-07-261-5/+22
| | | | (telnet-host-properties): New variable.
* (telnet-mode): Add a mode-class property.Richard M. Stallman1997-05-051-0/+2
|
* (telnet-initial-filter): Fix error message.Richard M. Stallman1997-01-081-12/+13
| | | | Bind case-fold-search to t.
* Update FSF's address.Erik Naggum1996-01-141-3/+4
|
* (rsh): Name the buffer *rsh-HOST*.Richard M. Stallman1995-03-131-3/+3
|
* Fix typos in previous change.Richard M. Stallman1995-03-121-2/+2
|
* (rsh, telnet): Use pop-to-buffer.Richard M. Stallman1995-03-121-4/+8
| | | | | (same-window-regexps): Add elt to match *telnet-...* and *rsh...* with or without <N> at end.
* (rsh): Use new global remote-shell-program.Karl Heuer1995-01-181-6/+1
|
* (telnet): Don't make assumptions about process name.Richard M. Stallman1994-12-071-4/+6
| | | | (telnet-send-process-next-char): Renamed from send-...
* (telnet-mode-map): Inherit from comint-mode-map.Richard M. Stallman1994-09-181-1/+1
|
* (telnet): Use name *telnet-HOST*, not *HOST-telnet*.Richard M. Stallman1994-09-181-2/+2
|
* (telnet-program): New variable.Richard M. Stallman1994-09-151-3/+6
| | | | | | (telnet): Use telnet-program. (rsh-program): Renamed from telnet-rsh-program. (rsh): Use new name.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (telnet-initial-filter, read-password): Don't unnecessarily duplicate comintKarl Heuer1994-04-081-12/+3
| | | | functionality.
* (telnet-maximum-count): Doc fix.Karl Heuer1994-03-181-1/+1
|
* (telnet): Use chars in comint-delimiter-argument-list.Richard M. Stallman1994-03-021-1/+1
|
* (telnet): Fix previous change--tentative ideaRichard M. Stallman1994-01-101-1/+0
| | | | wasn't fully removed.
* (telnet): Use comint-arguments.Richard M. Stallman1993-12-241-1/+2
|
* (telnet): Use comint-canonicalize-args.Richard M. Stallman1993-12-241-0/+1
|
* (telnet-filter): Rewrite, taken mostly from Lucid.Richard M. Stallman1993-12-231-23/+25
| | | | | | (telnet-prompt-pattern) (telnet-check-software-type-initialize): Don't let `telnet-prompt-pattern' match more than one line.
* (telnet-rsh-program): New variable.Richard M. Stallman1993-11-231-3/+8
| | | | | (rsh): Use it. (telnet-count): Now buffer-local.
* (rsh): Add `host' to args passed to make-comint.Brian Fox1993-10-051-1/+1
|
* (telnet): If we already have a telnet to HOST, just switch buffers.Richard M. Stallman1993-08-031-13/+16
|
* (telnet-simple-send): New function.Richard M. Stallman1993-06-081-0/+7
| | | | (telnet): Arrange to use that.
* Commentary added.Eric S. Raymond1993-04-231-7/+34
| | | | | | (telnet): Doc fix. (rsh): Added entry point for rsh to remote host, per suggestion by Michael McNamara <mac@ardent.com>. No change to any other code.
* Doc fix.Christopher Zaborsky1992-11-101-4/+4
|
* (telnet): Do erase-buffer after the initial output.Richard M. Stallman1992-10-161-1/+1
|
* (telnet): Wait for telnet output before sending `open'.Richard M. Stallman1992-10-151-0/+2
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-141-1/+6
|
* *** empty log message ***Jim Blandy1992-06-101-4/+9
|
* *** empty log message ***Eric S. Raymond1992-05-301-0/+3
|
* *** empty log message ***Jim Blandy1992-03-161-2/+3
|
* *** empty log message ***Jim Blandy1992-02-211-2/+2
|
* *** empty log message ***Jim Blandy1991-05-091-0/+1
|
* Initial revisionroot1990-02-071-0/+180