File: control

package info (click to toggle)
jed 0.98.7-14
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,088 kB
  • ctags: 3,851
  • sloc: ansic: 29,315; makefile: 257; sh: 248
file content (76 lines) | stat: -rw-r--r-- 2,943 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Source: jed
Section: editors
Priority: optional
Maintainer: "Christian Hammers" <ch@debian.org>
Standards-version: 2.4.0.0

Package: jed
Architecture: any
Depends: ${shlibs:Depends}, jed-common
Provides: info-browser, mail-reader, editor
Description: Editor for programmers. (textmode version)
 Jed offers:
 Extensible in a language resembling C. Completely customizable.
 Capable of read GNU info files from within JED's info browser. A
 variety of programming modes (with syntax highlighting) are
 available including Pascal, Java, Perl, C, C++, FORTRAN, TeX, HTML,
 SH, IDL, DCL, NROFF, PostScript, Basic. Folding support. Edit TeX
 files with AUC-TeX style editing (BiBTeX support too). Rectangular
 cut/paste; regular expressions; incremental searches; search
 replace across multiple files; multiple windows; multiple buffers;
 shell modes; directory editor (dired); mail; rmail; ispell; and
 much more.
 .
 Note: The SLang runtime files are now in the package jedslc. The source
 of these files are in jedsl-src.
 .
 Note: In this version, C-h deletes the previous character instead of
 loading the help menu. Help is now on Esc-?.

Package: xjed
Architecture: any
Depends: ${shlibs:Depends}, jed-common
Provides: info-browser, mail-reader, editor
Description: Editor for programmers. (x11 version)
 Jed offers:
 Extensible in a language resembling C. Completely customizable.
 Capable of read GNU info files from within JED's info browser. A
 variety of programming modes (with syntax highlighting) are
 available including Pascal, Java, Perl, C, C++, FORTRAN, TeX, HTML,
 SH, IDL, DCL, NROFF, PostScript, Basic. Folding support. Edit TeX
 files with AUC-TeX style editing (BiBTeX support too). Rectangular
 cut/paste; regular expressions; incremental searches; search
 replace across multiple files; multiple windows; multiple buffers;
 shell modes; directory editor (dired); mail; rmail; ispell; and
 much more.
 .
 Note: The SLang runtime files are now in the package jedslc. The source
 of these files are in jedsl-src.
 .
 Note: In this version, C-h deletes the previous character instead of
 loading the help menu. Help is now on Esc-?.

Package: jed-common
Architecture: all
Replaces: jedslc, jedsl, jedsl-src, jed (<< 0.98.7)
Conflicts: jedslc, jedsl, jedsl-src, jed (<< 0.98.7)
Recommends: jed
Description: Byte compiled SLang runtime files for jed and xjed.
 This package provides the compiled slang runtime files that
 are needed by both jed and xjed.

Package: jed-sl
Architecture: all
Depends: jed (>= 0.98.7)
Suggests: jed-common
Description: Sources of Slang runtime files for jed and xjed
 This package provides the source of slang runtime files that
 are needed by both jed and xjed.

Package: rgrep
Section: text
Architecture: any
Depends: ${shlibs:Depends}
Description: Recursive, highlighting grep program.
 Unlike grep and egrep, rgrep has the ability to recursively descend
 directories and highlighting matches.