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本立ては イヤだ

evernote から読み込みできるソフトは?2012/04/02 08:15

初代のipadとnew ipadが手に入った。さて 困ったのは

文書のクラウド化、mac,windowsなどは text形式とか形式合わせてevernote,dropboxで保存しておけば同期がとれた

dropbox 連携のアプリあるが (plaintextとかtextasticとかだけですが)

evernoteからの読み込みソフトは なかなか見つからない

7notes ぐらいかな それでも PDFとか付いているとNG

mac jquery 1.7.2 build2012/04/03 08:34

mac Lionにjquery 1.7,2 入れてみました

まずgitで持ってきた
git clone git://github.com/jquery/jquery.git

cd jqueryにいって
README.mdを読む
使うのにDBが必要だとって macだと MAMPあたりと
>>- Mac: [MAMP download](http://www.mamp.info/en/index.html)

buildするのにGnu makeとnodes必要って書いてあった

>>What you need to build your own jQuery
>>--------------------------------------
>>
>>In order to build jQuery, you need to have GNU make 3.8 or later, Node.js 0.4.12 or later, and git 1.7 or later.node
>>とか必要
でmakeしたら 出来たみたい
----以下make
jquery butcher$ make
Submodule 'src/sizzle' (git://github.com/jquery/sizzle.git) registered for path 'src/sizzle'
Submodule 'test/qunit' (git://github.com/jquery/qunit.git) registered for path 'test/qunit'
Cloning into 'src/sizzle'...
remote: Counting objects: 1497, done.
remote: Compressing objects: 100% (551/551), done.
remote: Total 1497 (delta 950), reused 1407 (delta 873)
Receiving objects: 100% (1497/1497), 540.64 KiB | 263 KiB/s, done.
Resolving deltas: 100% (950/950), done.
Submodule path 'src/sizzle': checked out 'fe2f618106bb76857b229113d6d11653707d0b22'
Cloning into 'test/qunit'...
remote: Counting objects: 1784, done.
remote: Compressing objects: 100% (1018/1018), done.
remote: Total 1784 (delta 870), reused 1653 (delta 761)
Receiving objects: 100% (1784/1784), 302.59 KiB | 126 KiB/s, done.
Resolving deltas: 100% (870/870), done.
Submodule path 'test/qunit': checked out '0712230bb203c262211649b32bd712ec7df5f857'
Building selector code from Sizzle
Building ./dist/jquery.js
Minifying jQuery ./dist/jquery.min.js
Checking jQuery against JSHint...
JSHint check passed.
jQuery Size - compared to last make
252881 (-) jquery.js
94840 (-) jquery.min.js
33648 (-) jquery.min.js.gz
jQuery build complete.

RiakとHBase、MongoDB、Neo4J、Redis2012/04/04 07:57

Riakは erlangが分かっていた方がよさそう

HBaseはHadoopか

どっちも 使ってみたが ベースを勉強しないとダメ臭いな

日本語の情報も出てきたので 調査開始

使ってみたいが windowsのVM環境で 一応

ホストOSとゲストOSで分散環境を作ることになりそう

今年の夏の節電対策までになんとか

あとMongoDB、Neo4J、Redisも動かしてみようかな

木星データでも整理してみるか