Gnus development mailing list
 help / color / mirror / Atom feed
* Error Sending Email With Latest CVS Build
@ 2000-11-07 16:41 Jake Colman
  2000-11-07 16:47 ` ShengHuo ZHU
  0 siblings, 1 reply; 10+ messages in thread
From: Jake Colman @ 2000-11-07 16:41 UTC (permalink / raw)



I just upgraded from an early CVS Version (5.4.4) to the latest 5.8.8.  When
I try to send email, I get the following:

Wrong type argument: listp, iso-8859-1

The email _is_ sent but the mail buffer remains visible.  I have to manually
kill the buffer.  Anyone know what the problem might be or what I should do
to give you more detail?

Thanks!

-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 928-4640
Jersey City, NJ 07311                  E-mail: colman@ppllc.com
                                       E-mail: jcolman@jnc.com
                                          web: http://www.ppllc.com

microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Error Sending Email With Latest CVS Build
  2000-11-07 16:41 Error Sending Email With Latest CVS Build Jake Colman
@ 2000-11-07 16:47 ` ShengHuo ZHU
  2000-11-07 17:07   ` Jake Colman
  0 siblings, 1 reply; 10+ messages in thread
From: ShengHuo ZHU @ 2000-11-07 16:47 UTC (permalink / raw)


Jake Colman <colman@ppllc.com> writes:

> I just upgraded from an early CVS Version (5.4.4) to the latest 5.8.8.  When
> I try to send email, I get the following:
> 
> Wrong type argument: listp, iso-8859-1
> 
> The email _is_ sent but the mail buffer remains visible.  I have to manually
> kill the buffer.  Anyone know what the problem might be or what I should do
> to give you more detail?

Please `M-: (setq debug-on-error t) RET' and post the backtrace.

ShengHuo



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Error Sending Email With Latest CVS Build
  2000-11-07 16:47 ` ShengHuo ZHU
@ 2000-11-07 17:07   ` Jake Colman
  2000-11-07 17:20     ` ShengHuo ZHU
  0 siblings, 1 reply; 10+ messages in thread
From: Jake Colman @ 2000-11-07 17:07 UTC (permalink / raw)
  Cc: ding

>>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:

    >> I just upgraded from an early CVS Version (5.4.4) to the latest 5.8.8.
    >> When I try to send email, I get the following:
    >>
    >> Wrong type argument: listp, iso-8859-1
    >>
    >> The email _is_ sent but the mail buffer remains visible.  I have to
    >> manually kill the buffer.  Anyone know what the problem might be or
    >> what I should do to give you more detail?

    ZSH> Please `M-: (setq debug-on-error t) RET' and post the backtrace.

As I posted in a separate email...

I found that the following line

        (setq message-posting-charset 'iso-8859-1)

was what was causing me grief sending mail when I upgraded to 5.8.8 in cvs.
I commented it out and now all is well.  Any idea what this is and why I may
have been setting it?

Do you still want me to generate a backtrace or is this sufficient
information?

-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 928-4640
Jersey City, NJ 07311                  E-mail: colman@ppllc.com
                                       E-mail: jcolman@jnc.com
                                          web: http://www.ppllc.com

microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Error Sending Email With Latest CVS Build
  2000-11-07 17:07   ` Jake Colman
@ 2000-11-07 17:20     ` ShengHuo ZHU
  2000-11-07 17:33       ` Jake Colman
  0 siblings, 1 reply; 10+ messages in thread
From: ShengHuo ZHU @ 2000-11-07 17:20 UTC (permalink / raw)


Jake Colman <colman@ppllc.com> writes:

> As I posted in a separate email...
> 
> I found that the following line
> 
>         (setq message-posting-charset 'iso-8859-1)
> 
> was what was causing me grief sending mail when I upgraded to 5.8.8 in cvs.
> I commented it out and now all is well.  Any idea what this is and why I may
> have been setting it?
> 
> Do you still want me to generate a backtrace or is this sufficient
> information?

The value of message-posting-charset should look like '(iso-8859-1
iso-8859-1), but in most cases the value is not used because
gnus-group-posting-charset-alist overrides it.

ShengHuo



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Error Sending Email With Latest CVS Build
  2000-11-07 17:20     ` ShengHuo ZHU
@ 2000-11-07 17:33       ` Jake Colman
  2000-11-07 17:53         ` ShengHuo ZHU
  2000-11-07 18:18         ` Florian Weimer
  0 siblings, 2 replies; 10+ messages in thread
From: Jake Colman @ 2000-11-07 17:33 UTC (permalink / raw)
  Cc: ding

>>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:

    ZSH> The value of message-posting-charset should look like '(iso-8859-1
    ZSH> iso-8859-1), but in most cases the value is not used because
    ZSH> gnus-group-posting-charset-alist overrides it.

Hmmmm.  The variable gnus-group-posting-charset-alist does not seem to be
defined for me at all.  In any event, should I be setting either one of these
at all or will things "just work right" regardless?

-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 928-4640
Jersey City, NJ 07311                  E-mail: colman@ppllc.com
                                       E-mail: jcolman@jnc.com
                                          web: http://www.ppllc.com

microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Error Sending Email With Latest CVS Build
  2000-11-07 17:33       ` Jake Colman
@ 2000-11-07 17:53         ` ShengHuo ZHU
  2000-11-07 18:43           ` Jake Colman
  2000-11-07 18:18         ` Florian Weimer
  1 sibling, 1 reply; 10+ messages in thread
From: ShengHuo ZHU @ 2000-11-07 17:53 UTC (permalink / raw)


Jake Colman <colman@ppllc.com> writes:

> >>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:
> 
>     ZSH> The value of message-posting-charset should look like '(iso-8859-1
>     ZSH> iso-8859-1), but in most cases the value is not used because
>     ZSH> gnus-group-posting-charset-alist overrides it.
> 
> Hmmmm.  The variable gnus-group-posting-charset-alist does not seem to be
> defined for me at all.  In any event, should I be setting either one of these
> at all or will things "just work right" regardless?

The variable is defined in gnus-msg.  It seems that you improperly
start a message buffer, for example, message-mail.  The following code
may help you (only valid for Gnus 5.8.8 or higher version).

(require 'gnus-msg)
(setq mail-user-agent 'gnus-user-agent)
(setq bbdb-send-mail-style 'compose-mail) ;; If you use BBDB.

ShengHuo



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Error Sending Email With Latest CVS Build
  2000-11-07 17:33       ` Jake Colman
  2000-11-07 17:53         ` ShengHuo ZHU
@ 2000-11-07 18:18         ` Florian Weimer
  2000-11-07 18:44           ` Jake Colman
  1 sibling, 1 reply; 10+ messages in thread
From: Florian Weimer @ 2000-11-07 18:18 UTC (permalink / raw)


Jake Colman <colman@ppllc.com> writes:

> Hmmmm.  The variable gnus-group-posting-charset-alist does not seem to be
> defined for me at all. 

Are you sure?  I think it's hard to load Gnus without binding this
variable.

> In any event, should I be setting either one of these at all or will
> things "just work right" regardless?

It shouldn't be necessary to set any of these variables (if your
overall Emacs configuration is correct).  Otherwise, this might
qualify as a bug in Gnus.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Error Sending Email With Latest CVS Build
  2000-11-07 17:53         ` ShengHuo ZHU
@ 2000-11-07 18:43           ` Jake Colman
  0 siblings, 0 replies; 10+ messages in thread
From: Jake Colman @ 2000-11-07 18:43 UTC (permalink / raw)
  Cc: ding

>>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:

    ZSH> The variable is defined in gnus-msg.  It seems that you improperly
    ZSH> start a message buffer, for example, message-mail.  The following
    ZSH> code may help you (only valid for Gnus 5.8.8 or higher version).

Actually, it appears that gnus-msg is not being loaded until the first time I
try to send an email -- a seemingly, reasonable behavior.  So I guess all is
actually well and I should simply not be defining these variables.

-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 928-4640
Jersey City, NJ 07311                  E-mail: colman@ppllc.com
                                       E-mail: jcolman@jnc.com
                                          web: http://www.ppllc.com

microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Error Sending Email With Latest CVS Build
  2000-11-07 18:18         ` Florian Weimer
@ 2000-11-07 18:44           ` Jake Colman
  2000-11-11 16:12             ` Florian Weimer
  0 siblings, 1 reply; 10+ messages in thread
From: Jake Colman @ 2000-11-07 18:44 UTC (permalink / raw)
  Cc: ding


>>>>> "FW" == Florian Weimer <fw@deneb.enyo.de> writes:

    FW> It shouldn't be necessary to set any of these variables (if your
    FW> overall Emacs configuration is correct).  Otherwise, this might
    FW> qualify as a bug in Gnus.

The overall configuration _does_ seem to be correct.  gnus-msg does not load
until you send your first email and that's why the variables were not
defined.  Again, I guess I should not have to manually tweak these variables?
Maybe this was just something I was doing for an earlier beta of gnus?

-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 928-4640
Jersey City, NJ 07311                  E-mail: colman@ppllc.com
                                       E-mail: jcolman@jnc.com
                                          web: http://www.ppllc.com

microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Error Sending Email With Latest CVS Build
  2000-11-07 18:44           ` Jake Colman
@ 2000-11-11 16:12             ` Florian Weimer
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Weimer @ 2000-11-11 16:12 UTC (permalink / raw)


Jake Colman <colman@ppllc.com> writes:

> >>>>> "FW" == Florian Weimer <fw@deneb.enyo.de> writes:
> 
>     FW> It shouldn't be necessary to set any of these variables (if your
>     FW> overall Emacs configuration is correct).  Otherwise, this might
>     FW> qualify as a bug in Gnus.
> 
> The overall configuration _does_ seem to be correct.  gnus-msg does
> not load until you send your first email and that's why the
> variables were not defined.  Again, I guess I should not have to
> manually tweak these variables?

There are some applications which require tweaking this variables
(for example, if you post to the foo.* hierarchy which requires the
"bar-baz" MIME charset for articles).  The default settings cover some
hierarchies which mandate articles violating the MIME RFCs, but there
might be additional ones.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2000-11-11 16:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-07 16:41 Error Sending Email With Latest CVS Build Jake Colman
2000-11-07 16:47 ` ShengHuo ZHU
2000-11-07 17:07   ` Jake Colman
2000-11-07 17:20     ` ShengHuo ZHU
2000-11-07 17:33       ` Jake Colman
2000-11-07 17:53         ` ShengHuo ZHU
2000-11-07 18:43           ` Jake Colman
2000-11-07 18:18         ` Florian Weimer
2000-11-07 18:44           ` Jake Colman
2000-11-11 16:12             ` Florian Weimer

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).