bug-mit-scheme
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-mit-scheme] imail issues with quoted human names


From: Taylor R Campbell
Subject: Re: [Bug-mit-scheme] imail issues with quoted human names
Date: Thu, 28 Aug 2008 13:47:29 -0400
User-agent: IMAIL/1.21; Edwin/3.116; MIT-Scheme/7.7.90.+

   Date: Thu, 28 Aug 2008 10:04:07 -0700
   From: "Chris Hanson" <address@hidden>

   How about this?

   (define-mail-alias "divizheni.active"
     (map (lambda (entry)
            (string-append "\"" (car entry) "\" <" (cadr entry) ">"))
          ...))

Probably you want to escape the name in case it contains double-quotes
itself.  For this list of names it's not an issue, of course.  What I
had in mind was introducing a DEFINE-MAIL-ALIAS-LIST procedure with
implementations both in Scheme and in elisp, which one would put in a
file that both GNU Emacs and Edwin can load.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]