Public bug reported:

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.

** Affects: joe (Ubuntu)
     Importance: Undecided
         Status: New

-- 
joe fails when opening a lua source file
https://bugs.launchpad.net/bugs/272422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to