Hello,
I am trying to run ucblogo from Emacs and I copied the part from (https://github.com/iocanel/dotfiles/blob/master/.config/emacs/config.org):
(add-to-list 'load-path "/.emacs.d/logo")
(autoload 'logo-mode "logo")
(setq auto-mode-alist (append '(("\.lgo?$" . logo-mode)) auto-mode-alist))
(setq logo-binary-name "/usr/bin/logo")
(setq logo-tutorial-path "/.emacs.d/logo/")
(setq logo-help-path "/.emacs.d/logo/helpfiles/")
(setq logo-info-file "/.emacs.d/logo/docs/ucblogo.info")
I am using Emacs 26.1 and ucblogo version 6.0. Although I was able to run "Run Logo Other Frame" from "Logo-start" menu, my emacs freezes and unable to edit my logo file. I wonder you have gotten the same problem.
Hello,
I am trying to run ucblogo from Emacs and I copied the part from (https://github.com/iocanel/dotfiles/blob/master/.config/emacs/config.org):
(add-to-list 'load-path "
/.emacs.d/logo")/.emacs.d/logo/")(autoload 'logo-mode "logo")
(setq auto-mode-alist (append '(("\.lgo?$" . logo-mode)) auto-mode-alist))
(setq logo-binary-name "/usr/bin/logo")
(setq logo-tutorial-path "
(setq logo-help-path "
/.emacs.d/logo/helpfiles/")/.emacs.d/logo/docs/ucblogo.info")(setq logo-info-file "
I am using Emacs 26.1 and ucblogo version 6.0. Although I was able to run "Run Logo Other Frame" from "Logo-start" menu, my emacs freezes and unable to edit my logo file. I wonder you have gotten the same problem.