Summary
QEmacs (for Quick Emacs) is a very small but powerful text editor. It has the following features: * 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 quickly 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). * WYSIWYG HTML/XML/CSS2 mode graphical editing. Also supports lynx like rendering on VT100 terminals. WYSIWYG DocBook mode based on XML/CSS2 renderer. * C mode: coloring with immediate update. Emacs like auto-indent. * Shell mode: colorized VT100 emulation so that your shell work exactly as you expect. You can run interactive terminal apps directly in the process buffer: mc, MenuConfig, or even qemacs itself! 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). * Small! Full version is about 150KB. Smaller custom versions can be built by removing modules.
Versions
v0.4.1_pre20170225-r1 :: 0 :: gentoo
- Modified
- License
- LGPL-2.1+ GPL-2+
- Keywords
- amd64 arm x86 ~ppc ~riscv
- USE flags
- gui png xv
USE flags
General
Dependencies
app-text / texi2html : Perl script that converts Texinfo to HTML
media-libs / libpng : Portable Network Graphics library
x11-base / xorg-proto : X.Org combined protocol headers
x11-libs / libX11 : X.Org X11 library
Runtime Dependencies
media-libs / libpng : Portable Network Graphics library
x11-libs / libX11 : X.Org X11 library
Depending packages
Bugs
- 715274
- app-editors/qemacs-0.4.1_pre20170225 : make: *** [Makefile:<snip>: qe-doc.html] Error 2
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
app-editors/qemacs: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yongxiang Liang · gentoo
app-editors/qemacs: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
app-editors/qemacs: Drop unicode flag, it is not used.
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
app-editors/qemacs: Migrate from X to gui USE flag.
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Ulrich Müller · gentoo
app-editors/qemacs: Remove old.
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Ulrich Müller · gentoo
app-editors/qemacs: Depend on x11-base/xorg-proto at build time.
Package-Manager: Portage-2.3.31, Repoman-2.3.9 - Mikle Kolyada · gentoo
app-editors/qemacs: arm stable wrt bug #652216
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Thomas Deutschmann · gentoo
app-editors/qemacs: x86 stable (bug #652216)
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Ulrich Müller · gentoo
app-editors/qemacs: Remove old.
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Aaron Bauman · gentoo
app-editors/qemacs: amd64 stable
Bug: https://bugs.gentoo.org/652216 Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Ulrich Müller · gentoo
app-editors/qemacs: New snapshot.
Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Mike Frysinger · gentoo
savannah: switch to https URLs - Markus Meier · gentoo
app-editors/qemacs: arm stable, bug #573534
Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" - Agostino Sarubbo · gentoo
app-editors/qemacs: x86 stable wrt bug #573534
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
app-editors/qemacs: amd64 stable wrt bug #573534
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/fwknop-2.6.8-bump'
Pull request: https://github.com/gentoo/gentoo/pull/520 - Ulrich Müller · gentoo
app-editors/qemacs: New snapshot.
This fixes building with GCC 5.3. Bug: 569494 Package-Manager: portage-2.2.26 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed