1

While using swi-prolog, one can recall previous query using the UP arrow key (at the terminal). How can this be achieved in XSB or Ciao prolog systems?

false
  • 10,264
  • 13
  • 101
  • 209
Shahzad
  • 1,999
  • 6
  • 35
  • 44

1 Answers1

2

I can recommend using , running a shell in an emacs buffer (with a "dumb" terminal).

That way I can use META-P (Alt-P) to suggest previous commands.

Running a shell in emacs has many other advantages: find/replace, save to disk, to name a few.

repeat
  • 18,496
  • 4
  • 54
  • 166