joe fails when opening a lua source file

Bug #272422 reported by AlejandroRiveira
2
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(num))
<<<
 I get

 /etc/joe/syntax/lua.jsf 183: Unknown class

 And i can not edit the file.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.