Hiroyuki Komatsu
komat****@users*****
2004年 12月 9日 (木) 23:51:59 JST
Index: prime/src/prime.src diff -u prime/src/prime.src:1.5 prime/src/prime.src:1.6 --- prime/src/prime.src:1.5 Thu Dec 9 21:24:15 2004 +++ prime/src/prime.src Thu Dec 9 23:51:59 2004 @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # # PRIME: PRedictive Input Method Editor -# $Id: prime.src,v 1.5 2004/12/09 12:24:15 komatsu Exp $ +# $Id: prime.src,v 1.6 2004/12/09 14:51:59 komatsu Exp $ # # Copyright (C) 2001 Satoru Takabayashi <sator****@namaz*****> # Copyright (C) 2002, 2003 Hiroyuki Komatsu <komat****@taiya*****> @@ -105,7 +105,9 @@ PRIME_ENV['debug'] = false end - typing_method = (options['typing-method'] || ENV['PRIME_TYPING_METHOD']) + typing_method = (options['typing-method'] || \ + ENV['PRIME_TYPING_METHOD'] || \ + PRIME_ENV['typing_method'] ) PRIME_ENV['typing_method'] = typing_method return options