XEmacs is a highly customizable open-source text editor and application development system. It is protected under the GNU Public License and related to other versions of Emacs, in particular GNU Emacs. efs and xemacs-base packages are installed by default, more with +sumo.
XEmacs is a highly customizable open-source text editor and application development system. It is protected under the GNU Public License and related to other versions of Emacs, in particular GNU Emacs. efs and xemacs-base packages are installed by default, more with +sumo.
To install xemacs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xemacs
To see what files were installed by xemacs, run:
port contents xemacs
To later upgrade xemacs, run:
sudo port selfupdate && sudo port upgrade xemacs
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.