The current version is V8.5.1.
This version of Barry's Emacs use python 3 and Qt5 for its user interface.
The core of the editor in implemented in C++.
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
sudo dnf install bemacs-8.5.1-1.fc29.x86_64.rpm \ bemacs-gui-8.5.1-1.fc29.x86_64.rpm \ bemacs-cli-8.5.1-1.fc29.x86_64.rpm \ bemacs-common-8.5.1-1.fc29.x86_64.rpm
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