View Single Post
Old 06-23-2022, 06:10 PM   #1
ChuckieM
Junior Member
ChuckieM began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2022
Device: Apple Books app on iPad
Sigil parsing error

I am running Sigil 1.9.10 on an M1 iMac (OS X 12.4) and I am getting a parsing error on the '@' sign. Below is a minimum viable example that throws the error:

Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
  <title></title>
</head>

<body>
  0: (SWANK::DEBUG-IN-EMACS #<UNDEFINED-FUNCTION @ #x716b082a>)
</body>
</html>
Any help appreciated.
ChuckieM is offline   Reply With Quote