mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
Doc fix; don't mention rlogin
* doc/emacs/misc.texi (Remote Host): * doc/misc/eshell.texi (Bugs and ideas): Don't mention rlogin. (Bug#56461)
This commit is contained in:
parent
6f57fb71a5
commit
050252043f
2 changed files with 7 additions and 8 deletions
|
|
@ -1643,11 +1643,11 @@ interface is similar to the @code{more} program.
|
|||
@cindex remote host
|
||||
@cindex connecting to remote host
|
||||
@cindex Telnet
|
||||
@cindex Rlogin
|
||||
@cindex SSH
|
||||
|
||||
You can login to a remote computer, using whatever commands you
|
||||
would from a regular terminal (e.g., using the @command{ssh} or
|
||||
@command{telnet} or @code{rlogin} commands), from a Term window.
|
||||
would from a regular terminal (e.g., the @command{ssh} command), from
|
||||
a Term window.
|
||||
|
||||
A program that asks you for a password will normally suppress
|
||||
echoing of the password, so the password will not show up in the
|
||||
|
|
|
|||
|
|
@ -2077,11 +2077,10 @@ it).
|
|||
|
||||
@item Make the shell spawning commands be visual
|
||||
|
||||
That is, make (@command{su}, @command{bash}, @command{telnet},
|
||||
@command{rlogin}, @command{rsh}, etc.)@: be part of
|
||||
@code{eshell-visual-commands}. The only exception is if the shell is
|
||||
being used to invoke a single command. Then, the behavior should be
|
||||
based on what that command is.
|
||||
That is, make (@command{su}, @command{bash}, @command{ssh}, etc.)@: be
|
||||
part of @code{eshell-visual-commands}. The only exception is if the
|
||||
shell is being used to invoke a single command. Then, the behavior
|
||||
should be based on what that command is.
|
||||
|
||||
@item Create a smart viewing command named @command{open}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue