From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: thumbs directory Date: Fri, 04 Nov 2005 17:55:53 +0100 Message-ID: References: <87ll0bbr8w.fsf@stupidchicken.com> <87zmoqtvyf.fsf@jurta.org> <874q6wu5yo.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1131124170 32473 80.91.229.2 (4 Nov 2005 17:09:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Nov 2005 17:09:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 04 18:09:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EY50D-0004Oa-Mv for ged-emacs-devel@m.gmane.org; Fri, 04 Nov 2005 18:05:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EY50D-0003Gu-3M for ged-emacs-devel@m.gmane.org; Fri, 04 Nov 2005 12:05:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EY4zx-0003Gm-R0 for emacs-devel@gnu.org; Fri, 04 Nov 2005 12:05:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EY4zw-0003GP-Bq for emacs-devel@gnu.org; Fri, 04 Nov 2005 12:05:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EY4zw-0003GC-8M for emacs-devel@gnu.org; Fri, 04 Nov 2005 12:05:04 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EY4zv-0005fj-Rz for emacs-devel@gnu.org; Fri, 04 Nov 2005 12:05:04 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EY4xX-0003Ea-N9 for emacs-devel@gnu.org; Fri, 04 Nov 2005 18:02:35 +0100 Original-Received: from 1-1-3-38a.gml.gbg.bostream.se ([82.182.110.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Nov 2005 18:02:35 +0100 Original-Received: from brakjoller by 1-1-3-38a.gml.gbg.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Nov 2005 18:02:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 53 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 1-1-3-38a.gml.gbg.bostream.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:sxDDJWc3u7elt0CICgPhQ3cB5GM= 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:45403 Archived-At: "Richard M. Stallman" writes: > What is the list of suggested features still missing? Particularly, > the list of what thumbs can do and tumme cannot? This is the current todo for tumme and actually there are only two things missing compared to thumbs.el (if we want/need them in the first place) and those are marked below: ;; TODO ;; ==== ;; ;; * Some sort of auto-rotate function based on rotate info in the ;; EXIF data. ;; ;; * Check if exiftool exist before trying to call it to give a better ;; error message. ;; ;; * Investigate if it is possible to also write the tags to the image ;; files. ;; -----> Add an option for clean-up/max-size functionality for thumbnail -----> directory. -----> Add setroot function from thumbs.el ;; * Asynchronous creation of thumbnails. ;; ;; * Add `tumme-display-thumbs-ring' and functions to cycle that. Find ;; out which is best, saving old batch just before inserting new, or ;; saving the current batch in the ring when inserting it. Adding it ;; probably needs rewriting `tumme-display-thumbs' to be more general. ;; ;; * Find some way of toggling on and off really nice keybindings in ;; dired (for example, using C-n or instead of C-S-n). ;; ;; * Enhanced gallery creation with basic CSS-support and pagination ;; of tag pages with many pictures. ;; ;; * Rewrite `tumme-modify-mark-on-thumb-original-file' to be less ;; ugly. ;; ;; * In some way keep track of buffers and windows and stuff so that ;; it works as the user expects. ;; ;; * More/better documentation Btw, tumme 0.4.10, which is not released yet, has the changes regarding central or per-directory thumbnail storage, as we discussed earlier in this thread. /Mathias