From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: misc thumbs changes Date: Mon, 03 May 2004 06:51:09 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1083563835 20477 80.91.224.253 (3 May 2004 05:57:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 May 2004 05:57:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 03 07:57:09 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKWRx-0006PU-00 for ; Mon, 03 May 2004 07:57:09 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKWRx-0000EQ-00 for ; Mon, 03 May 2004 07:57:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKWPz-0003ct-L4 for emacs-devel@quimby.gnus.org; Mon, 03 May 2004 01:55:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BKWPA-0002yX-41 for emacs-devel@gnu.org; Mon, 03 May 2004 01:54:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKWOF-0001zi-Fq for emacs-devel@gnu.org; Mon, 03 May 2004 01:53:50 -0400 Original-Received: from [217.44.221.99] (helo=indigo.shootybangbang.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKWOE-0001zd-GL for emacs-devel@gnu.org; Mon, 03 May 2004 01:53:18 -0400 Original-Received: from jpw by indigo.shootybangbang.com with local (Exim 3.36 #1 (Debian)) id 1BKWM9-0005ht-00; Mon, 03 May 2004 06:51:09 +0100 Original-To: jphiltheberge@videotron.ca In-reply-to: (message from John Paul Wallington on Mon, 03 May 2004 06:46:37 +0100) X-Mailer: Norman X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n); p.i$Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22579 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22579 > +(put 'thumbs-mode 'mode-class 'special) > (define-derived-mode thumbs-view-image-mode Doh! Should say (put 'thumbs-view-image-mode 'mode-class 'special).