Skip to content

your init file for ucblogo #1

@ofenerci

Description

@ofenerci

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions