Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cscope/files: 50cscope-gentoo.el digest-cscope-15.6-r2
Date: Fri, 21 Sep 2007 09:50:06
Message-Id: E1IYe9j-0005al-2A@stork.gentoo.org
1 ulm 07/09/21 08:46:35
2
3 Added: 50cscope-gentoo.el digest-cscope-15.6-r2
4 Log:
5 Use autoload for Emacs files (#174469). Other minor fixes.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 dev-util/cscope/files/50cscope-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/files/50cscope-gentoo.el?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/files/50cscope-gentoo.el?rev=1.1&content-type=text/plain
13
14 Index: 50cscope-gentoo.el
15 ===================================================================
16
17 ;;; cscope site-lisp configuration
18
19 (add-to-list 'load-path "@SITELISP@")
20
21 (autoload 'cscope-minor-mode "xcscope")
22 (autoload 'cscope-display-buffer "xcscope"
23 "Display the *cscope* buffer." t)
24 (autoload 'cscope-display-buffer-toggle "xcscope"
25 "Toggle cscope-display-cscope-buffer, which corresponds to
26 \"Auto display *cscope* buffer\"." t)
27 (autoload 'cscope-next-symbol "xcscope"
28 "Move to the next symbol in the *cscope* buffer." t)
29 (autoload 'cscope-next-file "xcscope"
30 "Move to the next file in the *cscope* buffer." t)
31 (autoload 'cscope-prev-symbol "xcscope"
32 "Move to the previous symbol in the *cscope* buffer." t)
33 (autoload 'cscope-prev-file "xcscope"
34 "Move to the previous file in the *cscope* buffer." t)
35 (autoload 'cscope-pop-mark "xcscope"
36 "Pop back to where cscope was last invoked." t)
37 (autoload 'cscope-set-initial-directory "xcscope"
38 "Set the cscope-initial-directory variable." t)
39 (autoload 'cscope-unset-initial-directory "xcscope"
40 "Unset the cscope-initial-directory variable." t)
41 (autoload 'cscope-find-this-symbol "xcscope"
42 "Locate a symbol in source code." t)
43 (autoload 'cscope-find-global-definition "xcscope"
44 "Find a symbol's global definition." t)
45 (autoload 'cscope-find-global-definition-no-prompting "xcscope"
46 "Find a symbol's global definition without prompting." t)
47
48 (defun cscope:hook ()
49 (cscope-minor-mode))
50 (add-hook 'c-mode-hook 'cscope:hook)
51 (add-hook 'c++-mode-hook 'cscope:hook)
52 (add-hook 'dired-mode-hook 'cscope:hook)
53
54
55
56 1.1 dev-util/cscope/files/digest-cscope-15.6-r2
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/files/digest-cscope-15.6-r2?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cscope/files/digest-cscope-15.6-r2?rev=1.1&content-type=text/plain
60
61 Index: digest-cscope-15.6-r2
62 ===================================================================
63 MD5 db87833f90d8267b1fc0c419cfc4d219 cscope-15.6.tar.gz 391223
64 RMD160 b93238d3c91782d032e028abcfde3c2a7491a9c9 cscope-15.6.tar.gz 391223
65 SHA256 6d6461ef402a1d6e42e1cd40e7524c4ed19e79eacef1d83ba4ed680f7bcac5ca cscope-15.6.tar.gz 391223
66
67
68
69 --
70 gentoo-commits@g.o mailing list