pil + interactive mode access lines of previous command

2015-06-17 Thread Luis P. Mendes
Hi, Assume I issue these instructions in `pil +` interactive mode : (setq N 3) : (while (gt0 n) (dec 'n) (prinl n)) It executes. Then I want to access the second command to edit it, for example to change the second line: : (while (gt0 n) (dec 'n 2) (prinl n)) I press the up

Re: pil + interactive mode access lines of previous command

2015-06-17 Thread Alexander Burger
Hi Luis, It executes. Then I want to access the second command to edit it, for example to change the second line: : (while (gt0 n) (dec 'n 2) (prinl n)) I press the up arrow key, but the only line that is editable is the first one (while (gt0 n) Oh, yeah, I see! This is not