May 13, 2014
11:08 a.m.
⦠Which is extremely annoying when writing blocks with arguments on a norwegian OSX keyboard. | is Alt - 7, when I donât release the Alt key before the following space, and a NBSP is inserted instead of a space character, which breaks both the parser and syntax highlighting. When doitâing, you get the syntax error: [ :a | Unknown character ->a ] (notice also the off-by-one indicator, itâs not the a, but the preceding space which is unknown). Would it be better if NBSP were treated equally to a normal space by the parser, or is there some keyboard binding I can revert? Cheers, Henry