Skip to content

ivan-khuda/qemacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An unamed QEmacs fork

About QEmacs

QEmacs is an Emacs clone created by Fabrice Bellard. Since 2004, it was maintained by Charlie Gordon until early 2014.

About this fork

This fork has educational purposes and the following goals in addition to general refactorings and cleanups:

  • a Qt frontend
  • build with CMake
  • remove unecesary stuff (video and others)
  • add scripting support (lua?)

Compiling

mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -DCONFIG_QT=ON ..
make

Some caveats

  • The original qe supported x11 and terminal in one binary. The Qt version uses the Qt event loop and that conflicts with unix.c event loop used by the terminal one. We need a separate binary like the real emacs-nox.

Documentation

Read the file qe-doc.html.

Licensing

QEmacs is released under the GNU Lesser General Public License (read the accompagning COPYING file).

About

CVS import of qemacs for some experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.0%
  • C++ 4.9%
  • Component Pascal 1.2%
  • CSS 1.1%
  • Makefile 1.0%
  • CMake 0.4%
  • Other 0.4%