.emacs-my
changeset 923 e2c69e1c4642
parent 922 b0636498a974
child 924 3e398de9b2c1
equal deleted inserted replaced
922:b0636498a974 923:e2c69e1c4642
   368 
   368 
   369 (ansi-color-for-comint-mode-on)
   369 (ansi-color-for-comint-mode-on)
   370 
   370 
   371 (setq explicit-bash-args '("-i"))
   371 (setq explicit-bash-args '("-i"))
   372 (setq explicit-sh-args '("-i"))
   372 (setq explicit-sh-args '("-i"))
       
   373 
       
   374 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
   375 (message "term")
       
   376 
       
   377 (defun my-term-send-forward-word () (interactive) (term-send-raw-string "\ef"))
       
   378 (defun my-term-send-backward-word () (interactive) (term-send-raw-string "\eb"))
       
   379 (define-key term-raw-map [C-left] 'my-term-backward-word)
       
   380 (define-key term-raw-map [C-right] 'my-term-forward-word)
   373 
   381 
   374 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   382 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   375 (message "whitespaces")
   383 (message "whitespaces")
   376 
   384 
   377 (setq default-indicate-empty-lines t)
   385 (setq default-indicate-empty-lines t)