| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
rlogin, rlogin-directory-tracking-mode: use rlogin-remote-user,
not rlogin-user.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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): Handle that.
|
| |
|
|
|
|
| |
let comint and ange-ftp know about the correct home directory.
|
|
|
|
|
|
|
|
| |
(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-send-Ctrl-D): New function, on C-c C-d.
|
|
|
|
| |
rlogin-initially-track-cwd.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
not comint-filename-prefix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|