|
From: <no...@so...> - 2002-03-31 13:55:19
|
Bugs item #536885, was opened at 2002-03-29 22:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=536885&group_id=588 Category: plugins Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Carlos Quiroz (tibu) >Summary: JythonInterpreter "c:\temp\r.py" Initial Comment: JythonInterpreter 0.8 in jEdit 4.0pre8, running on Windows 2000 on JDK 1.3.1: When the current buffer contains a file whose name includes substrings like "\r" or "\t", for example "c:\temp\rough.py", hitting the "Run current buffer" button results in error output like: Traceback (innermost last): File "console", line 1, in ? IOError: File not found - C: emp ough.py (The filename, directory name, or volume label syntax is incorrect) That is, it's interpreting the "\r" and "\t" substrings as escape sequences. "Run current buffer into another buffer" does the correct thing, and so did JythonInterpreter 0.7. ---------------------------------------------------------------------- >Comment By: Carlos Quiroz (tibu) Date: 2002-03-31 16:55 Message: Logged In: YES user_id=64333 It is a bug. will be fixed for version 0.9 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=536885&group_id=588 |