From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.bugs,gmane.emacs.xemacs.beta,gmane.emacs.devel Subject: Re: smtpmail believes starttls is not needed (solved) Date: Sat, 27 Oct 2007 13:31:20 +0900 Message-ID: <87ejfh2n6v.fsf@uwakimon.sk.tsukuba.ac.jp> References: <18209.43812.217617.480295@gargle.gargle.HOWL> <18209.59810.123026.810484@gargle.gargle.HOWL> <873avx5yfz.fsf@uwakimon.sk.tsukuba.ac.jp> <472280D9.6030302@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193459473 9604 80.91.229.12 (27 Oct 2007 04:31:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2007 04:31:13 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, xemacs-beta@xemacs.org, =?iso-8859-1?Q?Fran=E7ois?= Puitg , emacs-devel@gnu.org To: Jason Rumney Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 27 06:31:09 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 1IldKD-0005GU-6s for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2007 06:31:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IldK4-0003qW-Ia for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2007 00:30:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IldJn-0003cW-9Q for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2007 00:30:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IldJh-0003XV-9G for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2007 00:30:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IldJh-0003XQ-5L; Sat, 27 Oct 2007 00:30:33 -0400 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IldJX-0000jZ-6n; Sat, 27 Oct 2007 00:30:23 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (unknown [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id C69931535A8; Sat, 27 Oct 2007 13:30:18 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id CBE611A2E12; Sat, 27 Oct 2007 13:31:20 +0900 (JST) In-Reply-To: <472280D9.6030302@gnu.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" (+CVS-20070621) XEmacs Lucid X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:16852 gmane.emacs.xemacs.beta:26150 gmane.emacs.devel:81827 Archived-At: Jason Rumney writes: > Stephen J. Turnbull wrote: > > And this kind of thing is why. `with-no-warnings' and similar often > > inadvertantly hide real problems. > > In this case the problem was hidden by the (condition-case ... (error nil)) Just one of the pitfalls I meant by "and similar". Two such constructs in a single function? Ouch!