10
10

More than 5 years have passed since last update.

MacOSXでEmacsを最大化した時に不必要な空白を消す方法

Last updated at Posted at 2013-09-05

MacでEmacs24.3を使い最大化すると上になんか変な20pxぐらいの空白が2個できて
2つ合わせて40pxほどの無駄な領域ができてせっかくのフルスクリーンが悲しい感じになります。

対策

24.3のバグなのでNightly Buildsの24.3.50を使いましょう。

インストール方法

gitのHEADからemacsをインストールすると 24.3.50 が入ります。 (2013-09-05時点)

$ brew install emacs --cocoa --use-git-head --HEAD

今使ってるemacsをリネームして、brewで入れたのをApplicationフォルダにリンク貼っておく

$ mv /Applications/Emacs.app /Applications/Emacs.app.stable
$ ln -s /usr/local/Cellar/emacs/HEAD/Emacs.app /Applications/Emacs.app

後は Applications フォルダにある Emacs.app のショートカットをDockに置いておくとOK。
でもこの方法だと Spotlight からEmacsを呼び出せないのでちょっと困ってます。

参考

osx - Emacs fullscreen on Mountain Lion without Toolbar - Super User
http://superuser.com/questions/597708/emacs-fullscreen-on-mountain-lion-without-toolbar

MacでHomebrewを使ってCocoa Emacsを導入する - @uents diary
http://uents.hatenablog.com/entry/20120303/1330745761

10
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10