forked from dmacvicar/qemacs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qe.1
50 lines (41 loc) · 1.81 KB
/
qe.1
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
.\" Hey, EMACS: -*- nroff -*-
.TH QE 1 "October 21, 2001"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
QEmacs \- tiny full-screen editor
.SH SYNOPSIS
.B qe
.RB [options]
.RI file...
.SH DESCRIPTION
.B qemacs
is a tiny editor targetted at embedded systems or
debugging. Although it is very small, it has some very interesting
features that even big editors lack :
- Full screen editor with an Emacs look and feel with all Emacs common
features: multi-buffer, multi-window, command mode, universal
argument, keyboard macros, config file with C like syntax, minibuffer
with completion and history.
- Can edit files of hundreds of Megabytes without being slow by using
a highly optimized internal representation and by mmaping the file.
- Full UTF8 support, including bidirectional editing respecting the
Unicode bidi algorithm. Arabic and Indic scripts handling (in
progress).
- C mode: coloring with immediate update. Emacs like auto-indent.
- Shell mode: colorized VT100 emulation so that your shell work
exactly as you expect. Compile mode with next/prev error.
- Input methods for most languages, including Chinese (input methods
come from the Yudit editor).
- Hexadecimal editing mode with insertion and block commands. Unicode
hexa editing of UTF8 files also supported.
- Works on any VT100 terminals without termcap. UTF8 VT100 support
included with double width glyphs.
- X11 support. Support multiple proportionnal fonts at the same time
(as XEmacs). X Input methods supported. Xft extension supported for
anti aliased font display.
.PP
For more information and a list of key bindings please see
/usr/share/doc/qemacs/README.gz.
.SH AUTHOR
This manual page was written by Edmund GRIMLEY EVANS <[email protected]>,
for the Debian GNU/Linux system (but may be used by others).