The current version is V8.9.4.
This version of Barry's Emacs use python 3 and Qt6 for its user interface.
The core of the editor in implemented in C++.
Table of contents
Barry's Emacs can be used from the CMD shell command by running:
"C:\Program Files\Barry Scott\Barry's Emacs 8\bemacs.exe".
Create a CMD file to make it easier to access. For example put bemacs.cmd in you PATH where bemacs.cmd contains:
"C:\Program Files\Barry Scott\Barry's Emacs 8\bemacs.exe" %*
bemacs will start up a new Barry's Emacs if required and pass the files on the command line to Barry's Emacs for editing.
For example:
$ bemacs main.cppTo edit using the CLI version of Barry's Emacs:
$ bemacs -cli main.cpp
Packages for Fedora are available from COPR.
Once installed the bemacs client commands will start the editor if it not already running and pass the command line to it.
$ bemacs main.cpp
The command line version is installed as bemacs-cli and can be start using the bemacs command:
$ bemacs -cli main.cpp