Gnus development mailing list
 help / color / mirror / Atom feed
* Problems replying to Eudora emails
@ 2002-08-23 13:14 Chris Halverson
  2002-08-29  1:45 ` Jesper Harder
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Halverson @ 2002-08-23 13:14 UTC (permalink / raw)


My brother uses Eudora 5.1 Pro on Windows for email. Whenever he sends
me something, I cannot reply correctly. I am using Gnus CVS version
and am still having problems. I installed Eudora on my laptop and
tried it myself (my brother has a history of "fixing" things, so I
needed to verify :). The sample email is:

  From nobody Thu Aug 22 12:33:35 2002
  Return-Path: <cdh@halverson.org>
  Received: from cdh.halverson.org (pc2-19.mptelecom.net [216.70.19.2])
          by khan.completeis.com (8.12.2/8.12.2) with SMTP id g7LIkaRk001706
          for <cdh@halverson.org>; Wed, 21 Aug 2002 13:46:36 -0500 (CDT)
  Message-Id: <5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>
  X-Sender: cdh@mail.halverson.org
  X-Mailer: QUALCOMM Windows Eudora Version 5.1
  Date: Wed, 21 Aug 2002 13:46:19 -0500
  To: cdh@halverson.org
  From: Chris Halverson <cdh@halverson.org>
  Subject: test from eudora
  Mime-Version: 1.0
  Content-Type: multipart/mixed; x-avg-checked=avg-ok-28686ECD; boundary="=======5643117C======="
  X-Spam-Status: No, hits=-2.1 required=5.0
          tests=FROM_AND_TO_SAME
          version=2.31
  X-Spam-Level: 

  --=======5643117C=======
  Content-Type: text/plain; x-avg-checked=avg-ok-28686ECD; charset=us-ascii; format=flowed
  Content-Transfer-Encoding: 8bit

  This is just a test.

  --=======5643117C=======
  Content-Type: text/plain; charset=us-ascii; x-avg=cert; x-avg-checked=avg-ok-28686ECD
  Content-Disposition: inline


  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002

  --=======5643117C=======--

When I try to reply, I get a Signaling: (wrong-type-argument stringp
nil) error. Gnus drops me into the CC line w/ the To line filled in
correctly as well as the Subject and references line. A backtrace
follows:

Signaling: (wrong-type-argument stringp nil)
  wrong-type-argument(stringp nil)
  replace-in-string(nil "\"" "")
  (let ((beg ...) (email ...)) (end-of-line) (narrow-to-region beg (point)) (goto-char (point-min)) (while (search-forward "\"" nil t) (replace-match "")) (goto-char (point-min)) (if (search-forward email nil t) (let* ... ...)) (unless (re-search-forward ".*@.*" nil t) (widen) (forward-line 1) (beginning-of-line) (delete-region beg ...)))
  (save-restriction (message-goto-cc) (beginning-of-line) (let (... ...) (end-of-line) (narrow-to-region beg ...) (goto-char ...) (while ... ...) (goto-char ...) (if ... ...) (unless ... ... ... ... ...)))
  (save-excursion (save-restriction (message-goto-cc) (beginning-of-line) (let ... ... ... ... ... ... ... ...)))
  (if gnus-pers-cc-fix (save-excursion (save-restriction ... ... ...)))
  (progn (if (and ... ...) (let ... ...) (setq gnus-personality-last-used personality)) (if (and from ...) (progn ...)) (if gnus-pers-cc-fix (save-excursion ...)) (if (and extras ...) (progn ... ... ... ... ...)) (if (and signature ...) (let ... ... ... ... ...)) (goto-char (point-min)) (search-forward mail-header-separator) (forward-line 1) (beginning-of-line))
  (let* ((values ...) (foo1 ...) (fromfoo ...) (from ...) (foo ...) (extrasfoo ...) (extras ...) (foo2 ...) (signaturesfoo ...) (signature ...)) (progn (if ... ... ...) (if ... ...) (if gnus-pers-cc-fix ...) (if ... ...) (if ... ...) (goto-char ...) (search-forward mail-header-separator) (forward-line 1) (beginning-of-line)))
  (if (or personality (assoc "default" gnus-personalities)) (let* (... ... ... ... ... ... ... ... ... ...) (progn ... ... ... ... ... ... ... ... ...)) (let* (... ... ... ... ... ... ... ... ... ... ...) (progn ... ... ... ... ...)))
  gnus-personality-use("Halverson")
  (if personality (gnus-personality-use (car personality)) (gnus-personality-use))
  (progn (while (and ... ...) (setq personality ... split ...)) (if personality (gnus-personality-use ...) (gnus-personality-use)))
  (let ((split gnus-personality-electric-headers) personality) (progn (while ... ...) (if personality ... ...)))
  (if gnus-personality-electric-headers (let (... personality) (progn ... ...)) (progn (cond ... ... ...)))
  gnus-personality-electric-headers(((Subject . "Re: test from eudora") (To . "Chris Halverson <cdh@halverson.org>") (References . "<5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>")))
  (lambda nil (gnus-personality-electric-headers headers))()
  run-hooks((lambda nil (gnus-personality-electric-headers headers)))
  message-setup-1(((Subject . "Re: test from eudora") (To . "Chris Halverson <cdh@halverson.org>") (References . "<5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>")) #<buffer " *gnus article copy*"> nil)
  message-setup(((Subject . "Re: test from eudora") (To . "Chris Halverson <cdh@halverson.org>") (References . "<5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>")) #<buffer " *gnus article copy*">)
  message-reply(nil nil)
  gnus-summary-reply((1499) nil)
  gnus-summary-reply-with-original(nil)
  call-interactively(gnus-summary-reply-with-original)

Any ideas? These are the _only_ emails that I have problems with.

Thanks!!

cdh

-- 
Chris D. Halverson                         http://www.halverson.org/



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

* Re: Problems replying to Eudora emails
  2002-08-23 13:14 Problems replying to Eudora emails Chris Halverson
@ 2002-08-29  1:45 ` Jesper Harder
  2002-08-29  3:00   ` Chris Halverson
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Harder @ 2002-08-29  1:45 UTC (permalink / raw)


Chris Halverson <cdh@halverson.org> writes:

> My brother uses Eudora 5.1 Pro on Windows for email. Whenever he sends
> me something, I cannot reply correctly. I am using Gnus CVS version
> and am still having problems.
>
> When I try to reply, I get a Signaling: (wrong-type-argument stringp
> nil) error. Gnus drops me into the CC line w/ the To line filled in
> correctly as well as the Subject and references line. A backtrace
> follows:
>
>   gnus-personality-use("Halverson")
    ^^^^^^^^^^^^^^^^^^^^ 
> Any ideas? These are the _only_ emails that I have problems with.

I can't reproduce the error, FWIW.  

It appears that you're using something called 'gnus-personality', which
isn't part of Gnus.  Do you still get the error if you don't load that
package?




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

* Re: Problems replying to Eudora emails
  2002-08-29  1:45 ` Jesper Harder
@ 2002-08-29  3:00   ` Chris Halverson
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Halverson @ 2002-08-29  3:00 UTC (permalink / raw)


Jesper Harder <harder@ifa.au.dk> writes:

> It appears that you're using something called 'gnus-personality', which
> isn't part of Gnus.  Do you still get the error if you don't load that
> package?

*sigh*

Yep, that did it. I've used that for so long that I kinda forgot about
it. I don't really it need it anymore, so I guess I will just leave it
out. Thanks!

cdh

-- 
Chris D. Halverson                         http://www.halverson.org/



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

end of thread, other threads:[~2002-08-29  3:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-23 13:14 Problems replying to Eudora emails Chris Halverson
2002-08-29  1:45 ` Jesper Harder
2002-08-29  3:00   ` Chris Halverson

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