*On Tue, 06 Mar 2007 23:40:35 +0800 * Zhou Yan <[EMAIL PROTECTED]> 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 _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
