From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: C file recoginzed as image file Date: Tue, 09 Jan 2007 20:59:47 +0100 Message-ID: <45A3F433.9080802@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168372852 30166 80.91.229.12 (9 Jan 2007 20:00:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Jan 2007 20:00:52 +0000 (UTC) Cc: lekktu@gmail.com, c.a.rendle@gmail.com, Stefan Monnier , dooglus@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 09 21:00:50 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 1H4N9D-0004IP-5o for ged-emacs-devel@m.gmane.org; Tue, 09 Jan 2007 21:00:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4N9C-0003oS-Ol for ged-emacs-devel@m.gmane.org; Tue, 09 Jan 2007 15:00:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H4N8u-0003lg-RI for emacs-devel@gnu.org; Tue, 09 Jan 2007 15:00:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4N8q-0003gJ-NP for emacs-devel@gnu.org; Tue, 09 Jan 2007 15:00:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4N8q-0003g6-Hf for emacs-devel@gnu.org; Tue, 09 Jan 2007 15:00:16 -0500 Original-Received: from [80.76.149.212] (helo=ch-smtp01.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H4N8j-00079A-M5; Tue, 09 Jan 2007 15:00:10 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:62691 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1H4N8h-0002J6-4y; Tue, 09 Jan 2007 21:00:07 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: rms@gnu.org In-Reply-To: X-Antivirus: avast! (VPS 0701-6, 2007-01-08), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1H4N8h-0002J6-4y. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1H4N8h-0002J6-4y 9f395260811d2db5d82133cd1bdab800 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:65073 Archived-At: Richard Stallman wrote: > 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?