The Platinum Searcher (pt) は複数のエンコーディングのテキストファイルが混在する中で素早くファイル中のキーワードを含む行を見つけてくれるツールです。 Emacs 上で pt を使う方法として、pt の README では pt.el が紹介されています。ここではそれを使わずに Emacs 標準機能の M-x grep で使う方法を紹介します。 macOS (require 'grep) (grep-apply-setting 'grep-command "pt --nogroup ") (grep-apply-setting 'grep-use-null-device nil)