From: Kazuo Y. <ky...@mi...> - 2008-07-07 04:51:31
|
Opps. It seems that the patch is removed by mail server. Here. /* PATCH STARTS HERE */ --- xcscope.el.org 2002-04-11 01:59:00.000000000 +0900 +++ xcscope.el 2008-07-07 13:33:10.000000000 +0900 @@ -536,6 +536,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'easymenu) +(require 'hl-line) (defgroup cscope nil @@ -2459,5 +2460,6 @@ file." (add-hook 'c-mode-hook (function cscope:hook)) (add-hook 'c++-mode-hook (function cscope:hook)) (add-hook 'dired-mode-hook (function cscope:hook)) +(add-hook 'cscope-list-entry-hook '(lambda () (hl-line-mode t))) (provide 'xcscope) /* PATCH ENDS HERE */ Regards, - Kazuo YAGI Kazuo YAGI Wrote: > Hi guys, > > This is a very simple patch for "/cscope-15.6/contrib/xcscope/xcscope.el" > to make us easier to show and select in `cscope-list-entry-mode'. > > I've confirmed that the patched xcscope.el works in the environment below. > - GNU Emacs 22.1.1 > - Cscope 15.6 + patched xcscope.el > > I hope you find it informative. > > Thanks for reading, > - Kazuo YAGI > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Cscope-devel mailing list > Csc...@li... > https://lists.sourceforge.net/lists/listinfo/cscope-devel |