unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Madhusudan Singh <spammers-go-here@spam.invalid>
Subject: VM 7.19 locks up repeatedly with GNU Emacs 21.3
Date: Tue, 03 May 2005 23:31:29 -0400	[thread overview]
Message-ID: <42784157$0$79455$14726298@news.sunsite.dk> (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.

             reply	other threads:[~2005-05-04  3:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-04  3:31 Madhusudan Singh [this message]
2005-05-04 18:50 ` VM 7.19 locks up repeatedly with GNU Emacs 21.3 Kurt Hackenberg
2005-05-04 19:20   ` Madhusudan Singh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='42784157$0$79455$14726298@news.sunsite.dk' \
    --to=spammers-go-here@spam.invalid \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).