emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#11594: closed (message-send-and-exit now fails)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11594: closed (message-send-and-exit now fails)
Date: Fri, 01 Jun 2012 19:53:02 +0000

Your message dated Fri, 01 Jun 2012 15:50:31 -0400
with message-id <address@hidden>
and subject line Re: bug#11594: message-send-and-exit now fails
has caused the debbugs.gnu.org bug report #11594,
regarding message-send-and-exit now fails
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11594: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11594
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: message-send-and-exit now fails Date: Thu, 31 May 2012 10:17:28 +0200
I built emacs from the latest on the trunk and found
that I can no longer send mail in the usual manner (using gnus).

It worked fine with a snapshot from 2012-05-24.09h10 UTC.
Here's how it fails, now:

Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  auth-source-search(:host "localhost" :port "smtp" :user nil :max 1 :require 
nil :create nil)
  smtpmail-try-auth-methods(#<process smtpmail> (dsn 8bitmime 
enhancedstatuscodes etrn size) "localhost" "smtp" nil)
  byte-code("...elided..." [host process-buffer buffer-undo-list 
coding-system-for-write coding-system-for-read port get-buffer-create format 
"*trace of SMTP session to %s*" t erase-buffer binary open-network-stream 
"smtpmail" :type :return-list :capability-command "EHLO %s.\n" smtpmail-fqdn 
:end-of-command "^[0-9]+ .*.\n" :success "^2.*\n" :always-query-capabilities 
:starttls-function #[(capabilities) "\301\302\"\205.\303\207" [capabilities 
string-match "[ -]STARTTLS" "STARTTLS.\n"] 3] :client-certificate 
:use-starttls-if-possible throw done plist-get :error "Unable to contact 
server" set-process-filter smtpmail-process-filter :greeting 
smtpmail-response-code "No greeting: %s" 400 "Connection not allowed: %s" 
set-buffer-process-coding-system raw-text-unix make-local-variable 
smtpmail-read-point :capabilities smtpmail-command-or-throw "HELO %s" delete "" 
split-string ...] 24)
  smtpmail-via-smtp(("address@hidden" "address@hidden" "address@hidden") 
#<buffer  smtpmail temp>)
  smtpmail-send-it()
  message-smtpmail-send-it()
  #[nil " \207" [message-send-mail-function] 1]()
  gnus-agent-send-mail()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit nil nil)



--- End Message ---
--- Begin Message --- Subject: Re: bug#11594: message-send-and-exit now fails Date: Fri, 01 Jun 2012 15:50:31 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)
> Yes, I realized this.  What causes the problems is that print-circle is
> not bound correctly.  See my other posts in this thread.

Indeed, eliminating print-circle from byte-compile-output-docform was
correct when I did it (at which point -defmumble did not call
byte-compile-output-docform any more), but later I re-added the call to
byte-compile-output-docform and forgot to re-add the corresponding
print-circle.  Thanks for helping me catch it, should be fixed now,


        Stefan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]