windows

Unsupported version number [51.0] for class format

http://yusukezzz.net/blog/archives/2149を参考に、ホイホイと最新の JDK とか入れていざコンパイルしてみると以下の様なエラーが発生するかもしれない。 [trace] Stack trace suppressed: run last HelloScala/android:proguard for the full output. [err…

VMWare Fusion 5 + Windows7 で三本指スワイプでブラウザバックとか

Better Touch Tool で設定できる。 Application に VMWare Fusion を選択して、Track Pad ジェスチャの設定で、「Three Finger Swipe Left」に「Cmd+←」、「Three Finger Swipe Right」に Cmt+→」を割り当てる。

howm の todo とかを growl で通知(手動登録)@Windows

elisp growl-notifyが必要 (require 'parse-time) (defvar howm-notify-before-min 5) (defvar howm-notify-title "予定の通知") (defun howm-growl-notify () (interactive) (let* ((line (thing-at-point 'line)) (time (parse-time-string line)) (sec (f…

Emacs と growlnotify@windows

elisp (defvar growl-program "growlnotify") (defvar growl-notify-icon (concat data-directory "images/icons/hicolor/128x128/apps/emacs.png")) (defvar growl-notify-application-name "Emacs") (defun growl-notify (title message) (interactive) (c…

いまさら flyspell を動かした

参考 よしいずの雑記帳 Windows XPにおけるispell for Win32のセットアップ作業のメモ 【Proton.jp】 ispellの設定と利用法 本文 ispell 入れなきゃいけないのかと思ったら aspell でいいのね。cygwin にくっついてきていたので emacs の設定だけで動いた。 …

windows で magit を使いはじめるまで

参考 magit - メモ用なWiki - livedoor Wiki(ウィキ) 本文 落としてくる Downloads · magit/magit make とか持って無いし要はバイトコンパイルするだけのようなので、下のようなのをでっちあげる ;; M-x eval-buffer (setq load-path (cons (expand-file-n…

ウインドウ最大化トグルコマンド

http://www.bookshelf.jp/2ch/software/1005469775.html#808 ;; フレームサイズをトグルで切り替え (setq my-frame-max-flag nil) (defun my-toggle-frame-size () (interactive) (if my-frame-max-flag (progn (w32-send-sys-command 61728);; 最大化を元に…

auto-install でエラー

error in process filter: eq: Wrong type argument: listp, "*auto-install http://www.emacswiki.org/cgi-bin/emacs?action=index;raw=1 *" error in process filter: Wrong type argument: listp, "*auto-install http://www.emacswiki.org/cgi-bin/emacs…

nadoka さん複数起動

IRC で複数の BOT と、あと普通に使う用にひとつ、別々の rc ファイルで nadoka を起動している。 毎回手で起動するのが面倒なので以下のようなバッチファイルを書いた。 @echo off start /B ruby /nadoka/nadoka.rb --rc hogerc start /B ruby /nadoka/nado…

SendTo に emacslclientw.exe へのショートカットを入れた

emacsclient.exe -n -c へのショートカットを送るメニューに入れると捗る。

Windows 上で Emacs 23.1 with IME patch 構築の記録

参考 Windows 上での Emacs コンパイル - とりぷる ぷぅ Emacs 23.1 の IME patch を当てる - とりぷる ぷぅ 補足 gnu ライブラリ群はMinGW直下にインストール emacs/configure.bat, emacs/nt/configure.bat ともに改行コードを lf にしておくこと リンク集 …

「プログラムから開く」の一覧に表示されないとき

「プログラムから開く」で参照から選択しても一覧に追加されないことがある。そういう時はだいたい、マイドキュメントの場所を移したとかでレジストリ内のパス情報と実情が食い違っている。 そこで、レジストリエディタでそのプログラムの実行ファイル名を検…