Posted by & filed under OS X.

Emacs 24 – Emacs – Convore

% wget --no-check-certificate https://github.com/downloads/hh/emacs/feature-fullscreen.patch

git cloneしたのは、commit b67be8568dd0d92fead31a4ff990d7472498ac56

emacs% patch -p1 < ../feature-fullscreen.patch
patching file lisp/term/ns-win.el
Hunk #1 succeeded at 923 with fuzz 1 (offset -340 lines).
patching file src/nsfns.m
Hunk #1 succeeded at 2567 (offset -22 lines).
Hunk #2 succeeded at 2680 (offset -24 lines).
patching file src/nsterm.h
Hunk #1 succeeded at 97 (offset 2 lines).
patching file src/nsterm.m
Hunk #1 succeeded at 796 (offset 110 lines).
Hunk #2 succeeded at 1268 (offset 130 lines).
Hunk #3 succeeded at 1324 (offset 114 lines).
Hunk #4 succeeded at 5843 with fuzz 2 (offset 221 lines).
patch unexpectedly ends in middle of line
Hunk #5 succeeded at 5951 (offset 218 lines).

~/.emacs.d/init.el
(global-set-key (kbd "M-RET") 'ns-toggle-fullscreen)
(ns-toggle-fullscreen-internal)

Popularity: 7%

Leave a Reply

  • (will not be published)