2007年10月13日土曜日

.emacs utf8

(require 'un-define)
(set-language-environment 'Japanese)
(prefer-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)
(setq default-buffer-file-coding-system 'utf-8)
(set-buffer-file-coding-system 'utf-8-unix)
(setq file-name-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-clipboard-coding-system 'utf-8)

Alt + Shift

システム -> 設定 -> キーボード
レイアウトオプション -> Group Shift/Lock Behavior
Alt+Shift changes groupのチェックをはずす。

.emacs

.emacs

;C-hをbackspace
(keyboard-translate ?\C-h ?\C-?)

2007年10月12日金曜日

マウスホイールの設定

/etc/X11/xorg.conf
InputDeviceセクション -> Configured Mouse -> Protocol
ps/2からIMPS/2に変える

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2
Option “ZAxisMapping” “4 5″
Option “Emulate3Buttons” “true”
EndSection

プログラムのインストール

Ruby
Ruby on Rails
MySQL
Emacs

Ubuntu Linux 7.04

Ubuntu Japanese Team
http://www.ubuntulinux.jp/

VMware用仮想マシンのダウンロード
ubuntu-ja-7.04-vmware-i386.zip

Vmware Player

Vmware Playerをインストール