$Id: jed.txt 1207 2007-08-06 19:14:59Z mjs $

HOW CAN I TEMPORARILY DISABLE INDENTING?

M-x paste

(Only in recent versions of jed.)

COMPILE JED

On OS X:

  1. Make sure jed and slang aren't installed via MacPorts, etc.

2.

Compile and install slang:

$ lconfigure $ make $ make install

3.

Compile and install jed:

$ ./configure --prefix="$HOME/local" --exec-prefix="$HOME/local-$PLATFORM" --with-slanglib=$LOCAL/lib --with-slanginc=$HOME/local/include $ make $ make install

4.

Compile rgrep:

$ make rgrep # rgrep goes into src/objs