2014-02-01から1ヶ月間の記事一覧

helm-gtagsに色が付きました

helm-ag同様に helm-gtagsにも色がつきました リポジトリ https://github.com/syohex/emacs-helm-gtags イメージ おわりに 問題があれば github issuesまでお願いします.

helm-agに色が付きました

今更ですが, helm-agのファイル名と行番号に色が 付きました. リポジトリ https://github.com/syohex/emacs-helm-ag イメージ おわりに 問題があれば github issuesまでお願いします.

デフォルトの設定値に関する考察

設定ファイルで明示的に指定されなかったパラメータに関する考察 問題 Go以外の多くの言語の場合, JSONを decodeしたとき、ハッシュ(map, dictinary)や 専用のオブジェクトが返ってくるので, そのオブジェクトを見れば明示的に指定されなかった パラメータが…

rebuild.fmの Emacsクライアントを書きました

http://rebuild.fm/ rebuild.fmの Emacsクライアントを書いてみました. 最近はメンテナンスばっかりやっていたので, 新規にスクラッチから 何か書いてみたかったというのが主な動機です. リポジトリ https://github.com/syohex/emacs-rebuildfm 機能 helm in…

emamuxの補完入力の改善

http://shibayu36.hatenablog.com/entry/2014/02/10/174424 を見て, そういえば emamuxなる emacsと tmuxの連携ツールを 書いたなぁと思って見返したところ, 補完が completing-readしか できなかったので, ido, helmでも補完できるようにしてみました. リポ…

M-(の挙動を改善する

insert-parenthesesというデフォルトで "M-("にバインドされている コマンドがあります. "M-("と入力すると "()"を挿入, "M-1 M-("の ようにすると現在位置と 1単語分進んだ位置を括弧で囲うという挙動です. M-2, M-3とするとそれだけの単語分進んだ位置を囲…

coffee-mode supports using tabs instead of spaces

coffee-mode users can use only spaces. Now coffee-mode supports using tabs. Repository https://github.com/defunkt/coffee-mode Setting Set coffee-indent-tabs-mode to non-nil if you want to use tabs instead of spaces (custom-set-variables '(…

anzu.el 0.30をリリースしました

anzu-replace-at-cursor-thingというコマンドを追加しました. これはユーザへ確認を行わずに置換を行うコマンドです. anzu-query-replace-at-cursor-thingの問い合わせなし版です. また置換後カーソルを元の位置に戻すようにしたのでリファクタリングでの 変…

Fix source map issue

I fixed source map issue of coffee-mode. Wrong source map files is generated when compile commands (such as coffee-compile-file) are executed, if you specified source map option(-m) to 'coffee-args-compile'. https://github.com/defunkt/coff…