| To: | scsh-checkins@lists.sourceforge.net |
|---|---|
| Subject: | [Scsh-checkins] CVS: scsh-0.6/scsh top.scm,1.9,1.10 |
| From: | Martin Gasbichler <mainzelm@users.sourceforge.net> |
| Date: | Mon, 9 Oct 2000 02:44:23 -0700 |
| List-id: | <scsh-checkins.lists.sourceforge.net> |
| Sender: | scsh-checkins-admin@lists.sourceforge.net |
Update of /cvsroot/scsh/scsh-0.6/scsh
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20826
Modified Files:
top.scm
Log Message:
Changed interaction-environment for processing of command line
switches to user-environment. This made -s work.
Index: top.scm
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/scsh/top.scm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** top.scm 2000/10/04 14:12:49 1.9
--- top.scm 2000/10/09 09:44:20 1.10
***************
*** 234,239 ****
args
term-switch)
! (with-interaction-environment ;useless ?????????
! (environment-for-commands)
(lambda ()
(begin
--- 234,239 ----
args
term-switch)
! (with-interaction-environment
! (user-environment)
(lambda ()
(begin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Scsh-checkins] CVS: scsh-0.6/scsh top.scm,1.8,1.9, Martin Gasbichler |
|---|---|
| Next by Date: | [Scsh-checkins] CVS: scsh-0.6/scsh/rx re-low.c,1.2,1.3 re-low.scm,1.3,1.4, Martin Gasbichler |
| Previous by Thread: | [Scsh-checkins] CVS: scsh-0.6/scsh top.scm,1.8,1.9, Martin Gasbichler |
| Next by Thread: | [Scsh-checkins] CVS: scsh-0.6/scsh/rx re-low.c,1.2,1.3 re-low.scm,1.3,1.4, Martin Gasbichler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |