From a1a1f01d848247f869d9e3b14985cf5d611fc79a Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Wed, 16 Oct 1991 17:15:32 +0000 Subject: [PATCH] Better instructions on the elisp-client installation procedure. --- ChangeLog | 5 +++++ INSTALL | 16 +++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a6e924043..83c9978e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 16 18:04:46 1991 Per Cederqvist (ceder at robert) + + * INSTALL: Better instructions on the elisp-client installation + procedure. + Wed Sep 25 12:38:03 1991 Per Cederqvist (ceder at lysator) * Makefile: Server version is 1.0.3. diff --git a/INSTALL b/INSTALL index 5031a0624..b99484336 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ # -# $Id: INSTALL,v 1.5 1991/10/08 23:16:43 ceder Exp $ +# $Id: INSTALL,v 1.6 1991/10/16 17:15:27 ceder Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -229,12 +229,14 @@ lyskom-mux 4895/tcp # LysKOM server (MUX) to /etc/crontab. -12) Fetch the most recent lyskom client from ftp.lysator.liu.se. Since - currently the only working client is written in emacs lisp, you will - have to get the elisp program elisp-client and install it so that - your load-path in emacs finds it. Wait until cron starts lyskomd, - or start it manually by running updateLysKOM. Start the client in - an emacs: +12) Fetch the most recent lyskom client from ftp.lysator.liu.se. + Since currently the only working client is written in emacs lisp, + you will have to get the elisp program elisp-client and install it + so that your load-path in emacs finds it. (Or, if you have + privileges, you can save the file anywhere and add an autoload in + defaults.el - see the emacs documentation). Wait until cron starts + lyskomd, or start it manually by running updateLysKOM. Start the + client in an emacs: emacs M-x load-lib RET lyskom -- GitLab