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

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

Re: always local shell?


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

> stay tuned for the O(1) solution ...

(defun shell-local-2 ()
  (interactive)
  (let ((buf (get-buffer "*Messages*")))
    (when (bufferp buf)
      (set-buffer buf)
      (shell) )))
(defalias 'sh #'shell-local-2)

?

PS. Why don't you stop delaying my messages?

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




reply via email to

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