Salvatore Enrico Indiogine | 1 Jul 2009 18:24
Picon

Aquamacs 2.0+ nightly build

Greetings!

I just installed the latest Aquamacs 2.0 Cocoa build.  I installs OK
and then when I run it on a OSX 10.5.7 MacBook on the menu bar only
Aquamacs/Cocoa appears.   I try to open a file C-x C-f or try anything
else and nothing happens.   Am I missing something or this is just the
status of the build and I have to wait for later versions where this
works?

Thanks,
Enrico

--

-- 
Enrico Indiogine

Mathematics Education
Texas A&M University

Email: hindiogine <at> gmail.com
Skype: hindiogine
Website: http://www.coe.tamu.edu/~enrico

"Rien ne va de soi.  Rien n'est donné. Tous est construit."   Gaston
Bachelard, 1934
_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx

(Continue reading)

David Reitter | 1 Jul 2009 21:22
Picon
Gravatar

ixamia

I'm attaching a message from an Aquamacs user below - one of many that  
I have received.

People would like imaxima included.  I looked into this a while ago  
and thought that there are a lot of dependencies.  Still, it might be  
nice to include support at least at some level.

Is anyone here interested in these packages and could make the  
necessary changes in Aquamacs to include them, and then maintain the  
configuration of packages in the distribution?

Thanks
- David

Begin forwarded message:

> From: Salvatore Enrico Indiogine <xxx>
> Date: July 1, 2009 3:13:02 PM EDT
> To: David Reitter <david.reitter <at> gmail.com>
> Subject: Re: [OS X Emacs] Aquamacs 2.0+ nightly build
>
> David:
>

> I was trying to find an emacs distribution that had the  imaxima  and
> imath packages:
>
> http://members3.jcom.home.ne.jp/imaxima/Site/Welcome.html
>
>
(Continue reading)

Thomas S. Dye | 5 Jul 2009 18:39
Gravatar

Installing newer version of org-mode

Aloha all,

I've been using org-mode quite a bit lately, enough to discover that I'd like to use features added recently.  The org-mode in Aquamacs is 5.23a; the current org-mode release is 6.28.   What is the best way to install a new org-mode so it works with Aquamacs?

The org-mode manual specifically asks for this information:

Go into the unpacked Org distribution directory and edit the top section of the file Makefile. You must set the name of the Emacs binary (likely either emacs or xemacs), and the paths to the directories where local Lisp and Info files are kept.

All the best,
Tom

Thomas S. Dye, Ph.D.

T. S. Dye & Colleagues, Archaeologists, Inc.

Phone: (808) 529-0866 Fax: (808) 529-0884

http://www.tsdye.com




_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Michael Gilbert | 5 Jul 2009 21:18
Gravatar

Re: Installing newer version of org-mode

On Jul 5,2009, at 9:39 AM, Thomas S. Dye wrote:

> I've been using org-mode quite a bit lately, enough to discover that  
> I'd like to use features added recently.  The org-mode in Aquamacs  
> is 5.23a; the current org-mode release is 6.28.   What is the best  
> way to install a new org-mode so it works with Aquamacs?

In order to make it easy for me to keep up with nightly builds, I did  
this the simple way. In my .emacs file (the preferences file), I just  
added two lines pointing emacs to the newer orgmode directory. I  
stored the latter side by side with Aquamacs in a directory. The  
instructions for this are also in the orgmode manual, right near the  
top. I store Aquamacs in a user Applications directory on my machine,  
so the two lines in my file look like this:

(setq load-path (cons "~/Applications/Text/Aquamacs/org-6.28e/lisp"  
load-path))
(setq load-path (cons "~/Applications/Text/Aquamacs/org-6.28e/contrib/ 
lisp" load-path))

Now I can upgrade Aquamacs any time I like without having to re- 
upgrade orgmode.

-- Michael

Michael C. Gilbert -- mcg <at> gilbert.org

    The Gilbert Center -- http://gilbert.org
    With Michael Gilbert -- http://with.gilbert.org
    Nonprofit Online News -- http://nonprofitnews.org

        "There can be no joy of life without joy of work." -- Aquinas

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Thomas S. Dye | 5 Jul 2009 21:49
Gravatar

Re: Installing newer version of org-mode

Aloha Michael,

I am definitely into doing these things the simple way.

The org-mode manual leaves me confused, though.  If I add the two  
lines to my .emacs, as you suggest, is it still necessary to change  
the org-mode Makefile?  I think the org-mode manual can be read either  
way on this.

Thanks,
Tom

On Jul 5, 2009, at 9:18 AM, Michael Gilbert wrote:

> On Jul 5,2009, at 9:39 AM, Thomas S. Dye wrote:
>
>> I've been using org-mode quite a bit lately, enough to discover  
>> that I'd like to use features added recently.  The org-mode in  
>> Aquamacs is 5.23a; the current org-mode release is 6.28.   What is  
>> the best way to install a new org-mode so it works with Aquamacs?
>
> In order to make it easy for me to keep up with nightly builds, I  
> did this the simple way. In my .emacs file (the preferences file), I  
> just added two lines pointing emacs to the newer orgmode directory.  
> I stored the latter side by side with Aquamacs in a directory. The  
> instructions for this are also in the orgmode manual, right near the  
> top. I store Aquamacs in a user Applications directory on my  
> machine, so the two lines in my file look like this:
>
> (setq load-path (cons "~/Applications/Text/Aquamacs/org-6.28e/lisp"  
> load-path))
> (setq load-path (cons "~/Applications/Text/Aquamacs/org-6.28e/ 
> contrib/lisp" load-path))
>
>
> Now I can upgrade Aquamacs any time I like without having to re- 
> upgrade orgmode.
>
> -- Michael
>
>
> Michael C. Gilbert -- mcg <at> gilbert.org
>
>   The Gilbert Center -- http://gilbert.org
>   With Michael Gilbert -- http://with.gilbert.org
>   Nonprofit Online News -- http://nonprofitnews.org
>
>       "There can be no joy of life without joy of work." -- Aquinas
>
> _____________________________________________________________
> MacOSX-Emacs mailing list
> MacOSX-Emacs <at> email.esm.psu.edu
> http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Michael Gilbert | 5 Jul 2009 22:46
Gravatar

Re: Installing newer version of org-mode

> I am definitely into doing these things the simple way. The org-mode  
> manual leaves me confused, though.  If I add the two lines to  
> my .emacs, as you suggest, is it still necessary to change the org- 
> mode Makefile?  I think the org-mode manual can be read either way  
> on this.

Ahh. No. Because you are not actually running make. So no need to  
change it.

-- Michael

Michael C. Gilbert -- mcg <at> gilbert.org

    The Gilbert Center -- http://gilbert.org
    With Michael Gilbert -- http://with.gilbert.org
    Nonprofit Online News -- http://nonprofitnews.org

        "There can be no joy of life without joy of work." -- Aquinas

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Stefan Vollmar | 5 Jul 2009 22:02
Picon
Favicon

Re: Installing newer version of org-mode

Dear Tom,

On 05.07.2009, at 18:39, Thomas S. Dye wrote:

> I've been using org-mode quite a bit lately, enough to discover that  
> I'd like to use features added recently.  The org-mode in Aquamacs  
> is 5.23a; the current org-mode release is 6.28.   What is the best  
> way to install a new org-mode so it works with Aquamacs?

The following recipe works very well for me:

This is what needs to be done once:

(1) do an initial
git clone git://repo.or.cz/org-mode.git
of the latest version.

(2) Change into that directory and edit the Makefile (assuming  
Aquamacs has been installed in /Applications):
# Name of your emacs binary
EMACS="/Applications/Aquamacs Emacs.app/Contents/MacOS/Aquamacs Emacs"

(3) Adapt your .emacs-file (the git part is in "~/devel/org-mode" in  
my setup):

(defvar org-sys-directory "~/devel/org-mode/lisp"
   "The directory containing the org distribution.")
(setq load-path (cons org-sys-directory load-path))

Now everytime you want to get the latest org-version do a

(4) make update

in your org-directory. In Aquamacs do a

(5) M-x org-reload

then a

M-x org-version

to make sure everything works as expected.
Warm regards,
  Stefan
--

-- 
Dr. Stefan Vollmar, Dipl.-Phys.
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: vollmar <at> nf.mpg.de   http://www.nf.mpg.de

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx

Thomas S. Dye | 5 Jul 2009 23:50
Gravatar

Re: Installing newer version of org-mode

Aloha Stefan,

Thanks for the recipe.  Even someone with my limited technical skills can cook with it.  Magically, org-version = 6.28trans.

All the best,
Tom

Thomas S. Dye, Ph.D.

T. S. Dye & Colleagues, Archaeologists, Inc.

Phone: (808) 529-0866 Fax: (808) 529-0884

http://www.tsdye.com



On Jul 5, 2009, at 10:02 AM, Stefan Vollmar wrote:

Dear Tom,

On 05.07.2009, at 18:39, Thomas S. Dye wrote:

I've been using org-mode quite a bit lately, enough to discover that I'd like to use features added recently.  The org-mode in Aquamacs is 5.23a; the current org-mode release is 6.28.   What is the best way to install a new org-mode so it works with Aquamacs?


The following recipe works very well for me:

This is what needs to be done once:

(1) do an initial
git clone git://repo.or.cz/org-mode.git
of the latest version.

(2) Change into that directory and edit the Makefile (assuming Aquamacs has been installed in /Applications):
# Name of your emacs binary
EMACS="/Applications/Aquamacs Emacs.app/Contents/MacOS/Aquamacs Emacs"

(3) Adapt your .emacs-file (the git part is in "~/devel/org-mode" in my setup):

(defvar org-sys-directory "~/devel/org-mode/lisp"
 "The directory containing the org distribution.")
(setq load-path (cons org-sys-directory load-path))

Now everytime you want to get the latest org-version do a

(4) make update

in your org-directory. In Aquamacs do a

(5) M-x org-reload

then a

M-x org-version

to make sure everything works as expected.
Warm regards,
Stefan
--
Dr. Stefan Vollmar, Dipl.-Phys.
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: vollmar <at> nf.mpg.de   http://www.nf.mpg.de





_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Moritz Ulrich | 6 Jul 2009 12:29
Gravatar

[Aquamacs] CMD + ^ doesn't work in a new nightly

Hello,

I've switched to an Aquamacs nightly (2009-Jul-05) recently.
Since then the shortcut Cmd + ^ (Meta + ^) doesn't work anymore. It
should join the current line with the one above.

I think it's important to mention that I'm on a German keyboard, so
that I have to type ^<space> to actually get '^'. I would get 'ô' of I
would press ^o.
This worked in the latest stable (I think it as 1.8), and stopped working now.

Is there a customization or something to get the old behavior back?

Best regards,
Moritz Ulrich
_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx

Moritz Ulrich | 6 Jul 2009 12:29
Gravatar

Using system shortcuts in Aquamacs?

Hello,

I have a question about the Emacs/OSX integration:

I've defined a shortcut for a service-menu-entry in the system
preferences -> keyboard -> keyboard shortcuts.

This works in every application, but Aquamacs (Nightly, 2009-Jul-05)
captures this keystroke and don't pass it to the system.
It's a real useful shortcut (It gets the currently selected text and
does something with it) which I use much, and it would be very good if
I could use it in Aquamacs too.

Is there any way to accomplish this?

I hope for an answer.

Best regards,
Moritz Ulrich
_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx


Gmane