unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: John covici <covici@ccs.covici.com>
To: emacs-devel@gnu.org
Subject: Re: suddenly part of vm not working
Date: Wed, 15 Oct 2008 01:39:19 -0400	[thread overview]
Message-ID: <18677.33287.315116.158154@ccs.covici.com> (raw)
In-Reply-To: <jwvr66isas0.fsf-monnier+emacs@gnu.org>

OK, here is the back trace -- I have the source if necessary.

Debugger entered--Lisp error: (wrong-type-argument sequencep 40)
  mapconcat(identity "(Unparsable address -- Strange character \\;
  found: \";_^_>\")" ", ")
  vm-su-do-recipients([[#<marker at 8340240 in incoming> #<marker at
  8340287 in incoming> #<marker at 8342630 in incoming> #<marker at
  8342798 in incoming> #<m$  vm-su-to([[#<marker at 8340240 in
  incoming> #<marker at 8340287 in incoming> #<marker at 8342630 in
  incoming> #<marker at 8342798 in incoming> #<marker at 83$
  vm-vs-recipient([[#<marker at 8340240 in incoming> #<marker at
  8340287 in incoming> #<marker at 8342630 in incoming> #<marker at
  8342798 in incoming> #<marke$  apply(vm-vs-recipient [[#<marker at
  8340240 in incoming> #<marker at 8340287 in incoming> #<marker at
  8342630 in incoming> #<marker at 8342798 in incoming> #$
  vm-vs-and([[#<marker at 8340240 in incoming> #<marker at 8340287 in
  incoming> #<marker at 8342630 in incoming> #<marker at 8342798 in
  incoming> #<marker at 8$  apply(vm-vs-and [[#<marker at 8340240 in
  incoming> #<marker at 8340287 in incoming> #<marker at 8342630 in
  incoming> #<marker at 8342798 in incoming> #<marke$
  vm-vs-or([[#<marker at 8340240 in incoming> #<marker at 8340287 in
  incoming> #<marker at 8342630 in incoming> #<marker at 8342798 in
  incoming> #<marker at 83$  apply(vm-vs-or [[#<marker at 8340240 in
  incoming> #<marker at 8340287 in incoming> #<marker at 8342630 in
  incoming> #<marker at 8342798 in incoming> #<marker$
  vm-build-virtual-message-list(nil)
  vm-visit-virtual-folder("covici" nil)
  call-interactively(vm-visit-virtual-folder nil nil)
 
and here is my .vm
; -*- emacs-lisp -*-
;;(require 'vm-spamassassin)
(setq vm-mail-header-from "John covici <covici@ccs.covici.com>")
(setq vm-primary-inbox "~/mail/incoming")
(setq vm-folder-directory "~/mail/")
(setq vm-mime-alternative-select-method '(favorite "text/plain"))
(setq vm-mime-internal-content-type-exceptions '("text/html"))
(setq vm-visible-headers '("Resent-" "From:" "Sender:" "To:" "Apparently-To:" "Cc:" "Subject:" "Date:" "Lines:"))
(setq vm-forwarding-digest-type nil)
(setq vm-forwarding-subject-format "%s (fwd)")
(setq vm-forwarded-headers '("Resent-" "From:" "Sender:" "To:" "Apparently-To:" "Cc:" "Subject:" "Date:"))
(setq vm-unforwarded-header-regexp nil)
(add-hook 'vm-summary-mode-hook (lambda () (setq truncate-lines nil)))
(setq vm-delete-after-saving t)
(setq vm-move-after-deleting t)
(setq vm-included-text-attribution-format "on %w %02M/%02d/%y %F(%f) wrote\n")
(setq mail-archive-file-name "sent-mail")
(setq vm-mime-default-face-charsets t)

;;;========================================================================
;;; Use abbrevs (expanded right away) instead of aliases (expanded
;;; when sent) for aliases defined in the .mailrc or bbdb
;;;========================================================================
(add-hook 'mail-setup-hook 'mail-abbrevs-setup)
(add-hook 'mail-setup-hook
	   '(lambda ()
	  (substitute-key-definition
	   'next-line 'mail-abbrev-next-line
	   mail-mode-map global-map)
	  (substitute-key-definition
	   'end-of-buffer 'mail-abbrev-end-of-buffer
	   mail-mode-map global-map)))

(setq vm-startup-with-summary t)
(setq vm-virtual-folder-alist '(
("covici" (("~/mail/incoming") (and(recipient "covici") (undeleted) (not(author "root")) (not(author "bbbs-english-list")))))))
;;(setq vm-mime-type-converter-alist
;;      '(
;;        ("text/html" "text/plain" "lynx -force_html  /dev/stdin")))
;;;        ("text/html" "text/plain" "w3m -dump -T text/html")))
;;(add-to-list 'vm-mime-internal-content-type-exceptions "text/html")
;;

on Wednesday 10/15/2008 Stefan Monnier(monnier@iro.umontreal.ca) wrote
 > > Hi.  This may be a bit off topic, I hope you can help me either fix or
 > > work around this bug.
 > 
 > Doesn't seem offtopic.
 > 
 > > I have been using vm for years, through many versions ofemacs and even
 > > 23.0.60 -- it did work for a while, now every time I visit a certain
 > > virtual folder I get the following error:
 > 
 > > Wrong type argument: sequencep, 40
 > 
 > > How can I trace this out, or is it something which is known so I can
 > > fix it -- I know vm has not been maintained for a while?
 > 
 > Try to get a backtrace.   E.g. start by setting Options => Enter
 > Debugger on Error.
 > 
 > 
 >         Stefan
 > 

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com




  reply	other threads:[~2008-10-15  5:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-15  4:47 suddenly part of vm not working John covici
2008-10-15  5:13 ` Stefan Monnier
2008-10-15  5:39   ` John covici [this message]
2008-10-15  5:49 ` Glyn Millington
2008-10-15  7:54   ` John covici
2008-10-15  8:42     ` John covici
2008-10-15  9:11       ` Glyn Millington

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=18677.33287.315116.158154@ccs.covici.com \
    --to=covici@ccs.covici.com \
    --cc=emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).