7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

helm-swoop.el 変更点 2015年11月

Posted at

helm内蔵になったmigemoへの切り替え

helm自体がhelm-migemo.elなしにmigemoを扱えるようになりました。日本人ではない方がメンテされているので不安は残りますが、その方向に合わせました。

(helm-migemo-mode 1)

migemo/cmigemoコマンドは入っているものとして、
Emacs側の設定はこれだけです。

Fuzzy match (曖昧検索) への対応

海外のユーザーはfuzzy matchingが好きなようで要望が多く来ていました。
自動補完に関しては私もFuzzy無しには耐えられないほど慣れてしまっています。
しかし、これをバッファ内容に適用すると微妙でして、さらにデフォルトでONにしていたため無用に混乱を招く結果となりました。

現在はデフォルトでOFFです。試してみたい方は以下の設定で有効にできます。

(setq helm-swoop-use-fuzzy-match t)

anything-swoop.el

上記のような機能はありませんが、変更の多いhelm.elに比べて安定したanything.elでも使えるようにしたものがanything-swoop.elです。

:link: https://github.com/ShingoFukuyama/anything-swoop

ほぼ関数名を置き換えただけで動作確認をあまりしていないため、現在GitHubに置いてあるだけです。

swoop.el

helmにもanythingにも依存しないものも一応はあります。

:link: https://github.com/ShingoFukuyama/emacs-swoop

使い勝手やパフォーマンスが異なるのであまりオススメしていません。

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?