Hi
My system: SUSE12.1 with emacs 23.3.1
ciao runs OK. But the command: emacs hello.pl does not invoke ciao-mode.
C-h m reveals that we are in Perl mode.
The problem seems to be that we are missing a file: ciao-site-file.el
The installation has created the following: /usr/share/emacs/site-lisp/ suse-start-ciao.el site-start.d/ ciao-mode-init.el
Both suse-start-ciao.el and ciao-mode-init.el have the same contents:
(if (file-exists-p "/usr/lib/ciao/ciao-1.15/ciao-site-file.el") (load-file "/usr/lib/ciao/ciao-1.15/ciao-site-file.el") )
ciao-site-file.el is not there (and does not show up when I run the command: rpm -qpl CiaoDE-1.15.0-r15011.i386.rpm)
John O'Gorman