Personal tools
You are here: Home blog Mac OS X Tigerの環境設定の続き Comments
Document Actions

Mac OS X Tigerの環境設定の続き

by Kahei Suzuki posted at 2005-05-12 19:24 last modified 2006-09-01 10:50
昨日に引き続いて環境設定中。
まずはMicrosoft Office:mac 2004をインストールするが、アップグレード版だったため古いバージョンのCD-ROMが必要に! それが見つからないのだよ。今日動かすことは断念。なんてこったい。
気を取り直してemacsをインストール。

    まずは銭谷さんのサイトからCarbon Emacsのパッケージをダウンロード。これを解凍してアプリケーションフォルダにコピーすればインストールは終了。
    .emacsは以下の通り。

    ;(global-set-key "\M-?" 'help-command)
    (global-set-key "\C-h" 'delete-backward-char)

    ; Mew
    (autoload 'mew "mew" nil t)
    (autoload 'mew-send "mew" nil t)

    (if (boundp 'read-mail-commmand)
    (setq read-mail-command 'mew))
    (autoload 'mew-user-agent-compose "mew" nil t)
    (if (boundp 'mail-user-agent)
    (setq mail-user-agent 'mew-user-agent))
    (if (fboundp 'define-mail-user-agent)
    (define-mail-user-agent
    'mew-user-agent
    'mew-user-agent-compose
    'mew-draft-send-message
    'mew-draft-kill
    'mew-send-hook))

    (setq mew-imap-trash-folder "%inbox.Trash")

    次に.mew.elを設定。これも以下の通り。

    (setq mew-name "Kahei Suzuki")
    (setq mew-user "kahei-s")
    (setq mew-mail-domain "ascii.co.jp")
    (setq mew-proto "%")
    (setq mew-imap-user "kahei-s")
    (setq mew-imap-server "mail.ascii.co.jp")
    (setq mew-imap-auth nil)
    (setq mew-imap-delete nil)
    (setq mew-imap-size 0)
    (setq mew-smtp-server "mail.ascii.co.jp")
    (setq mew-use-fancy-thread t)

    (defun my-browse-url-at-mouse (event)
    (interactive "e")
    (let ((buf (current-buffer)))
    (browse-url-at-mouse event)
    (pop-to-buffer buf)))

    (define-key mew-message-mode-map [mouse-2] 'my-browse-url-at-mouse)


とりあえず、これでメールが読めるようになった。
でも、Tigerのデフォルト設定だとCtrl-SpaceがSpotlightに割り当てられてしまっているので、これをCommand-Spaceに変更。
あと、Firefoxのブックマークを今まで使っていたマシンからインポートした。
これで、だいたい使えるようになったかな。あとはボチボチ整えていくとしよう。

追記:
mew-dist MLに流れたmouseでURLをクリックした際にカーソルを移動しないというのが便利そうだったので、.mew.elを一部修正。

Category(s)
Mac OS X
The URL to Trackback this entry is:
http://talpa.kahei.org/blog/68/tbping
Add comment

You can add a comment by filling out the form below. Plain text formatting.

(Required)
(Required)
(Required)
(Required)
(Required)
This helps us prevent automated spamming.
Captcha Image