[OS X Emacs] running in octave inferior mode

Peter Dyballa Peter_Dyballa at Web.DE
Fri Mar 9 09:42:09 EST 2012


Am 9.3.2012 um 15:19 schrieb Joachim Schmidtke:

> "echo $Path" shows:

It should be PATH, but anyway, /opt/local/bin is in path, and there is also /Applications/Octave.app/Contents/Resources/bin, which should give the octave package all it wants.

Did you look into the *Messages* buffer? Can you put into your init file

	(setq debug-on-error t)

so that errors lead to a buffer with information on the error? Finally there is EMACSLOADPATH. As an environment variable it lists directories with extra ELisp code files. As an internal variable the name is load-path. You check its value and put the Octave supporting ELisp files in one of these directories, if it is outside the Aquamacs application bundle. Or you create for example "/Library/Application Support/Emacs", install these Octave related files there, and put into your init file:

	(add-to-list 'load-path "/Library/Application Support/Emacs/")

--
Mit reisefreudigen Grüßen

  Pete

Wer nicht weiß, wo er oder sie hin will, muss sich nicht wundern, wenn er oder sie nicht ankommt ... 
				(Mark Twain)




More information about the MacOSX-Emacs mailing list