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: A few issues with thumbs.el Date: Tue, 31 May 2005 13:46:43 -0400 Message-ID: References: <87br6zuerw.fsf-monnier+emacs@gnu.org> <87u0kqrsur.fsf-monnier+emacs@gnu.org> <87hdgon2p2.fsf@jurta.org> <87vf508myc.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117562049 3177 80.91.229.2 (31 May 2005 17:54:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 May 2005 17:54:09 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 31 19:54:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DdAsg-0000yV-VV for ged-emacs-devel@m.gmane.org; Tue, 31 May 2005 19:50:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DdAxp-0005Ce-1u for ged-emacs-devel@m.gmane.org; Tue, 31 May 2005 13:55:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DdAu0-0003MN-Nk for emacs-devel@gnu.org; Tue, 31 May 2005 13:51:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DdAtt-0003Hr-5W for emacs-devel@gnu.org; Tue, 31 May 2005 13:51:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DdAtq-0003CD-LS for emacs-devel@gnu.org; Tue, 31 May 2005 13:51:34 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DdArn-0006EZ-Ox for emacs-devel@gnu.org; Tue, 31 May 2005 13:49:27 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DdAp9-0001Ai-Ns; Tue, 31 May 2005 13:46:43 -0400 Original-To: Stefan Monnier In-reply-to: <87vf508myc.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Mon, 30 May 2005 17:05:02 -0400) 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:37955 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37955 I think we will want to replace thumbs.el with tumme.el. The developer of tumme.el is looking at adding in all the features of thumbs.el so that nothing will be lost through the change. the conventions (the reason for those conventions is that the file may get loaded without any intention to actually use the mode. E.g. it may be loaded by Custom, or by the byte-compiler, ...). These are bugs and should be fixed. I'm thinking of: ;; Make sure auto-image-file-mode is ON. (auto-image-file-mode t) There is no reason now to use auto-image-file-mode. I think Image mode is much better.