rlogin-directory-tracking-mode

rlogin-directory-tracking-mode is a variable defined in `rlogin.el'.
Its value is
local

  • Automatically becomes buffer-local when set.

Documentation:
Control whether and how to do directory tracking in an rlogin buffer.

nil means don't do directory tracking.

t means do so using an ftp remote file name.

Any other value means do directory tracking using local file names.
This works only if the remote machine and the local one
share the same directories (through NFS). This is the default.

This variable becomes local to a buffer when set in any fashion for it.

It is better to use the function of the same name to change the behavior of
directory tracking in an rlogin session once it has begun, rather than
simply setting this variable, since the function does the necessary
re-synching of directories.

You can customize this variable.