CBRIEF for JED cbrief
BRIEF v3.1 Emulation and Patches For JED
Brought to you by:
christopoulos,
wired_gr
Brief, BRIEF, or B.R.I.E.F., an acronym for Basic Reconfigurable Interactive Editing Facility,
was a popular programmer's text editor in the 1980s and early 1990s.
CBRIEF or BRIEF v3+ or Borland's BRIEF, was the Borland's version with C-like syntax macros;
the previous versions was used Lisp.
The original BRIEF's manual at archive.org
You ll need this patched version of JED.
It should work without the patched version but dont expect the BRIEF's text-selection modes.
git clone git://git.code.sf.net/p/cbrief-for-jed/code cbrief-for-jed-code
cd cbrief-for-jed-code
./install.csh
git clone git://git.code.sf.net/p/cbrief-for-jed/code cbrief-for-jed-code
'jedmodes/x-keydefs.sl
, *.sl
and *.hlp
files to $JED_HOME or $JED_ROOT/libjedmodes/
to $JED_HOME or $JED_ROOT/libcolors
directory too~/.jedrc
file and put on the beginning (the first require())require("cbrief");
That's all folks.