summaryrefslogtreecommitdiff
path: root/lisp/rlogin.el
Commit message (Collapse)AuthorAgeFilesLines
* Provide 'rlogin.Noah Friedman1997-06-231-2/+4
|
* (rlogin-mode): Add a mode-class property.Richard M. Stallman1997-05-051-1/+3
|
* (rlogin-process-connection-type): Default to t for solaris 2.x.Noah Friedman1997-04-151-2/+10
|
* Update copyright year.Richard M. Stallman1997-04-121-2/+2
|
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-121-15/+38
|
* (rlogin): add rlogin-carriage-filter to comint-output-filter-functions, notNoah Friedman1996-06-231-2/+2
| | | | ftelnet-carriage-filter.
* (rlogin): make comint-output-filter-functions local before adding hooks.Noah Friedman1996-06-201-13/+19
|
* (rlogin): Doc fix.Richard M. Stallman1996-06-141-4/+7
|
* (rlogin): Call rlogin-mode after adding rlogin-carriage-filter to outputNoah Friedman1996-05-081-2/+3
| | | | filter functions, so user can remove it if desired.
* Update FSF's address.Erik Naggum1996-01-141-9/+12
|
* (rlogin): If `buffer' arg is a buffer object, initialize buffer-name to theNoah Friedman1995-10-271-5/+9
| | | | | | | | buffer name. Set `buffer' to buffer actually created or returned by get-buffer-create. Set `proc' to the process actually in the new buffer, not the process with the name buffer-name; they may not be the same if buffers have bee renamed.
* (rlogin): If optional second arg is buffer or string, use that as name.Roland McGrath1995-06-081-5/+10
|
* (rlogin-history): New defvar.Roland McGrath1995-05-121-2/+5
| | | | (rlogin): Use rlogin-history as history var in read-from-minibuffer.
* (rlogin-directory-tracking-mode): Set shell-dirtrackp, not shell-dirtrack-p.Noah Friedman1995-04-071-5/+5
|
* (rlogin): Use format, not concat, to generate numeric buffer names.Noah Friedman1995-04-071-17/+9
| | | | Do not create a new buffer if process in existing buffer has exited.
* (rlogin): Use pop-to-buffer.Richard M. Stallman1995-03-121-8/+10
| | | | | (same-window-regexps): Add elt to match *rlogin-...* with or without <N> at end.
* (rlogin-carriage-filter): Don't assume region is narrowed to most recentNoah Friedman1995-02-281-19/+20
| | | | output.
* 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