jove text editor (emacs clone)
|
![]()
|
Search · Suche
|
Version: Sat, 18 Jul 2009 10:44:57 CEST
- USE AT YOUR OWN RISK
-
- Purpose
- jove text editor with emacs key bindings ("emacs clone")
-
- Installation
tar -C / -xvzf jove*binaries-ppc.tar.gz
-
- Configuration
-
- System-Wide Configuration
/etc/jove.rc- Crash Recovery Directory
/var/tmp/jove # chmod 1777- Crash Recovery
- Refer to the included original documentation on how to use the crash recovery, please.
-
- Compilation (optional)
- Changes I made to the
Makefile: -
CC = /usr/bin/gcc
RECDIR = /var/tmp/jove
DFLTSHELL = /bin/sh
JOVE = $(BINDIR)/jove$(XEXT)
OPTFLAGS = -O2