Thanks so much for the help, Sergey. Yeah - restarting Eclipse and
even rebooting seemed to have no effect. From prior posts, I might
have conflicting pieces hanging around, but I can't see traces of them
so I don't know how to uninstall them.
When I started Eclipse from the command line, I didn't see anything
that definitively came from CUSP, but it did get a null pointer
exception from within the Lisp Highlighter: Looks like it can't find
SBCL and that this is causing fatal behaviour:
>>> Did not find sbcl folder
>>> Did not find sbcl folder
!SESSION 2008-08-30 15:41:12.992
-----------------------------------------------
eclipse.buildId=M20071023-1652
java.version=1.5.0_13
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
Framework arguments: -keyring /Users/jdiamond/.eclipse_keyring -
showlocation
Command-line arguments: -os macosx -ws carbon -arch x86 -keyring /
Users/jdiamond/.eclipse_keyring -consoleLog -showlocation
!ENTRY
org.eclipse.core.net 1 0 2008-08-30 15:41:24.350
!MESSAGE System property http.nonProxyHosts has been set to local|
*.local|169.254/16|*.169.254/16 by an external source. This value w
ill be overwritten using the values from the preferences
!ENTRY org.eclipse.ui.workbench 4 0 2008-08-30 15:41:47.746
!MESSAGE An unexpected exception was thrown.
!STACK 0
java.lang.NullPointerException
at
jasko.tim.lisp.editors.CurrentExpressionHighlightingListener.uninstall(CurrentExpressionHighlightingListener.java:
43)
at jasko.tim.lisp.editors.LispEditor.dispose(LispEditor.java:
840)
at
org.eclipse.ui.internal.WorkbenchPartReference.doDisposePart(WorkbenchPartReference.java:
720)
at
org.eclipse.ui.internal.EditorReference.doDisposePart(EditorReference.java:
306)
at
org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:
671)
at
org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:
1604)
at
org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:
1354)
at
org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:
1338)
at
org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:
1312)
at
org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.java:
1131)
at
org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:1653)
at
org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:
825)
at
org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:
1559)
at
org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:
699)
at org.eclipse.ui.internal.WorkbenchWindow.access
$0(WorkbenchWindow.java:675)
at org.eclipse.ui.internal.WorkbenchWindow
$2.run(WorkbenchWindow.java:790)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at
org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:
788)
at
org.eclipse.jface.window.WindowManager.close(WindowManager.java:109)
at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:
908)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:
905)
at org.eclipse.ui.internal.Workbench.access$15(Workbench.java:
834)
at org.eclipse.ui.internal.Workbench$22.run(Workbench.java:
1078)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:
1076)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:
1048)
at org.eclipse.ui.internal.Workbench
$56.handleEvent(Workbench.java:2274)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:
3458)
at org.eclipse.swt.widgets.Display.coreEventProc(Display.java:
842)
at org.eclipse.swt.internal.carbon.OS.MenuSelect(Native
Method)
at org.eclipse.swt.widgets.Display.mouseProc(Display.java:
2785)
at
org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native
Method)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2938)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:
2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:
2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
289)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
461)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:
106)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
169)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:
106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:
76)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
363)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:
508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
*disconnect