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

Search maven artifacts in Emacs

Kaoriyaさんの go版を真似て作ってみた リポジトリ https://github.com/syohex/emacs-maven-search イメージ おわりに そもそも mavenが何かわかっておらず, こういうことができて 何が嬉しいのかもよく分かっていません. なのでこういう風に 使えたら有用に…

Release go-eldoc 0.21

I released go-eldoc 0.21. I fixed issue that go-eldoc cannot highlight types of return value of function which has map type argument. Example code is here. package main import ( "github.com/typester/go-pit" ) func main () { profile, err :=…

Improve replacement commands

Emacsはデフォルトでは置換時すべて小文字で入力した場合, 大文字/小文字を 無視して検索して置換します. このとき元の文字列の大文字/小文字の 情報は保持されますが, emacs-anzuではその保持されているはずの 情報を無視して置換後の文字列をすべて小文字…