トップ «前の日記(2006-03-21) 最新 次の日記(2006-03-23)» 編集

muneda's diary


2006-03-22 雨が降ったがサクラはさらに花開く [長年日記]

_1 cscope

となりのプロジェクト方が使っていて便利そうだったのでチャレンジ.

cscopeをインストールし,.emacsに以下を追加.

(if (file-exists-p (expand-file-name "/usr/share/emacs/site-lisp/50xcsope-gentoo.el"))
   (load (expand-file-name "/usr/share/emacs/site-lisp/50xcscope-gentoo.el") nil t nil))
(require 'xcscope)

cscope用のインデックスに含めたいファイルの一覧を,cscopeを実行するディレクトリにcscope.fileとして保存する.

% find -type f -name '*.[ch]' > cscope.files

cscopeの初回起動時にインデックスcscope.outを作成する.あとはコマンドから,もしくは, emacsから使う.

取りあえず使いそうなのは,

C-c s sFind symbol.
C-c s dFind global definition.
C-c s gFind global definition (alternate binding).
C-c s cFind functions calling a function.
C-c s CFind called functions (list functions called from a function).
C-c s tFind text string.
C-c s eFind egrep pattern.
C-c s fFind a file.
C-c s iFind files #including a file.
C-c s nNext symbol.
C-c s pPrevious symbol.

_2 祝☆二ヶ月

花子が産まれて今日で二ヶ月.2月が短いってのもあったかも知れんが相変わらず早い.花子は日に日に成長が見られてうれしい限り.

今月は

  • ベビーカーデビュー
  • 麦茶デビュー
  • じっと一カ所を見られるようになってきた

かな.最近あれしたいこれしたいと想像することが多くなってきた.三ヶ月目は何ができるようになるんだろうか.スゴい楽しみ.

Tags: Life

過去の日記
2002|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|05|06|
トップ «前の日記(2006-03-21) 最新 次の日記(2006-03-23)» 編集