help-gnu-emacs
[Top][All Lists]
Advanced

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

always local shell?


From: Emanuel Berg
Subject: always local shell?
Date: Sun, 24 Apr 2022 02:36:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

(defun shell-local ()
  (interactive)
  (while (file-remote-p default-directory)
    (bury-buffer) )
  (shell) )
(defalias 'sh #'shell-local)

If not a single file is local, it'll be an endless loop!

But OTOH if you rely that exclusively on remote files ... why
ever would you like the shell to always be local?

Still ... one suspects one could do it better ...
stay tuned for the O(1) solution ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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