Am 22.05.2008 um 14:50 schrieb micke.laaksonen

> The problem is that I can't use cvs from within Carbon Emacs. It
> complains that no cvsroot is set. Running cvs commands from a logged
> in shell works fine, also from emacs started inside a logged in
> shell.

Either use an XML file $HOME/.MacOSX/environment.plist which provides  
the variable for all Carbon and Cocoa applications, or use for GNU  
Emacs in ~/.emacs:

        (setenv "CVSROOT" "<you know>")

For the environment.plist based solution

        defaults write "${HOME}/.MacOSX/environment" CVSROOT "<you know>"

would create all. Then you would need to log-off and on again. The  
ELisp command can be run in *scratch* buffer.


Apple has a short support document on this: http:// 
developer.apple.com/qa/qa2001/qa1067.html.

--
Greetings

   Pete

Increase the size of your bike by at least *five* inches!



--~--~---------~--~----~------------~-------~--~----~
Carbon Emacs User Group
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to