Index of /tcl/ftparchive/sorted/packages-7.6/apps/carnet-1.3b
Name Last modified Size Description
Parent Directory 26-Oct-99 08:56 -
README 30-Jun-97 12:03 2k
carnet-1.3b.tar.gz 02-Jul-97 15:16 57k
home/ 29-Jan-99 12:23 -
CARNET README FILE
#
# Carnet : a simple address book written in tcl/tk
# Copyright (C) 1996 Nocera Luciano
#
# 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; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
CONTENTS
========
You should check if all the files mentioned below are in the
present directory:
README
INSTALL
COPYING
Makefile
carnet
log.xbm
app.tcl
browse.tcl
ext.tcl
help.tcl
print.tcl
proc.tcl
simplemail.tcl
error.tcl
carnet-rmail.el
carnet-vm.el
carnet-exmh.tcl
REQUIREMENTS
============
tk 4.0 or later
tcl 7.3 or later
REMARKS
=======
As this is a beta version no help is included for the use of both
carnet-exmh.tcl, carnet-rmail.el and carnet-vm.el. (These files are
form the bbdb distrib, i've just hacked around to interface things
with carnet). Anyway this is pretty simple you just have to load one
of these files in you .emacs file using something like:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; vm hack a la bbdb for carnet
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(load-file (expand-file-name "/somepath/carnet-vm.el"))
(carnet-insinuate-vm)
or
(require 'carnet-vm)
(carnet-insinuate-vm)
depending on if carnet-vm.el is in your emacs lisp path.
And it should work. You do not need the emacs server running for these
things to work.
AUTHOR
======
Nocera Luciano
Office - 3401 Walnut street
GRASP Lab, Rm # 316C
University of Pennsylvania
Philadelphia, PA 19104
Home - 2300 Pine St.
Philadelphia, PA
19103
USA
Phone (215) 898-0336
Fax (215) 573-2048
Email lnocera@grip.cis.upenn.edu
URL http://www.cis.upenn.edu/~lnocera