开发者

emacs find-tag has trouble with .el.gz files

开发者 https://www.devze.com 2023-01-10 16:44 出处:网络
When I use find-tags, I get the following error: File: /Applications/Emacs.app/Contents/Contents/Resources/lisp/simple.el not found

When I use find-tags, I get the following error:

File: /Applications/Emacs.app/Contents/Contents/Resources/lisp/simple.el not found

simple.el.gz exists and I built TAGS using

(find . -name *.el && find . -name *.el.gz) | etags -

I'm using the following versi开发者_运维百科on of emacs on snow leopard:

"GNU Emacs 23.1.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46) of 2009-07-30 on neutron.local"

Any ideas how to get this to work? Thanks!


Do you have jka-compr enabled? Etags will automatically check for the existence of the compressed versions of files if that is enabled. This is all you need to add to your .emacs:

(require 'jka-compr)
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号