From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs,gmane.emacs.devel,gmane.emacs.xemacs.beta Subject: Re: smtpmail believes starttls is not needed (solved) Date: Sat, 27 Oct 2007 01:05:45 +0100 Message-ID: <472280D9.6030302@gnu.org> References: <18209.43812.217617.480295@gargle.gargle.HOWL> <18209.59810.123026.810484@gargle.gargle.HOWL> <873avx5yfz.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193443580 9813 80.91.229.12 (27 Oct 2007 00:06:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2007 00:06:20 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, emacs-devel@gnu.org, =?ISO-8859-1?Q?Fran=E7ois_Puitg?= , xemacs-beta@xemacs.org To: "Stephen J. Turnbull" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 27 02:06:20 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IlZBy-0008Fr-Gc for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2007 02:06:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlZBp-0008Hx-M9 for geb-bug-gnu-emacs@m.gmane.org; Fri, 26 Oct 2007 20:06:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlZBn-0008FT-Ba for bug-gnu-emacs@gnu.org; Fri, 26 Oct 2007 20:06:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlZBl-0008Bq-JL for bug-gnu-emacs@gnu.org; Fri, 26 Oct 2007 20:06:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlZBl-0008Bf-Ex; Fri, 26 Oct 2007 20:06:05 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlZBl-0001Kc-7b; Fri, 26 Oct 2007 20:06:05 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 455075081B; Sat, 27 Oct 2007 01:06:04 +0100 (BST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <873avx5yfz.fsf@uwakimon.sk.tsukuba.ac.jp> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16850 gmane.emacs.devel:81808 gmane.emacs.xemacs.beta:26149 Archived-At: Stephen J. Turnbull wrote: > And this kind of thing is why. `with-no-warnings' and similar often > inadvertantly hide real problems. It's also unnecessary in XEmacs In this case the problem was hidden by the (condition-case ... (error nil))