Advertisement
logicmoo

rlwrap

Feb 10th, 2016
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.76 KB | None | 0 0
  1.  
  2. root@gitlab:/devel/LogicmooDeveloperFramework# ls ~/.rlwrap/
  3. yap_completions  yap_history
  4.  
  5. root@gitlab:/devel/LogicmooDeveloperFramework# alias yap
  6. alias yap='rlwrap -a yap'
  7.  
  8. root@gitlab:/devel/LogicmooDeveloperFramework# echo $RLWRAP_HOME
  9. /root/.rlwrap
  10.  
  11. root@gitlab:/devel/LogicmooDeveloperFramework# echo $RLWRAP_
  12. $RLWRAP_EDITOR  $RLWRAP_HOME
  13.  
  14. root@gitlab:/devel/LogicmooDeveloperFramework# echo $RLWRAP_EDITOR
  15. vi +%L
  16.  
  17. root@gitlab:/devel/LogicmooDeveloperFramework# cat ~/.inputrc
  18. $if coqtop
  19. set show−all−if−ambiguous On
  20. $endif
  21. $if yap
  22. set show−all−if−ambiguous On
  23. $endif
  24.  
  25.  
  26.  use_module(library(lists)), tell('~/.rlwrap/yap_completions'), ignore(((current_atom(X),atom_codes(X,Cs),\+ (member(C,"~ "),member(C,Cs)),writeq(X),nl,fail))),told.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement