summaryrefslogtreecommitdiff
path: root/lisp/rlogin.el
Commit message (Collapse)AuthorAgeFilesLines
* rlogin-tab-or-complete: insert tab in buffer, don't send directly to process.Noah Friedman1995-01-101-6/+6
| | | | | rlogin, rlogin-directory-tracking-mode: use rlogin-remote-user, not rlogin-user.
* Removed several more gratuitous autoload cookies.Noah Friedman1995-01-101-70/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | rlogin-initially-track-cwd: Variable deleted. rlogin-directory-tracking-mode: New variable and function. Default to 'local. rlogin-host, rlogin-remote-user: New variables. rlogin: Set them appropriately. rlogin-mode-map: Copy shell-mode-map fully if not a list (in lucid emacs, keymaps are opaque objects). rlogin-tab-or-complete: New function. Bind C-i to it. rlogin-carriage-filter: New function. rlogin: Add it to comint-output-filter-functions. rlogin-parse-words: New function. rlogin: Make buffer name "*rlogin-USER@HOST* if remote user differs from local. Simplify initialization of local variables, using rlogin-parse-words. Do not call comint-mode directly. Doc fixes.
* (rlogin-initially-track-cwd): Now a 3-way flag.Richard M. Stallman1994-12-081-14/+22
| | | | (rlogin): Handle that.
* (rlogin): Doc fix.Richard M. Stallman1994-10-031-2/+9
|
* * rlogin.el (rlogin): recognise the `-l user' option to rlogin andFrancesco Potortì1994-09-191-11/+23
| | | | let comint and ange-ftp know about the correct home directory.
* (rlogin-password-paranoia): Variable deleted.Noah Friedman1994-06-161-61/+5
| | | | | | | | (rlogin-password): Function deleted. This functionality is handled by comint-watch-for-password-prompt. (rlogin-filter): Function deleted. (rlogin): Do not set the process filter to rlogin-filter.
* (rlogin-delchar-or-send-Ctrl-D): Call rlogin-send-Ctrl-D. Doc fix.Roland McGrath1994-02-051-4/+4
|
* Removed many extra autoload cookies.Roland McGrath1994-02-051-9/+7
| | | | (rlogin-send-Ctrl-D): New function, on C-c C-d.
* Remove spurious comment between autoload cookie and defvar forNoah Friedman1993-12-011-2/+1
| | | | rlogin-initially-track-cwd.
* (rlogin-filter): initialize `region-begin' to (marker-position proc-mark),Noah Friedman1993-12-011-16/+7
| | | | | | | | not just (point), whatever random value that may be. Put bindings for `proc-mark', `region-begin', and `window' in separate setq forms. In determining whether window-start readjustment is needed, do not examine scroll-step; it is irrelevant.
* (rlogin, rlogin-mode): Use comint-file-name-prefix,Richard M. Stallman1993-10-221-3/+3
| | | | not comint-filename-prefix.
* (rlogin-initially-track-cwd): New variable.Noah Friedman1993-10-181-42/+44
| | | | | | | | | | | | | | (rlogin): Use it to determine whether enable directory tracking via ange-ftp. (rlogin-mode): Make `comint-filename-prefix' local here. (rlogin): Arguments to function are now a string with multiple words (hostname first) and an optional prefix. (rlogin-with-args): Function deleted. (rlogin): Set process filter after calling `rlogin-mode' since the latter called `comint-mode', which sets its own initial process filter.
* require 'shellNoah Friedman1993-09-091-0/+1
|
* (rlogin): After rlogin-mode, set comint-filename-prefix locally to indicateRoland McGrath1993-09-081-8/+11
| | | | | | the host, and cd to /HOST:~/. (rlogin-mode-map): Start with (cons 'keymap shell-mode-map), rather than with a full copy of comint-mode-map.
* *** empty log message ***Noah Friedman1993-05-221-18/+26
|
* *** empty log message ***Noah Friedman1993-04-161-50/+73
|
* *** empty log message ***Noah Friedman1993-03-281-1/+2
|
* *** empty log message ***Noah Friedman1993-03-281-29/+91
|
* moby rlogin-filter fixesNoah Friedman1993-03-271-18/+29
|
* Added or corrected Commentary headersEric S. Raymond1993-03-221-22/+26
|
* Added keyword.Eric S. Raymond1993-03-191-1/+1
|
* Add standard library headers.Eric S. Raymond1993-03-171-4/+9
|
* Initial revisionEric S. Raymond1993-03-171-0/+111