emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/tumme.el


From: Mathias Dahl
Subject: [Emacs-diffs] Changes to emacs/lisp/tumme.el
Date: Thu, 25 May 2006 12:21:41 +0000

Index: emacs/lisp/tumme.el
diff -u emacs/lisp/tumme.el:1.23 emacs/lisp/tumme.el:1.24
--- emacs/lisp/tumme.el:1.23    Wed May 24 19:18:26 2006
+++ emacs/lisp/tumme.el Thu May 25 12:21:41 2006
@@ -1762,13 +1762,11 @@
 
 (defun tumme-display-image (file &optional original-size)
   "Display image FILE in image buffer.
-Use this when you want to display the image, semi sized, in a window
-next to the thumbnail window - typically a three-window configuration
-with dired to the left, thumbnail window to the upper right and image
-window to the lower right.  The image is sized to fit the display
-window (using a temporary file, don't worry).  Because of this, it
-will not be as quick as opening it directly, but on most modern
-systems it should feel snappy enough.
+Use this when you want to display the image, semi sized, in a new
+window.  The image is sized to fit the display window (using a
+temporary file, don't worry).  Because of this, it will not be as
+quick as opening it directly, but on most modern systems it
+should feel snappy enough.
 
 If optional argument ORIGINAL-SIZE is non-nil, display image in its
 original size."
@@ -1822,7 +1820,8 @@
 See documentation for `tumme-display-image' for more information.
 With prefix argument ARG, display image in its original size."
   (interactive "P")
-  (tumme-display-image (dired-get-filename) arg))
+  (tumme-display-image (dired-get-filename) arg)
+  (display-buffer tumme-display-image-buffer))
 
 (defun tumme-image-at-point-p ()
   "Return true if there is a tumme thumbnail at point."




reply via email to

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