Blazej Sawionek <[EMAIL PROTECTED]> writes: > Once upon a time there was a text editor called `Brief'. > > Does it exist in Linux version?
I'm reasonably sure that BRIEF was only available for DOS. There's a closed, proprietary editor called CRiSP (www.crisp.com) that apparently has macro-level compatibility with BRIEF and runs under Linux. I've never tried it. Both Emacs and XEmacs have a `crisp-mode' that gives a certain level of BRIEF keystroke compatibility. Maybe VIM does also. All of those are good, free editors. Cheers, Hovav. ;; crisp.el --- CRiSP/Brief Emacs emulator ;; Copyright (C) 1997, 1998 Free Software Foundation, Inc. ;; Author: Gary D. Foster <[EMAIL PROTECTED]> ;; Keywords: emulations brief crisp (snip) ;;; Commentary: ;; Keybindings and minor functions to duplicate the functionality and ;; finger-feel of the CRiSP/Brief editor. This package is designed to ;; facilitate transitioning from Brief to (XE|E)macs with a minimum ;; amount of hassles. -- Hovav Shacham [EMAIL PROTECTED] "Rightly looked at there is no laughable thing under the sun."

