On 01/29/2016 12:28 PM, Max Burnett wrote:
I am beginning to use meep and hoping to move beyond the interactive mode for writing simulations, does anyone have an editor out there that understands the syntax used in meep (from my basic understanding - Scheme). I’m using a Mac and running el Capitan.
GNU Emacs is quite versatile and has a native Scheme mode that enables syntax highlighting. To automatically associate libctl control files with this mode, you will need to add the following lines to the .emacs initialization file which is in the home directory:
(if (assoc "\\.ctl" auto-mode-alist) nil (nconc auto-mode-alist '(("\\.ctl" . scheme-mode)))) _______________________________________________ meep-discuss mailing list meep-discuss@ab-initio.mit.edu http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss