Jerry James <james(a)xemacs.org> writes:
I'm suspicious of that non-toplevel (require 'starttls). I
wonder if
this problem would go away if we either moved that to toplevel, or
wrapped it in eval-and-compile. In either case, the with-boundp would
become unnecessary.
What does (featurep 'starttls) say when this code is NOT working for you?
Step 1. XEmacs started, Gnus initialized, message buffer open, message not sent
(featurep 'starttls)
=> nil
Step 2. C-c C-c. (Sending the message failed since starttls wasn't called.)
(featurep 'starttls)
=> t
Following that the message won't get sent until I eval that function.
Starting over...
Step 3. XEmacs restarted, Gnus initialized, starttls required
manually, attempt to send message => fail
Does any of that help?
Thanks
Marcus
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta