File: README.Debian

package info (click to toggle)
cxref 1.6c-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,608 kB
  • ctags: 2,058
  • sloc: ansic: 18,218; yacc: 2,086; sh: 915; lex: 462; perl: 452; makefile: 418; lisp: 256; cpp: 188; python: 80
file content (15 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cxref for DEBIAN
----------------------

The keybindings in cxref.el have been modified to reserve the sequence
'C-c [a-zA-Z]' for use by the user (please see '(elisp) Coding
Conventions' in the elisp manual).  They now read:

  (define-key c-mode-map "\C-c\C-x\C-f"  'cxref-file-comment)     ;; Control-C Control-F
  (define-key c-mode-map "\C-c\C-xf"     'cxref-function-comment) ;; Control-C f
  (define-key c-mode-map "\C-c\C-xv"     'cxref-variable-comment) ;; Control-C v
  (define-key c-mode-map "\C-c\C-xe"     'cxref-endline-comment)  ;; Control-C e
  (define-key c-mode-map "\C-c\C-xi"     'cxref-inline-comment)   ;; Control-C i


Camm Maguire <camm@enhanced.com>, Tue, 20 Jul 1999 16:41:10 -0400