2012年10月19日 星期五

MacPorts 新版 Emacs 已經支援 fullscreen 模式

$ port -qv installed | grep emacs
  emacs-app @24.2_0+fullscreen+inline+patches (active) platform='darwin 12' archs='x86_64'

這一版的 GNU Emacs 已經支援新版 Mac OS 的全屏模式。

雖然 Aquamacs 這個 Mac 特製版 Emacs 已經支援這個模式一陣子了,但我比較喜歡使用 GNU Emacs,到最近的 MacPorts 才讓 GNU Emacs 支援全屏模式模式。

進階設定:如果你想在 .emacs 中控制 Emacs 的初始狀態,可以使用 (ns-toggle-fullscreen) 這個函式來切換全屏模式。另外請記得整個 Emacs frame 高度不能跟 Dock 重疊,否則進入全屏後 minibuffer 可能會有顯示上的問題。可以在 .emacs 中使用 arrange-frame 這個函式先讓目前的視窗小一點,再呼叫 ns-toggle-fullscreen 切進全屏模式。

沒有留言:

張貼留言