emacs-devel
[Top][All Lists]
Advanced

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

Re: imagemagic in image-mode and image-dired-thumbnail-mode?


From: joakim
Subject: Re: imagemagic in image-mode and image-dired-thumbnail-mode?
Date: Sun, 14 Jul 2013 21:17:21 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Glenn Morris <address@hidden> writes:

> address@hidden wrote:
>
>>> Is there a hidden reason why image scaling is not yet implemented?
>>>
>>>    ;; Not yet implemented.
>>>    ;; (defvar image-transform-minor-mode-map
>>>    ;;   (let ((map (make-sparse-keymap)))
>>>    ;;     ;; (define-key map  [(control ?+)] 'image-scale-in)
>>>    ;;     ;; (define-key map  [(control ?-)] 'image-scale-out)
>>>    ;;     ;; (define-key map  [(control ?=)] 'image-scale-none)
>>>    ;;     ;; (define-key map "c f h" 'image-scale-fit-height)
>>>    ;;     ;; (define-key map "c ]" 'image-rotate-right)
>>>    ;;     map)
>>>    ;;   "Minor mode keymap `image-transform-mode'.")
>>>
>>
>> I worked on scaling support for image mode when I worked on the
>> original ImageMagik patch. However, I didnt have time to finish the
>> support. The above keymap was probably written by someone else, have a
>> look in the log.
>
> No, you wrote it.

Interesting.

> http://lists.gnu.org/archive/html/emacs-diffs/2010-08/msg00213.html
>
> It's a shame this stuff was never finished. Do you have time to do it
> now?

Not really, but I can try uncommenting that code and see what
happens. Perhaps I even wrote some notes for myself somewhere...

-- 
Joakim Verona



reply via email to

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