|
Re: Ipython and Aquamacs: msg#00009emacs.macintosh.osx
Hi Tony On 8 Dec 2006, at 17:27, Tony Mannucci wrote: Debugger entered--Lisp error: (void-variable py-shell-map) chances are that the python-mode that comes with Aquamacs is a newer (older, or different) version of the python mode that you're using. IIRC, there are several python-modes out there. (setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode- alist)) leave this out - not needed. (require 'ipython) ; I added this OK, since you have your own python-mode, I suggest you simply load that python-mode file explicitly before requiring `ipython'. Do this: (load "...path-to-your/python-mode.el") before the "require" statement. Does that help? Btw. is ipython very useful? Should we include it with Aquamacs? - Dave -- http://aquamacs.org -- Aquamacs: Emacs on Mac OS X http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project! ---------------------------- Info ----------------------------- List Post: <mailto:macosx-emacs@xxxxxxxxxxxxxxxxx> List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx> |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Ipython and Aquamacs: 00009, Tony Mannucci |
|---|---|
| Next by Date: | Templates in Aquamacs: 00009, Matthew Cohen |
| Previous by Thread: | Ipython and Aquamacsi: 00009, Tony Mannucci |
| Next by Thread: | Ipython and Aquamacs: 00009, Tony Mannucci |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |