From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: C file recoginzed as image file Date: Tue, 09 Jan 2007 20:04:26 -0500 Message-ID: References: <45A3F433.9080802@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1168391138 25822 80.91.229.12 (10 Jan 2007 01:05:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Jan 2007 01:05:38 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, c.a.rendle@gmail.com, dooglus@gmail.com, monnier@iro.umontreal.ca Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 10 02:05:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H4RuJ-00022z-8Z for ged-emacs-devel@m.gmane.org; Wed, 10 Jan 2007 02:05:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4RuI-0003fe-Ta for ged-emacs-devel@m.gmane.org; Tue, 09 Jan 2007 20:05:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H4Rti-00033D-K9 for emacs-devel@gnu.org; Tue, 09 Jan 2007 20:04:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4Rth-00031C-Jg for emacs-devel@gnu.org; Tue, 09 Jan 2007 20:04:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4Rth-00030u-9E for emacs-devel@gnu.org; Tue, 09 Jan 2007 20:04:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H4Rtg-0004Qv-H8 for emacs-devel@gnu.org; Tue, 09 Jan 2007 20:04:56 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H4RtC-0002KN-Hu; Tue, 09 Jan 2007 20:04:26 -0500 Original-To: "Lennart Borgman (gmail)" In-reply-to: <45A3F433.9080802@gmail.com> (lennart.borgman@gmail.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65099 Archived-At: > For protection against bugs in libraries, we could consider writing > code in Emacs to thoroughly validate an image before displaying it. > That too is too much for before the release, but it would be the best > solution for after the release. Should not that code be in the image libraries instead? It would be good for the image libraries to do that. And we might independently want to make Emacs do that, so as not to trust the image libraries.