Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

your init file for ucblogo #1

Open
ofenerci opened this issue May 1, 2019 · 1 comment
Open

your init file for ucblogo #1

ofenerci opened this issue May 1, 2019 · 1 comment

Comments

@ofenerci
Copy link

ofenerci commented May 1, 2019

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.

@iocanel
Copy link
Owner

iocanel commented Aug 9, 2023

@ofenerci: I pretty much set it up verified it worked and never used it again. Sorry I can't be more helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants