Hi! I am a novice user and I need to know how to start the top level with Emacs
When I call ciaosh from command line, I think it work correctly.
Ciao-Prolog 1.7 #162: fri Dec 14 18:48:23 2001
?-
But If I call it from Emacs, I can`t start it.The only message that appear is:
use_module('c:/Archivos de programa/ciao-1.7p162Win32/examples/hw.pl').
in a buffer whose mode is
(Ciao/Prolog/LPdoc Listener: run)
Thank you for help me,
Juan Quiroga
Hi Juan. First, apologies for this delay in answering you.
But If I call it from Emacs, I can`t start it.The only message that appear is:
use_module('c:/Archivos de programa/ciao-1.7p162Win32/examples/hw.pl').in a buffer whose mode is
(Ciao/Prolog/LPdoc Listener: run)
This should not occur unless Ciao is not installed completely, and we have been testing it and everything seems to work fine.
Please check that the .emacs file contains the appropriate reference to the DOTemacs.el file in your Ciao 1.7p162 installation. If this is OK, check that the top-level executable name is set properly: edit a Prolog source file and select from the Emacs menu the option Ciao/Prolog > Set Mode Defaults > Set Ciao/Prolog top-level executable. This should point to ciaosh.bat in your Ciao installation.
Best regards,
Ciao Prolog team