comparison etc/LEDIT @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents bd1d7d04426c
children
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
15 15
16 - Compile leditcfns.c with something like: 16 - Compile leditcfns.c with something like:
17 17
18 cc leditcfns.c 18 cc leditcfns.c
19 19
20 - Edit ledit.l, changing the line beginning "(cfasl" to 20 - Edit ledit.l, changing the line beginning "(cfasl" to
21 have the right pathname for the cfns file you compiled in 21 have the right pathname for the cfns file you compiled in
22 the last step. 22 the last step.
23 23
24 - Compile ledit.l with: 24 - Compile ledit.l with:
25 25
67 doesn't run under Unix, this is probably the next best thing. 67 doesn't run under Unix, this is probably the next best thing.
68 68
69 I have tried the 2 window method (shell in lower window, lisp code in 69 I have tried the 2 window method (shell in lower window, lisp code in
70 upper), and have found it a little awkward. It does have certain 70 upper), and have found it a little awkward. It does have certain
71 advantages, but most of the time, I get be fine using M-C-D to save a 71 advantages, but most of the time, I get be fine using M-C-D to save a
72 defun for lisp, and C-X Z to jump back to LISP. C-E RETURN from lisp 72 defun for lisp, and C-X Z to jump back to LISP. C-E RETURN from lisp
73 is also mnemonic for getting back to gnumacs. 73 is also mnemonic for getting back to gnumacs.
74 74
75 I hope this helps somewhat. 75 I hope this helps somewhat.
76 76
77 77