emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Obsolence of rlogin.el


From: Michael Albinus
Subject: Obsolence of rlogin.el
Date: Wed, 21 Mar 2018 14:10:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Hi,

I propose to mark rlogin.el as obsolete in Emacs 27. We don't need its
functionality any longer.

It's major functionality, an interactive shell on a remote host, is
available by a combination of Tramp (a remote default-directory), and
the `shell' command.

The other unique feature of rlogin.el, tracking directory changes, works
for local files in shell.el, and it works partly for remote files. In
rlogin.el it doesn't work proper, because remote files (for example in
compilation-minor-mode) are accessed by ange-ftp.

Instead of reworking rlogin.el it looks more promising to polish shell.el.
 
There is also the comment in rlogin.el:
 
;; FIXME?
;; Maybe this file should be obsolete.
;; https://lists.gnu.org/r/emacs-devel/2013-02/msg00517.html
;; It only adds rlogin-directory-tracking-mode.  Is that useful?

Comments?

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]