Nick Roberts <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]:/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)
 [EMAIL PROTECTED]:/appl/emacs



-- 
Best wishes

     Dieter Wilhelm


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to