scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-508664 ] WITH-CWD breaks on rhs of definition

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-508664 ] WITH-CWD breaks on rhs of definition
From: noreply@sourceforge.net
Date: Fri Jan 25 12:19:01 2002
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Bugs item #508664, was opened at 2002-01-25 12:18
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=508664&group_id=10493

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Rolf-Thomas Happe (rthappe)
Assigned to: Nobody/Anonymous (nobody)
Summary: WITH-CWD breaks on rhs of definition

Initial Comment:
Under Linux 2.2.17:

Welcome to scsh 0.6.0 (Chinese Democracy)
Type ,? for help.
> (with-cwd "mail" 13)
13
> (define foo (with-cwd "mail" 6))

Error: 2
       "No such file or directory"
       #{Procedure 12963 (%chdir in scsh-level-0)}
       "mail"
1> ,debug
'#{Exception-continuation (pc 22) (signal in scheme-level-0)}
 
 [0] 'syscall-error
 [1] '(2 "No such file or directory" #{Procedure 12963 #} "mail")


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=508664&group_id=10493


<Prev in Thread] Current Thread [Next in Thread>