[gambit-list] Need help with emacs configuration

Steven Elkins sgelkins at gmail.com
Mon Oct 27 13:37:40 EDT 2008


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 at 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 at iro.umontreal.ca
> https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
>



-- 
How wonderful it is that nobody need wait a single moment
before starting to improve the world.       -- Anne Frank
Paradise is exactly where you are
right now...only much, much better.    -- Laurie Anderson



More information about the Gambit-list mailing list