File: README.Debian

package info (click to toggle)
cxref 1.6e-3.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,996 kB
  • sloc: ansic: 16,598; yacc: 2,091; sh: 937; lex: 470; perl: 452; makefile: 433; lisp: 256; cpp: 188; python: 80
file content (15 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (12)
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