matohara@鹿児島です. On Wed, 22 Jul 2015 17:15:44 +0900 tanimura <tanimura@xxxxxxxxxxxxxxx> wrote: > 谷村@大阪・千里です。 > LISP は未知の世界ですが、(define ... の一行とは > > a) 先頭の ' (' と見合うように行末に ')' を加えたもの > (define default-widget_mozc_kana_input_method 'action_mozc_kana) > または > b) 私の screen 上では、先頭の (' に見合う、')' までの、7行の > (define default-widget_mozc_kana_input_method 'action_mozc_kana > '(mozc toolbar) > (cons 'choice > (map indication-alist-entry-extract-choice > mozc-kana-input-method-indication-alist)) > (N_ "Default kana input method") > (N_ "long description will be here.")) > > a) b) いづれが正しいのでしょうか? 今回は a) のつもりでした. > 追伸 > - 私の .uim.d/ には、当初 customs/ は無かったので mkdir で > 作成しましたが、これでもよいのでしょうか? いつも使っている環境は色々想定外のファイルなどがありそうだったので新規に ユーザを作って ~/ が初期状態で試してみました.mkdir で作成しても問題ない ようでした.こんな感じです. - フレームバッファが利用できるようにユーザをvideo グループに登録 > $ sudo addgroup user video #ログインしなおしで反映 - fbterm での文字化け対策に fonts.conf を作成 > $ mkdir -p ~/.config/fontconfig > $ cat << __EOF__ > ~/.config/fontconfig/fonts.conf > <?xml version="1.0"?> > <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> > <fontconfig> > <match target="font"> > <edit name="hinting" mode="assign"> > <bool>true</bool> > </edit> > <edit name="autohint" mode="assign"> > <bool>true</bool> > </edit> > <edit name="hintstyle" mode="assign"> > <const>hintslight</const> > </edit> > <edit name="embeddedbitmap" mode="assign"> > <bool>false</bool> > </edit> > <edit name="antialias" mode="assign"> > <bool>true</bool> > </edit> > </match> > </fontconfig> > __EOF__ > $ ln -s ~/.config/fontconfig/fonts.conf ~/.fonts.conf - uim-fep で Ctrl+\, Shift+Space, Ctrl+Space を使い On/Off 出来るように する > $ cat << __EOF__ > ~/.uim > (define-key generic-on-key? '("<Control>\\" "<Shift> " "<Control> ")) > (define-key generic-off-key? '("<Control>\\" "<Shift> " "<Control> ")) > __EOF__ - uim-mozc でかな入力を規定値に設定 > $ mkdir -p ~/.uim.d/customs > $ echo "(define default-widget_mozc_kana_input_method 'action_mozc_kana)" > ~/.uim.d/customs/custom-mozc.scm - 実行 > $ fbterm -- uim-fep -u mozc http://gyazo.com/1930b1bf8bbda83ebfe74633c6437f12 -- KenichiroMATOHARA mailto:matoken@xxxxxxxxx http://matoken.org/ .O. ..O OOO
Attachment:
pgpc0PIcxV8td.pgp
Description: PGP signature