Uday Reddy u.s.reddy-at-cs.bham.ac.uk |launchpad| wrote at 15:42 -0000 on Jan 24, 2010: > Dear John, sorry for the delay in getting back to you. I have just > tried this with emacs -q, and a bare-bones .vm file, and I did not get > an error. Can you please try it again, with debug-on-error set to t, > and send me a backtrace?
Debugger entered--Lisp error: (wrong-type-argument listp "imap-ssl:imap.gmail.com:993:*:login:[email protected]:*") reverse(("duck" . "imap-ssl:imap.gmail.com:993:*:login:[email protected]:*")) mapcar(reverse (("duck" . "imap-ssl:imap.gmail.com:993:*:login:[email protected]:*"))) (setq vm-imap-account-alist (mapcar (quote reverse) (vm-imap-spec-list-to-host-alist vm-imap-server-list))) (if (null vm-imap-account-alist) (setq vm-imap-account-alist (mapcar ... ...))) (let ((this-command this-command) (last-command last-command)) (if (null vm-imap-account-alist) (setq vm-ima$ (save-excursion (vm-session-initialization) (vm-check-for-killed-folder) (vm-select-folder-buffer-if-possibl$ call-interactively(vm-visit-imap-folder t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) -- vm-imap-server-list seems broken in 8.1.0 beta (Wrong type argument) https://bugs.launchpad.net/bugs/506206 You received this bug notification because you are a member of VM development team, which is the registrant for VM. Status in VM (View Mail) for Emacs: Incomplete Bug description: This used to work (does work in 8.0.14)... (setq vm-imap-server-list '( "imap-ssl:imap.gmail.com:993:inbox:login:[email protected]:*" ) ) When I do M-x vm-visit-imap-folder in 8.1.0 beta, however, I get: Wrong type argument: listp, "imap-ssl:imap.gmail.com:993:*:login:[email protected]:*" _______________________________________________ Mailing list: https://launchpad.net/~vm Post to : [email protected] Unsubscribe : https://launchpad.net/~vm More help : https://help.launchpad.net/ListHelp

