That's all I do to load gambit, i.e., extend the load-path and use require.
On Mon, Oct 27, 2008 at 1:04 PM, Bradley Lucier lucier@math.purdue.edu wrote:
I'm (definitely) not an emacs guru; perhaps someone can answer this question.
My .emacs file on my Mac OS X machine consists of
(global-font-lock-mode 0) (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(inhibit-startup-screen t)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) (setq load-path (cons "/usr/local/Gambit-C/current/share/emacs/site- lisp/" load-path)) (require 'gambit)
Will this load gambit.el properly? Will this format gambit sources correctly if I use the command-control-\ key combination? (I want to contribute some modifications to _num.scm and would like them formatted correctly.)
Brad _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list