joe fails when opening a lua source file
Bug #272422 reported by
AlejandroRiveira
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
joe (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: joe
Ubuntu Hardy up to date
joe version 3.5-1.1
When i open a lua source file with joe (jmacs) such as:
>>>
-- defines factorial
function factorial (n)
if n == 1 then
return 1
else
return n * factorial(n - 1)
end
end
print("Enter a number:")
num = io.read("*number")
print("\n")
print(factorial
<<<
I get
/etc/joe/
And i can not edit the file.
To post a comment you must log in.