[Uim-bugs] [Bug 642] New: #f and () are not distinguished properly
bugzilla-daemon at pdx.freedesktop.org
bugzilla-daemon at pdx.freedesktop.org
Wed May 19 10:49:09 EEST 2004
http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=642
Summary: #f and () are not distinguished properly
Product: UIM
Version: unspecified
Platform: All
URL: http://lists.sourceforge.jp/mailman/archives/anthy-
dev/2004-May/000830.html
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: generic Scheme codes
AssignedTo: uim-bugs at freedesktop.org
ReportedBy: yamaken at bp.iij4u.or.jp
Currently uim's Scheme interpreter does not distinguish between #f and (). This
is preventing some kind of codes from being written in ordinary way (see bug
#617) and is confusing advanced users who know Scheme.
The patch attached to the URL (by Kouhei Sutou-san) makes siod distinguish
between #f and (). But many Scheme codes under scm directory are not
distinguishing between the ones, so the patch introduces new bugs.
Sanitize all scm files is required. Developers, declare "I have start validating
this file" and do it.
- unchecked files
im.scm
rk.scm
japanese.scm
generic.scm
key.scm
anthy.scm
skk.scm
skk-editor.scm
prime.scm
pyload.scm
hangul.scm
tcode.scm
tutcode.scm
canna.scm
m17nlib.scm
hk.scm
viqr.scm
ipa.scm
spellcheck.scm
- safe files
util.scm
custom.scm
uim-sh.scm
PY.scm
generic-key.scm
hangul2.scm
hangul3.scm
japanese-azik.scm
japanese-kana.scm
latin.scm
loader.scm
default.scm
pinyin-big5.scm
pyunihan.scm
romaja.scm
zaurus.scm
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the uim-bugs
mailing list