Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

いいの作ったので見てください #10

Open
hitode909 opened this issue Feb 14, 2013 · 4 comments
Open

いいの作ったので見てください #10

hitode909 opened this issue Feb 14, 2013 · 4 comments

Comments

@hitode909
Copy link

この前こういうの作りました,どうでしょうか.

Emacsで1ファイルにしか出現していないシンボルをハイライトするやつ - hitode909の日記

@kiwanami
Copy link
Member

ほとんどのアプリがバッファ単体しかみてないところ、プロジェクト内のファイルを調べてくれるというのが良いと思います!

現在地が文字列リテラルかコメントかは、font-lock属性見るとだいたいいけます。↓こんな感じ。

(not (eq (get-text-property (point) 'face) 'font-lock-doc-face))

@hitode909
Copy link
Author

現在地が文字列リテラルかコメントかは、font-lock属性見るとだいたいいけます。

なるほど〜〜〜

@syohex
Copy link
Member

syohex commented Feb 21, 2013

現在地の faceが知りたい場合は (face-at-point)が使えます。

@kiwanami
Copy link
Member

そんなものが。。。
いまだに発見の連続で、まだまだ知らないことが多いです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants