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

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

Re: the dumb Emacs terminal


From: Emanuel Berg
Subject: Re: the dumb Emacs terminal
Date: Mon, 11 Jul 2016 00:46:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

John Mastro <john.b.mastro@gmail.com> writes:

> in/with the *shell* buffer just like any
> "normal" buffer.

(define-key term-mode-map "\C-a"  #'term-send-home)

(defun terminator ()
  (interactive)
  (set-buffer (make-term "terminal" (getenv "SHELL")))
  (term-mode)
  (term-line-mode)
  (switch-to-buffer "*terminal*") )

-- 
underground experts united .... http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic ......... http://user.it.uu.se/~embe8573/blogomatic
                   - so far: 56 Blogomatic articles -                   


reply via email to

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