info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why the CarbonEmacsPackage cannot use gnus properly?


From: CHENG Gao
Subject: Re: Why the CarbonEmacsPackage cannot use gnus properly?
Date: Wed, 07 Mar 2007 00:21:13 +0800
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (darwin)

*On Tue, 06 Mar 2007 23:40:35 +0800
* Zhou Yan <zhouyan@iMac.local> climbed out of the dark hell and cried out:

> I use a MacBook and use CarbonEmacsPackage. It works well almost all
> the time, but when I tried to use gnus to send messages, it does
> work. The version come with Mac OS X---the terminal version---works
> well.
> What's wrong with CarbonEmacs?

I dont think there is anything wrong with CarbonEmacs.
I guess your problem is with PATH. Carbon Emacs (when running by mouse
clicking App icon) can not get PATH from environment.

You can create dir ~/.MacOSX, then create file environement.plist, and
put something like

,----
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
| <plist version="1.0">
| <dict>
|       <key>PATH</key>
|       <string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</string>
| </dict>
| </plist>
`----
or explicitly set sendmail-program in your .emacs or .gnus (to
/usr/sbin/sendmail I suppose).

HTH,

CHENG Gao


reply via email to

[Prev in Thread] Current Thread [Next in Thread]