Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ubuntu 9.10にemacs v23.1.1があります。すべてのファイルを表示するようにスピードバーを作成できないようです。ディレクトリのみが表示されます。誰かがこれについて考えを持っていますか?
これは基本的なことのように聞こえるかもしれませんが、スピードバーを右クリックして [すべてのファイルを表示] をオンにしましたか? それ以外の場合は、'g' を押してスピードバー バッファを更新する必要があります。
これは通常手動では設定されませんが、あなたの emacs にはこのようなものがあるはずです。
(custom-set-variables '(speedbar-show-unknown-files t) )