On Nov 26, 2007 9:12 AM, Peter Dyballa <[EMAIL PROTECTED]> wrote: > > > Am 26.11.2007 um 16:06 schrieb Presto: > > > Does anyone have any suggestions on how to tackle this problem of > > multiple Emacs instance on Mac? > > > Launch them as > > /Applications/Carbon\ Emacs.app/Contents/MacOS/Emacs --title "NÂș 1" & > /Applications/Carbon\ Emacs.app/Contents/MacOS/Emacs --title "Nr 2" & > > You can give each one a file to load, for example to execute some > Emacs Lisp or to set a particular and unique session/desktop > environment ...
Another option which is not quite what you asked for, but is what I use to accomplish most of that is the escreen mode from: http://www.splode.com/~friedman/software/emacs-lisp/ Its semi-equivalent to 'screen' for shell access. It doesn't isolate buffer sets but it does isolate buffer switching history between screens. I prefer this since I can still use the cut and paste buffer and registers etc across screen instances. Cheers, James --~--~---------~--~----~------------~-------~--~----~ "Carbon Emacs" group mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---
