4 Jan 2005 08:25
Re: Using ee for browsing chats from emacs-jabber
Juri Linkov <juri <at> jurta.org>
2005-01-04 07:25:07 GMT
2005-01-04 07:25:07 GMT
Mathias Dahl <mathias.dahl <at> gmail.com> writes: > Do you think it would be easy to use ee to make it possible to > browse/categorize (or whatever ee can do) the chat log that is > created? The log for all chats with all contacts are saved in the same > file and the format looks like this: > > ["2004-12-21T17:31:16+01:00" "out" "me" "dummy <at> jabbernet.dk" "hello there!"] > ["2004-12-21T17:32:03+01:00" "out" "me" "dummy <at> jabbernet.dk" "how are you?"] > ["2004-12-21T17:32:13+01:00" "out" "me" "dummy <at> jabbernet.dk" "this is > row one\nthis is row two"] > > It would be cool to be able to browse the log per contact and / or date. > > Yes, I was too lazy to even look at the source code of the various > packages in ee, so I understand if you are too lazy to answer... :) No, I am not lazy to answer, but rather I was too lazy to add more extensions to ee last yearSince as I see the logs are saved as Lisp data, it would be quite straightforward to read them by ee. However, I suspect that there are no initial `[' or `(' and final `]' or `)' to read all vectors as one Lisp object. In any case, this is not a problem. I will install emacs-jabber in the next few days and see what I can do with it. -- -- Juri Linkov http://www.jurta.org/emacs/ ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
Since as I see the logs are saved as Lisp data, it would be quite
straightforward to read them by ee. However, I suspect that there
are no initial `[' or `(' and final `]' or `)' to read all vectors
as one Lisp object. In any case, this is not a problem.
I will install emacs-jabber in the next few days and see
what I can do with it.
RSS Feed