Gnus development mailing list
 help / color / mirror / Atom feed
* problem sending mail
@ 2000-09-28 11:32 Fabrice Gamberini
  2000-09-28 12:17 ` Kai Großjohann
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Gamberini @ 2000-09-28 11:32 UTC (permalink / raw)


Hello,

I have been unsig emacs, actually NT-emacs (version 20.4.1) on this 
win95 machine for some time, and I finally decided to try and install 
gnus 5.8, because of its MIME capabilities.

I am only intending to use Gnus for mail, no news server here. Anyway, 
reading (pop3) mail is working great, nnml is really fine. The problem 
I have is when I tried to send a test email, it didn't work. Apparently 
something wrong happens when the User-Agent line is automatically added 
to the header.


Activating debug on error gives the followin backtrace:

Signaling: (args-out-of-range 1 1)
  pos-visible-in-window-p()
  (and jiggle-enabled (not executing-kbd-macro) 
(pos-visible-in-window-p))
  (if (and jiggle-enabled (not executing-kbd-macro) 
(pos-visible-in-window-p)) (progn (let ... ...)))
  (when (and jiggle-enabled (not executing-kbd-macro) 
(pos-visible-in-window-p)) (let (... ... other-dot) (cond ... ... ... 
... ...)))
  jiggle-cursor()
  run-hooks(jiggle-buffer-switch-hook)
  (let (ad-return-value) (setq ad-return-value (ad-Orig-kill-buffer 
buffer)) (run-hooks             (quote jiggle-buffer-switch-hook)) 
ad-return-value)
  kill-buffer(#<killed buffer>)
  byte-code("Á\b!?\n [temp-buffer buffer-name kill-buffer] 2)
  mml-generate-mime()
  message-encode-message-body()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
* call-interactively(message-send-and-exit)

it seems to be related to that jiggle thingie, but I don't really know 
what would the next step be ...

Thanks



Fga

--
Fabrice Gamberini
Data Transmission Software Group Leader
WAVECOM S.A.
email: fabrice.gamberini@wavecom.fr
Web Site: http://www.wavecom.com/



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

* Re: problem sending mail
  2000-09-28 11:32 problem sending mail Fabrice Gamberini
@ 2000-09-28 12:17 ` Kai Großjohann
  0 siblings, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2000-09-28 12:17 UTC (permalink / raw)
  Cc: 'ding@gnus.org'

On Thu, 28 Sep 2000, Fabrice Gamberini wrote:

> it seems to be related to that jiggle thingie, but I don't really
> know what would the next step be ...

Turn off the jiggle thingie, then check that the error goes away?

kai
-- 
I like BOTH kinds of music.



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

* Re: Problem sending mail
  1999-06-16 14:22 Problem " Bruce Z. Lysik
@ 1999-07-03  9:51 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-07-03  9:51 UTC (permalink / raw)


"Bruce Z. Lysik" <eldrik@logrus.com> writes:

> Signaling: (error "Illegal address: nil")
>   signal(error ("Illegal address: nil"))

Yup.  Fix in Pterodactyl Gnus v0.91.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Problem sending mail
@ 1999-06-16 14:22 Bruce Z. Lysik
  1999-07-03  9:51 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Z. Lysik @ 1999-06-16 14:22 UTC (permalink / raw)


Hi folks.  I'm unable to send news at all.  First some data: pgnus
0.87, XEmacs 20.4.

When I try C-c C-c to send I get an error.  Here's the backtrace:

Signaling: (error "Illegal address: nil")
  signal(error ("Illegal address: nil"))
  cerror("Illegal address: %s" nil) 
  apply(cerror ("Illegal address: %s" nil))
  error("Illegal address: %s" nil)
  mail-extract-address-components(nil)
  message-check-news-header-syntax()
  message-check-news-syntax() 
  message-send-news(nil) 
  message-send-via-news(nil) 
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)

This error only occurs when pgnus reads my .gnus.el file.  But I can't 
find anything in it that is incorrect.  Following my signature is the
file.  (Since I can't figure out how to use MIME to attach it.)

Any help is appreciated.

-- 
Bruce Z. Lysik  <eldrik@logrus.com>   http://www.logrus.com/~eldrik
GCS d++(-) a-- C++ ULS+++$ P+++$ L++ E+ W+++ N++ w--- M-- V PS PE
Y+ PGP+ t+ 5++ X+ R+ tv+ b++ DI+ G e++ h+ r y+ s

-- .gnus.el --

(setq gnus-group-sort-function 'gnus-group-sort-groups-by-method)

(autoload 'gnus-junk-complain "gnus-junk" "(not loaded yet)" t)
(add-hook 'gnus-sum-load-hook (lambda nil
				(define-key gnus-summary-mode-map [(?$)]
				  'gnus-junk-complain)))

(setq gnus-message-archive-group
      '((if (message-news-p)
	    "sent-news"
	  (concat "sent-mail-" (format-time-string
				"%Y-%m" (current-time))))))



(setq message-required-mail-headers
      '(
	(X-attribution . "BZL")
        (X-Url . "http://www.logrus.com/~eldrik")
	))

(setq message-required-news-headers
      '(
	(X-attribution . "BZL")
	(X-Url . "http://www.logrus.com/~eldrik")
	))

(setq gnus-secondary-select-methods
      '((nnml "private"))
      nnmail-split-methods
      '(
	("mail.important.lissy" "^From:.*sweetdreamer80@hotmail.com")
	("mail.important.lissy" "^From:.*Pat Joyce")
	("mail.common.ding" "^To:.*ding@gnus.org")
	("mail.common.ding" "^CC:.*ding@gnus.org")
	("mail.common.tinyfugue" "^To:.*tinyfugue@tcp.com")
	("mail.common.tinyfugue" "^CC:.*tinyfugue@tcp.com")
	("mail.common.bugtraq" "^To:.*BUGTRAQ@netspace.org")
	("mail.common.bugtraq" "^CC:.*BUGTRAQ@netspace.org")
	("mail.common.gnome-list" "^To:.*gnome-list@gnome.org")
	("mail.common.gnome-list" "^CC:.*gnome-list@gnome.org")
	("mail.common.wearhard" "^To:.*wear-hard@haven.org")
	("mail.common.wearhard" "^CC:.*wear-hard@haven.org")
	("mail.common.pilot-unix" "^To:.*pilot-unix@hcirisc.cs.binghamton.edu")
	("mail.common.pilot-unix" "^CC:.*pilot-unix@hcirisc.cs.binghamton.edu")
	("mail.common.pilot-unix" "^To:.*pilot-unix@lists.best.com")
	("mail.common.pilot-unix" "^CC:.*pilot-unix@lists.best.com")
	("mail.common.gnucash" "^To:.*gnucash")
	("mail.common.gnucash" "^CC:.*gnucash")
	("mail.common.system" "^From:.*Cron")
	("mail.important.other" "")))

(setq gnus-auto-expirable-newsgroups
     "mail.common") 

(setq gnus-permanently-visible-groups
      "mail")

(setq nnmail-expiry-wait-function
      (lambda (group)
	(cond ((string= group "mail.important.lissy") 'never)
	      ((string= group "mail.important.save") 'never)
	      ((string= group "mail.common.bugtraq") 31)
	      ((string= group "mail.common.system") 'immediate)
	      ((string= group "mail.common.tinyfugue") 1)
	      ((string= group "mail.common.ding") 1)
	      ((string= group "mail.common.gnome-list") 1)
	      ((string= group "mail.common.wearhard") 1)
	      ((string= group "mail.common.pilot-unix") 1)
	      ((string= group "mail.common.gnucash") 1)
	      ((string= group "mail.important.other") 7)
	      (t
	       7))))


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

end of thread, other threads:[~2000-09-28 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-28 11:32 problem sending mail Fabrice Gamberini
2000-09-28 12:17 ` Kai Großjohann
  -- strict thread matches above, loose matches on Subject: below --
1999-06-16 14:22 Problem " Bruce Z. Lysik
1999-07-03  9:51 ` Lars Magne Ingebrigtsen

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