gravatar

Aquamacs Emacs (UPDATED)

設定終於搞好了,跟以前在 Solaris/Linux 下用 xemacs 的感覺差不多。只是有些按鍵可以用 apple cmd key 來打,有時候會把需要用 ctrl 跟 cmd 按錯,因為 cmd 按起來比較順手。不過很怪異的是不管 open file 或是切換不同的 buffer,視窗雖然沒變動大小,但是內容總是要 resize & refresh 一下,用起來不是很順暢。(UPDATED) 把 Aquamacs Emacs 特定的 Option Settings 移除掉或是取消,就恢復到原本 Emacs 視窗行為,但是 MacOS X 熱鍵還是能用。像是亂改變顏色、隨便開新視窗、內容refresh等等都消失了。

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(aquamacs-buffer-specific-frame-themes (filter-fonts (quote (
    ("*Help*" (toolbar-lines . 0)) ("*Messages*" (toolbar-lines . 0))))))
 '(aquamacs-customization-version-id 95.5 t)
 '(aquamacs-quick-yes-or-no-prompt-flag t)
 '(one-buffer-one-frame nil nil (aquamacs-frame-setup))
 '(smart-frame-positioning-enforce nil nil (smart-frame-positioning))
 '(smart-frame-positioning-mode nil)
 '(special-display-regexps nil)
 '(tool-bar-mode nil)
 '(transient-mark-mode t))

Tags: , Emacs