
- AQUAMACS FOR MAC FOR MAC OS X
- AQUAMACS FOR MAC MAC OS X
- AQUAMACS FOR MAC INSTALL
- AQUAMACS FOR MAC CODE
bashrc file.Īlias enigma='ssh -X added this to my ~/. BUT, in order to NOT have the enigma Emacs GUI open files you need to specify the -nw option on your enigma. In order to have graphical windows open up in enigma, you need to have the -X command. I installed Mactex which is a bundled installation including texshop and other utilities (install from. emacs file in /Users/nick/ to give some better shading, spacing as defaults. My Preferences.el file is available by clicking here.Ĭreate. For example, I wanted to make it so that if I pressed - it would move me one word to the right or left and I wanted emacs to open up requests for R help windows in a new emacs window. AquamacsEmacs (has more mac-friendly keystrokes - this is what I use)Ĭreate (or if it already exists, edit) the file ~/Library/Preferences/Aquamacs Emacs/Preferences.el - in this file you can add commands that will customize the behavior of emacs to your liking.Carbon emacs package (more unix-user oriented).
AQUAMACS FOR MAC INSTALL
Should be able to install from apple's website or from the Installation/Restore disks that came with your computer.
AQUAMACS FOR MAC MAC OS X
It will do some loading and then give you a prompt.These are notes that I have scribbled down as I set up my Mac OS X machine for working in the Hopkins Biostat computing environment. To get into Lisp mode, just press option-X then type "slime" (The Superior Lisp Interaction Mode for Emacs). Now that the link is created, go ahead and open AquaMacs. Sudo ln -s /usr/local/bin/sbcl /usr/bin/lispĮnter your password if prompted. You can do so by opening the Terminal again and typing this line: To allow AquaMacs to talk to lisp, we'll need to create a symbolic link. Download the application from its website here and copy the application to your Applications folder.
AQUAMACS FOR MAC CODE
It allows you to select portions of code and execute them without needing to use the terminal. And that's it, you've installed Lisp.Ī useful way to utilize lisp is through AquaMacs. Type it in and press enter, noting that it won't actually display anything being typed. Launch it, and you should see a place to enter text commands. Aquamacs features, Aquamacs 3.5 provides several useful improvements over the emacs 22.1 included in OSX 10.6-10.11. It can be found amongst your applications, in the Utilities folder. To fully install lisp, you're going to have to use the terminal. Rename the resulting folder to just "sbcl" and move it to your home directory. If it doesn't decompress by itself, just double click the file. The correct version of SBCL for intel macs can be downloaded from here: It's fairly straight forward and should install without issue. Navigate to this website and download the file named "Xcode 2.4.1 (DMG)." You'll have to register on the website, which is annoying but free. If you have a folder called "Developer", you're good to go and can jump to the next step. To find this out, take a look at your main hard drive.
AQUAMACS FOR MAC FOR MAC OS X
The first thing you'll need to do is make sure you have the Developer Tools for Mac OS X installed.

Here are more detailed instructions on installing SBCL and related tools on an Intel Mac. On the Mac, the Aquamacs Emacs comes with Slime already installed so that's convenient: Oh, and people who use the free Lisps almost all use SLIME on Emacs for an IDE. So it doesn't run on any "Core Duo" Apple machines sold between about January and August this past year, nor the current line of MacBook and Mac mini, but it WILL work fine on the "Core 2 Duo" machines. OpenMCL will run on the older (pre-2006) PPC-based Macs and the latest 64-bit Intel-based Macs, but NOT on the 32-bit Intel Macs. SBCL will run on basically any machine and OS. SBCL stands for Steel Bank Common Lisp - it's based on the older Carnegie Mellon Common Lisp.

There are several free (as in beer and speech) Lisp implementations also. However, MCL doesn't run on the newer Intel-based Macs. You can get MCL (Macintosh Common Lisp) from MyAndrew - this is another commercial/expensive Lisp. This info only applies to running Common Lisp on new Intel Macs:Īllegro has a Mac version, but CMU only licenses the Windows version.
