guile-sources
[Top][All Lists]
Advanced

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

ttn-pers-scheme 0.24 available


From: Thien-Thi Nguyen
Subject: ttn-pers-scheme 0.24 available
Date: Wed, 31 Oct 2001 00:28:47 -0800

inspired in part by martin's rfc822 module...  please see dir:

  http://www.glug.org/people/ttn/software/ttn-pers-scheme/

for tarball and other files.  NEWS excerpt follows.

thi


_______________________________________________
- VERSION 0.24 (released 2001/10/30)

  - (ttn gap-buffer) `gb?' is now exported

  - New module: (ttn parse-rfc822)

        This module exports one procedure `parse-rfc822', which has the
        following docstring:

        Parse MAILMSG, return a query proc.
        MAILMSG may be a gap-buffer, or something that `make-gap-buffer'
        takes.  The query proc takes a symbol COMP, and returns the
        message component COMP.  Supported values for COMP are:
          from    -- first whitespace-delimited token
                     after "^From " on first line
          headers -- the headers as an alist (keys are
                     strings), order maintained
          body    -- rest of the mail message
        Any other query results in a "bad component" error.

[excerpt ends here]



reply via email to

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