Update of /project/stamp/cvsroot/stamp
In directory clnet:/tmp/cvs-serv8162
Added Files:
README TODO
Removed Files:
README.txt
Log Message:
Add a TODO list
--- /project/stamp/cvsroot/stamp/README 2008/08/04 07:05:52 NONE
+++ /project/stamp/cvsroot/stamp/README 2008/08/04 07:05:52 1.1
******* ******** ******** **** **** *******
******* ******** ******** ***** ***** *******
** ** ** ** ** ** ** ** ** **
** ** ** ** ** *** ** ** **
******* ** ******** ** * ** *******
******* ** ******** ** ** *******
** ** ** ** ** ** **
** ** ** ** ** ** **
******* ** ** ** ** ** **
******* ** ** ** ** ** **
-*- Mode: Lisp; Package: COMMON-LISP-USER -*-
Copyright (C) 2005-2006 Matthieu Villeneuve (matthieu.villeneuve(a)free.fr)
Copyright (C) 2006 Robert Strandh (strandh(a)labri.fr)
Copyright (C) 2007 Raquel Andia
Copyright (C) 2007 Alexandre Gomez
Copyright (C) 2007 Sebastien Serani
Copyright (C) 2007 Florian Willemain
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************
Install:
******************
You need to have this packages:
- mel-base
- mcclim
- split-sequence
You have to start first of a lisp environment (as SBCL).
/opt/local/bin/sbcl --core /opt/local/lib/sbcl/clim.core
And then:
*(require 'asdf-install)
*(asdf-install:install :split-sequence)
*(asdf-install:install :mcclim)
*(asdf-install:install :mel-base)
*(load "stamp.asd")
*(asdf:operate 'asdf:load-op :stamp-core)
*(stamp-core:stamp)
*******************
Start.lisp:
*******************
Setting for loading.
- (set-size-mbp h_mbp w_mbp)
- (set-size-height-ip h_ip)
- (set-size-width-fp w_fp)
- (set-size-width-sp w_sp)
- (set-size-hp w_hp h_hp)
- (set-size-height-mp h_mp)
- (set-default-filter filter)
- (set-mail-folder dir)
********************
Stamp-command:
********************
Commands usable with M-x.
- quit (Ctrl-q)
- select-message
- select-filter
- define-filter
- next-message (Ctrl-n)
- previous-message (Ctrl-p)
- compose-message
- reply
- forward
- get-mail
- show-all-headers
- save-attached-file
--- /project/stamp/cvsroot/stamp/TODO 2008/08/04 07:05:52 NONE
+++ /project/stamp/cvsroot/stamp/TODO 2008/08/04 07:05:52 1.1
- handling non-ASCII messages: try CL-MIME.
- sending email: try CL-SMTP.
- composing messages: write a new ESA application.
rstrandh's idea: "essentially a couple of Drei panes for editing
message headers and body [...] such a thing could be structured
in a way similar to Climacs, but with a fixed set of panes."
(#lisp, 08/04/2008)