unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* VM 7.19 locks up repeatedly with GNU Emacs 21.3
@ 2005-05-04  3:31 Madhusudan Singh
  2005-05-04 18:50 ` Kurt Hackenberg
  0 siblings, 1 reply; 3+ messages in thread
From: Madhusudan Singh @ 2005-05-04  3:31 UTC (permalink / raw)


I have the following in my .emacs :

(setq vm-toolbar-pixmap-directory "/usr/local/emacs/share/emacs/site-
lisp/vm")
(setq vm-image-directory "/usr/local/emacs/share/emacs/site-lisp/vm")
(autoload 'vm "vm" "Start VM on your primary inbox." t)
(autoload 'vm-other-frame "vm" "Like `vm' but starts in another frame
." t)
(autoload 'vm-visit-folder "vm" "Start VM on an arbitrary folder." t)
(autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder."
t)
(autoload 'vm-mode "vm" "Run VM major mode on a buffer" t)
(autoload 'vm-mail "vm" "Send a mail message using VM." t)
(autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t)
(setq vm-spool-files (list
                     (concat "imap:myserver.mydomain.edu:993:inbox:login:"
                             (getenv "USER") ":*")))
(setq vm-imap-expunge-after-retrieving nil)
(setq mail-default-reply-to "msingh@mydomain.edu")
(setq user-full-name "Madhusudan Singh")
(setq user-mail-address "msingh@mydomain.edu")
(define-key menu-bar-tools-menu [rmail] '("Read Mail" . vm))
(define-key-after menu-bar-tools-menu [smail] '("Send Mail" . vm-mail)
'rmail)
(setq mail-user-agent 'vm-user-agent)
(setq toolbar-mail-reader 'vm)
(setq vm-mutable-windows nil)
(setq vm-mail-check-intervil nil)
(setq vm-auto-get-new-mail nil)

However, on entering the right password, emacs just locks up. This is not
"occasional" as the FAQ (http://www.wonderworks.com/vm/vm-faq-4.html#ss4.3)
warns, but reproducible.

How do I fix this ?

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-04 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-04  3:31 VM 7.19 locks up repeatedly with GNU Emacs 21.3 Madhusudan Singh
2005-05-04 18:50 ` Kurt Hackenberg
2005-05-04 19:20   ` Madhusudan Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).