emacs-devel
[Top][All Lists]
Advanced

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

Re: Recent documents: Emacs and GNOME integration


From: Stuart D. Herring
Subject: Re: Recent documents: Emacs and GNOME integration
Date: Thu, 25 May 2006 10:02:24 -0700 (PDT)
User-agent: SquirrelMail/1.4.3a-11.EL3

>         (insert "<RecentItem>")
>         (insert "\n" "<URI>" uri "</URI>"
>                 "\n" "<Mime-Type>" mime-type "</Mime-Type>"
>                 "\n" "<Timestamp>" timestamp "</Timestamp>")
>         (when groups
>           (insert "\n" "<Groups>")
>           (mapc (lambda (group)
>                   (insert "\n" "<Group>" group "</Group>"))
>                 groups)
>           (insert "\n" "</Groups>"))
>         (when private
>           (insert "\n" "<Private/>"))
>         (insert "\n" "</RecentItem>" "\n"))

Could this possibly be done by creating a proper Lisp structure
representing the XML data and then printing it (with the xml.el debugging
functions or something similar)?  I think it'd be a good precedent to
build and print data structures rather than just generate flat text.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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