homebrew でemacs 24を入れてみた2012/04/01 06:21

homebrew環境でemacs 24を構築してみた
私の環境のinit.el でpartial-completion-modeが引っかかるので 精査中

$ brew install emacs --cocoa --use-git-head --HEAD --use-gcc
==> Cloning git://git.sv.gnu.org/emacs.git
Cloning into '/Library/Caches/Homebrew/emacs--git'...
remote: Counting objects: 85006, done.
remote: Compressing objects: 100% (37373/37373), done.
remote: Total 85006 (delta 77285), reused 52623 (delta 47170)
Receiving objects: 100% (85006/85006), 157.61 MiB | 254 KiB/s, done.
Resolving deltas: 100% (77285/77285), done.
==> Downloading patches
######################################################################## 100.0%
==> Patching
patching file lisp/term/ns-win.el
Hunk #1 succeeded at 931 with fuzz 1 (offset -332 lines).
patching file src/nsfns.m
Hunk #1 succeeded at 2681 (offset 92 lines).
Hunk #2 succeeded at 2794 (offset 90 lines).
patching file src/nsterm.h
Hunk #1 succeeded at 116 (offset 21 lines).
patching file src/nsterm.m
Hunk #1 succeeded at 797 (offset 111 lines).
Hunk #2 succeeded at 1281 (offset 143 lines).
Hunk #3 succeeded at 1337 (offset 127 lines).
Hunk #4 succeeded at 6065 with fuzz 2 (offset 443 lines).
Hunk #5 succeeded at 6173 (offset 440 lines).
Warning: Using copy_autogen
See https://github.com/mxcl/homebrew/issues/4852
==> autogen/copy_autogen
==> ./configure --prefix=/usr/local/Cellar/emacs/HEAD --without-dbus --enable-lo
==> make bootstrap
==> make install
==> Caveats
Emacs.app was installed to:
/usr/local/Cellar/emacs/HEAD

Command-line emacs can be used by setting up an alias:
alias emacs="/usr/local/Cellar/emacs/HEAD/Emacs.app/Contents/MacOS/Emacs -nw"

To link the application to a normal Mac OS X location:
brew linkapps
or:
ln -s /usr/local/Cellar/emacs/HEAD/Emacs.app /Applications

Because the official bazaar repository might be slow, we include an option for
pulling HEAD from an unofficial Git mirror:

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

There is inevitably some lag between checkins made to the official Emacs bazaar
repository and their appearance on the Savannah mirror. See
http://git.savannah.gnu.org/cgit/emacs.git for the mirror's status. The Emacs
devs do not provide support for the git mirror, and they might reject bug
reports filed with git version information. Use it at your own risk.
==> Summary
/usr/local/Cellar/emacs/HEAD: 3885 files, 118M, built in 16.0 minutes

ーーーーー Versionは 以下の通り
GNU Emacs 24.0.94.1 (i386-apple-darwin11.3.0, NS apple-appkit-1138.32)
of 2012-03-31 on suzuki-juunotto-no-MacBook-Pro.local

emacsだとtextexpanderの入力補完が どこかに消える2012/04/01 10:58

homebrewで作った emacs-24

appで立ち上げて textexpanderでの入力補完がおかしい

入力補完する音がでて 入力された文字と出力された文字が消える

ターミナルモード(emacs -nw)だと ちゃんと補完された文字が入る

????

この場合、何処に問い合わせば 良いんだ???

フリーソフト使っている欠点だが、メールとかでも補完使うので

emacsとtextexpanderの2本立ては イヤだ