You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: