Changes between Initial Version and Version 1 of Vine5/FAQ


Ignore:
Timestamp:
2009/08/27 00:54:06 (15 years ago)
Author:
munepi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Vine5/FAQ

    v1 v1  
     1= Vine Linux 5 の FAQ = 
     2 
     3== やてふの環境(begin 型コマンド)入力支援の挙動が以前と違う == 
     4 
     5以前の挙動は、begin 型コマンドの入力支援はショートカットになっていました。 
     6 
     7vine-default のやてふの設定では、 
     8begin 型コマンドの入力支援を「補完」にしています。 
     9これを「ショートカット」へ変えたい場合は、 
     10~/.emacs.el の適当な場所に以下を追加して下さい。 
     11 
     12{{{ 
     13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
     14;; やてふの追加設定 
     15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
     16 
     17(add-hook 'after-vine-default-setup-hook 
     18          (lambda () 
     19            (setq YaTeX-no-begend-shortcut nil);; t: 補完, nil: ショートカット 
     20            )) 
     21}}} 
     22 
     23- http://ml.vinelinux.org/vine-users/msg29470.html 
     24- http://ml.vinelinux.org/vine-users/msg29472.html