Hi, when trying to load spinneret https://github.com/ruricolist/spinneret on ABCL it would fail as ABCL does not recognize the character #\No-break_space https://github.com/ruricolist/spinneret/blob/master/syntax.lisp#L37. The character in question is named #_. This patch adds a human readable name, #\No-break_space, which is used in sbcl, ccl and clisp, and permits spinneret to load.
Hope it is adequately formatted as I'm not familiar with svn, Javier Olaechea
On Jun 11, 2015, at 00:15, Javier Olaechea pirata@gmail.com wrote:
Hi, when trying to load spinneret https://github.com/ruricolist/spinneret on ABCL it would fail as ABCL does not recognize the character #\No-break_space https://github.com/ruricolist/spinneret/blob/master/syntax.lisp#L37. The character in question is named #_. This patch adds a human readable name, #\No-break_space, which is used in sbcl, ccl and clisp, and permits spinneret to load.
Your patch has been applied as [r14787][]. Thanks!
[r14787]: http://abcl.org/trac/changeset/14787 http://abcl.org/trac/changeset/14787
Hope it is adequately formatted as I'm not familiar with svn,
svn is not directly based around patches, but in general we prefer “unified diffs” as being most widely compatible with tooling.
armedbear-devel@common-lisp.net