エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Better cscope interface for emacs
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Better cscope interface for emacs
; -*-Emacs-Lisp-*- ;; Usage:;; M-x bscope-init ;; M-x bscope-find-global-definition ;; comment: ;... ; -*-Emacs-Lisp-*- ;; Usage:;; M-x bscope-init ;; M-x bscope-find-global-definition ;; comment: ;; Because xcscope.el open a new process of "cscope -L" for each a ;; definition, it's wasting time for reloading cscope and reopening ;; database. It's so slow that I can't bear. So I wrote a simple ;; lisp script using "cscope -l" instead. It saved a lot of time ;; without reloading cscope. ;; Thanks