The current version is V8.8.0.
This version of Barry's Emacs use python 3 and Qt5 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_client 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_client main.cpp
Packages for Fedora 33 and 32 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.
$ bemacs-cli main.cpp
Packages for EPEL for Centos 8 and 7 are now 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.
$ bemacs-cli main.cpp
Packages for EPEL for Centos 6 are available from COPR.
Note: only the commmand line client is available for Centos 6.
The command line version is installed as bemacs-cli.
$ bemacs-cli main.cpp