Procházet zdrojové kódy

emacs.el: my-term-shell-command: Print colorized output

pull/1/head
10sr před 10 roky
rodič
revize
bec09d047f
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el Zobrazit soubor

@@ -2361,8 +2361,10 @@ COMMAND."
(lambda (proc change)
(with-current-buffer (process-buffer proc)
(term-sentinel proc change)
(goto-char (point-max)))))
;; (goto-char (point-max))
(goto-char (point-max))
(fundamental-mode))))
(fundamental-mode)
(goto-char (point-max))
))))
(define-key ctl-x-map ":" 'my-term-shell-command)



Načítá se…
Zrušit
Uložit