From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#7222: 24.0.50; image-checkbox-checked considered harmful Date: Sat, 23 Oct 2010 16:16:01 -0400 Message-ID: References: <83sk07b77s.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287867337 10592 80.91.229.12 (23 Oct 2010 20:55:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Oct 2010 20:55:37 +0000 (UTC) Cc: 7222@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 23 22:55:36 2010 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.69) (envelope-from ) id 1P9l7m-0004mG-Qp for geb-bug-gnu-emacs@m.gmane.org; Sat, 23 Oct 2010 22:55:35 +0200 Original-Received: from localhost ([127.0.0.1]:56995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9l7m-0006FN-4V for geb-bug-gnu-emacs@m.gmane.org; Sat, 23 Oct 2010 16:55:34 -0400 Original-Received: from [140.186.70.92] (port=36749 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9l4s-0004J5-HR for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2010 16:52:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9kvS-0005Lx-5U for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2010 16:42:51 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9kvS-0005Ls-3c for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2010 16:42:50 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P9kSb-0001KF-Up; Sat, 23 Oct 2010 16:13:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 23 Oct 2010 20:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7222 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7222-submit@debbugs.gnu.org id=B7222.12878647284982 (code B ref 7222); Sat, 23 Oct 2010 20:13:01 +0000 Original-Received: (at 7222) by debbugs.gnu.org; 23 Oct 2010 20:12:08 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P9kRj-0001IH-TC for submit@debbugs.gnu.org; Sat, 23 Oct 2010 16:12:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P9kRh-0001Hh-5v for 7222@debbugs.gnu.org; Sat, 23 Oct 2010 16:12:05 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P9kVV-0001ee-Tf; Sat, 23 Oct 2010 16:16:01 -0400 X-Spook: Kh-11 MIT-LL illuminati monarchist assassinate Baranyi X-Ran: &"qs?O?G4Br]OUhWr-cxd~IL*l_f1V9ggruN5]s (Eli Zaretskii's message of "Fri\, 15 Oct 2010 21\:12\:55 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 23 Oct 2010 16:13:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org 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:41101 Archived-At: Eli Zaretskii wrote: > This is because the above two new defvar's call create-image, which > signals an error if an unsupported image type is called out. Does simply sticking `ignore-errors' around those create-image calls work?