emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: thumbs doesn't show next image


From: Dieter Wilhelm
Subject: Re: thumbs doesn't show next image
Date: Sat, 28 Jan 2006 18:41:16 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Nick Roberts <address@hidden> writes:

Hi Nick,
>
> Something I've noticed is that the thumbnails are sometimes larger than
> the image (do M-x thumbs on emacs/etc/images, for example).  I guess that
> has something to do with the "convert" program from ImageMagick.  If you have
> any ideas I'd like to know.

Alas, before I figured out that the second slash is necessary for lisp
I had produced lots of zero sized file remnants.

1005 $  cvs -d:pserver:address@hidden:/sources/emacs diff -c 
emacs/lisp/thumbs.el
Index: emacs/lisp/thumbs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/thumbs.el,v
retrieving revision 1.27
diff -c -r1.27 thumbs.el
*** emacs/lisp/thumbs.el        26 Jan 2006 23:03:17 -0000      1.27
--- emacs/lisp/thumbs.el        28 Jan 2006 17:31:25 -0000
***************
*** 72,78 ****
    :type 'directory
    :group 'thumbs)
  
! (defcustom thumbs-geometry "100x100"
    "*Size of thumbnails."
    :type 'string
    :group 'thumbs)
--- 72,78 ----
    :type 'directory
    :group 'thumbs)
  
! (defcustom thumbs-geometry "100x100\\>"
    "*Size of thumbnails."
    :type 'string
    :group 'thumbs)
 address@hidden:/appl/emacs



-- 
Best wishes

     Dieter Wilhelm




reply via email to

[Prev in Thread] Current Thread [Next in Thread]