Bug 15901 - modules does not load properly because of not escaped '" in loader.scm'.
Summary: modules does not load properly because of not escaped '" in loader.scm'.
Status: RESOLVED FIXED
Alias: None
Product: UIM
Classification: Unclassified
Component: generic Scheme codes (show other bugs)
Version: unspecified
Hardware: All All
: high critical
Assignee: uim-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-11 04:32 UTC by Masahito Omote
Modified: 2008-05-12 05:38 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
A patch for this problem (570 bytes, patch)
2008-05-11 06:57 UTC, YamaKen
Details | Splinter Review

Description Masahito Omote 2008-05-11 04:32:40 UTC
Because of not escaped '" in loader.scm', module loading processes are stopped.
This makes loading loader.scm stopped.

If adding uim-anthy after uim-m17nlib entry, uim-anthy are not loaded.

Also, following error returns when updating configuration via uim-pref-gtk.

Error: Error: in call_closure: unmatched number or improper args: (m17n-vi-han "vi" "UTF-8" "m17n-vi-han" "Han Viet input method with Viet-phonetic sin call_closure: unmatched number or improper args:eque nc(em17n-vi-han,  ""v itelex" " fo r"mUaTlF"- 8""m 1"7nlib")
libuim: m17n-[fatal] van unhandled error raised from Scheme interpreteri
-libuim: hAll functionality has been disabled to save user application data.a
n" "Han Viet input method with Viet-phonetic sequence, " telex " formal" "m17nlib")
libuim: [fatal] an unhandled error raised from Scheme interpreter
libuim: All functionality has been disabled to save user application data.
libuim: [fatal] an unhandled error raised from Scheme interpreter
libuim: [fatal] All functionality has been disabled to save user application data.
libuim: [fatal] an unhandled error raised from Scheme interpreter
libuim: [fatal] All functionality has been disabled to save user application data.

Does Just escaping '"' in m17nlib's descriptions solve this?
Comment 1 YamaKen 2008-05-11 06:57:45 UTC
Created attachment 16470 [details] [review]
A patch for this problem

Does this patch resolve the problem?
Comment 2 Masahito Omote 2008-05-11 07:56:20 UTC
(In reply to comment #1)
> Created an attachment (id=16470) [details]
> A patch for this problem
> 
> Does this patch resolve the problem?
> 

Works well. Thank you. 
Comment 3 YamaKen 2008-05-12 05:38:21 UTC
I've committed the patch into trunk and 1.5 branch.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.