From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Wed, 30 Jan 2008 09:14:42 -0800 Subject: [sup-talk] NoMethodError running sup-config In-Reply-To: References: <1201220266-sup-191@south> Message-ID: <1201713052-sup-6822@south> Reformatted excerpts from Sho Fukamachi's message of 2008-01-25: > Great, I cloned it and ran from there. The problem is fixed, but > exposed another problem when it tried to do a sup-add, which also > errored out. I was able, however, to do the sup-add manually without > further issue. If you have the backtrace, I'd be happy to take a look. > Anyway, thanks for your help! I really like sup .. it's a joy to use. Glad to hear it! > One more thing: there seem to be pretty severe display errors when I > display (and scroll through) japanese mail. I'm not really sure how to > go about troubleshooting what's wrong. Shall I make a new thread here, > or send you the mail I have in mind which exposes the problem > directly? The problem is that the Ruby ncurses library doesn't have wide character support. So non-ASCII characters should appear, if the locale is detected correctly, but ncurses will be completely confused every time it prints a wide character because it expects the character to have taken multiple columns whereas the terminal interpreted it as only one. At least, that's my limited understanding of the issue. There was some preliminary work at recompiling the ruby ncurses library to enable wide characters here: http://rubyforge.org/pipermail/sup-talk/2007-October/000297.html -- William