help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Please excuse this XEmacs user's desperation: smtpmail.el over SSL


From: Andreas Politz
Subject: Re: Please excuse this XEmacs user's desperation: smtpmail.el over SSL
Date: Tue, 04 May 2010 15:43:45 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Andreas Politz <politza@fh-trier.de> writes:

> Either `cred' is unbound at this point, or there is an error inside 
> the condition-case.  So the questions are :
>
> a) What is the value of `cred' ?
> b) What happens (error or not) if you remove the condition-case
>   from this function ?
>

In case this was unclear, change it like this :


(if (null (and cred
               ;;(condition-case ()
           ;; XEmacs change
           (with-boundp '(starttls-use-gnutls
              starttls-gnutls-program
              starttls-program)
             (require 'starttls)
             (call-process (if starttls-use-gnutls
             starttls-gnutls-program
                 starttls-program)))
         ;;(error nil))
               ))
   ;; The normal case.



reply via email to

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