picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 46d482cfb31093d6873a27df27f3aad630d8fb21
parent 5a50cc5c2c3900fe41c26a938bf2e7a36f936e88
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat,  8 Dec 2012 10:35:09 +0100

Added notes about the location of the "el/" directory
Diffstat:
Mdoc/tut.html | 5+++--
Mlib/eedit.l | 7++++---
2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/doc/tut.html b/doc/tut.html @@ -51,8 +51,9 @@ arrows),</li> to make <code>&quot;</code> appear).</li> </ul> -<p>If you prefer to use Emacs, please use the picolisp-mode bundled in -"@lib/el". +<p>If you prefer to use Emacs, please use the picolisp-mode bundled in the "el/" +directory (that is "@lib/el" for a local installation, or some system dependent +directory for a global installation). <p>If you feel that you absolutely have to use an IDE, <code>rlwrap</code> or another input front-end, please remove the entry "@lib/led.l" from "lib.l" and diff --git a/lib/eedit.l b/lib/eedit.l @@ -69,9 +69,10 @@ C-c": ** Put the edited buffer into PicoLisp Mode The PicoLisp distribution contains a PicoLisp major mode for Emacs, -'picolisp.el' in the 'lib/el/' folder. Make sure that you load this -file on Emacs startup and automatically put '.l' files into -picolisp-mode, e.g. with the following code in you .emacs: +'picolisp.el' in the "el/" directory (that is "@lib/el" for a local +installation, or some system dependent directory for a global installation). +Make sure that you load this file on Emacs startup and automatically put '.l' +files into picolisp-mode, e.g. with the following code in you .emacs: ,------------------------------------------------------------ | (add-to-list 'load-path "~/path/to/picolisp/lib/el/")