[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: image attachments makes wl to hang
Hi,
Are there a set of steps to set up Wanderlust in emacs Windows. I
am already using Clojure box but I am new and my settings does not seem
to work properly.
(load "mime-setup")
(setq load-path (cons "E:\\Clojure Box\\wl-2.14.0\\apel" load-path))
(setq load-path (cons "E:\\Clojure Box\\wl-2.14.0\\flim" load-path))
(setq load-path (cons "E:\\Clojure Box\\wl-2.14.0\\semi" load-path))
(setq load-path (cons "E:\\Clojure Box\\wl-2.14.0\\elmo" load-path))
(setq load-path (cons "E:\\Clojure Box\\wl-2.14.0\\wl" load-path))
(setq load-path (cons "E:\\Clojure Box\\wl-2.14.0\\utils" load-path))
;; wanderlust
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
;; IMAP
(setq elmo-imap4-default-server "imap.gmail.com")
(setq elmo-imap4-default-user "radhakrishnan.mohan@gmail.com")
(setq elmo-imap4-default-authenticate-type 'clear)
(setq elmo-imap4-default-port '993)
(setq elmo-imap4-default-stream-type 'ssl)
(setq elmo-imap4-use-modified-utf7 t)
;; SMTP
(setq wl-smtp-connection-type 'starttls)
(setq wl-smtp-posting-port 587)
(setq wl-smtp-authenticate-type "plain")
(setq wl-smtp-posting-user "radhakrishnan.mohan")
(setq wl-smtp-posting-server "smtp.gmail.com")
(setq wl-local-domain "gmail.com")
(setq wl-default-folder "%inbox")
(setq wl-default-spec "%")
(setq wl-draft-folder "%[Gmail]/Drafts") ; Gmail IMAP
(setq wl-trash-folder "%[Gmail]/Trash")
(setq wl-folder-check-async t)
(setq elmo-imap4-use-modified-utf7 t)
(autoload 'wl-user-agent-compose "wl-draft" nil t)
(if (boundp 'mail-user-agent)
(setq mail-user-agent 'wl-user-agent))
(if (fboundp 'define-mail-user-agent)
(define-mail-user-agent
'wl-user-agent
'wl-user-agent-compose
'wl-draft-send
'wl-draft-kill
'mail-send-hook))
Thanks,
Mohan
-----Original Message-----
From: Rodrigo Amestica [mailto:ramestica@nrao.edu]
Sent: Tuesday, April 19, 2011 11:07 PM
To: wl-en@lists.airs.net
Subject: Re: image attachments makes wl to hang
On Tue, 19 Apr 2011 13:34:25 -0400,
Rodrigo Amestica <ramestica@nrao.edu> wrote:
> On Tue, 19 Apr 2011 12:27:05 -0400,
> Vitaly Mayatskikh <v.mayatskih@gmail.com> wrote:
>> At Mon, 18 Apr 2011 16:07:54 -0400, Rodrigo Amestica wrote:
>>> every time I have a message that includes an image and the image is
>>> bigger than the emacs window in which wl is displaying the message
>>> then emacs will hang as soon as I try to scroll across that image.
It
>>> actually hangs precisely when the image occupies the full area of
the
>>> emacs window.
>>>
>>> Is this a known issue? (I'm assuming you can tell my version
>>> configuration from my User-Agent)
>> This is known issue. Emacs is not hanging, it spins in some tight
>> loop. If you are lucky enough, you still can interrupt it from
>> keyboard.
> yes, it is like a tight loop, top reports ~99% cpu
> usage. unfortunately, ctrl-g-g
sorry, misfired the previous message, ctrl-g-g does not help, it has
never actually helped me for recovering this situation. is there a
different way for trying to interrupt?
Do you know where the issue is? emacs or wl or the package used to
render the image within the emacs window?
thanks,
Rodrigo
>> --
>> wbr, Vitaly