Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: CHENG Gao <chenggao@gmail.com>
To: info-gnus-english@gnu.org
Subject: Re: Why the CarbonEmacsPackage cannot use gnus properly?
Date: Wed, 07 Mar 2007 00:21:13 +0800	[thread overview]
Message-ID: <m21wk2l4w6.fsf@cyberhut.org> (raw)
In-Reply-To: <m2mz2qz8gc.fsf@iMac.local.i-did-not-set--mail-host-address--so-tickle-me>

*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

  parent reply	other threads:[~2007-03-06 16:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-06 15:40 Zhou Yan
2007-03-06 15:46 ` Zhou Yan
2007-03-06 16:01 ` Jouni K. Seppänen
2007-03-06 16:21 ` CHENG Gao [this message]
2007-03-06 17:16   ` Zhou Yan
2007-03-06 18:19     ` Adam Sjøgren
     [not found] ` <mailman.533.1173196966.7795.info-gnus-english@gnu.org>
2007-03-06 16:22   ` Zhou Yan
2007-03-06 16:26     ` CHENG Gao
2007-03-06 16:27     ` Adam Sjøgren
2007-03-06 16:34     ` CHENG Gao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m21wk2l4w6.fsf@cyberhut.org \
    --to=chenggao@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).