一夏和舞夏一起去參加夏天晚上的煙火大會。又到了由比ヶ浜海邊。
這次一夏藉著火之精靈的 Jinn 所看到的並不是可以解決的問題,並不像光子探測器一樣,看到了就能移動的。事物的好壞是相對的,人所能觀察到的面向也並不完整。要如何用更廣闊的眼光來面對人生中所遇到的問題、人、事、物,理解它們,實行決斷,是一夏要學習的主題。
十二個精靈的 Jinn 也許是不同角度的隱諭,要一夏透過這樣的經驗完成些什麼吧。
基本上,還是猜不出來。
次回 第六話 濡肌(ぬれはだ)の微熱 @11/07。
"official site":http://www.uta-kata.com/
"webnt info":http://pc.webnt.jp/anime/disc_base.php?oid=402708
第四個出場的 Rozen Maiden,翠星石,是個膽小鬼,也是個喜歡です的娃娃。
這次旅行到ジュン的夢裡去,給小朋友的樹苗澆點水。
次回 第五話 階段 @11/04 (Thu.)
"official site":http://www.tbs.co.jp/rozen-maiden/
"webnt info":http://pc.webnt.jp/anime/disc_base.php?oid=402814
在 Windows gVIM 6.3 下使用,允許
1 自動轉換 big5, gb, sjis, UTF-8 編碼到 cp950 模式下編輯。
2 使用 elflord color。
3 介面設為英文。
4 不使用 backup 和 writebackup。
5 indentation 設為 2 char。
以下是 listing::
" set the UI language to English.
language en
set fileencodings=utf-8,big5,gbk,sjis,euc-jp,euc-kr,utf-bom,iso8859-1
set encoding=big5
set termencoding=big5
" under MS Windows.
behave mswin
source $VIMRUNTIME/mswin.vim
" set GUI options.
set guifont=細明體:h15:cCHINESEBIG5
set guioptions=gmrLt
" Switch syntax highlighting on, when the terminal has colors
" Also switch on highlighting the last used search pattern.
if &t_Co > 2 || has("gui_running")
colors elflord
syntax on
set hlsearch
endif
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
set diffexpr=MyDiff()
function MyDiff()
let opt = '-a --binary '
if &diffopt =~ 'icase' | let opt = opt . '-i ' | endif
if &diffopt =~ 'iwhite' | let opt = opt . '-b ' | endif
let arg1 = v:fname_in
if arg1 =~ ' ' | let arg1 = '"' . arg1 . '"' | endif
let arg2 = v:fname_new
if arg2 =~ ' ' | let arg2 = '"' . arg2 . '"' | endif
let arg3 = v:fname_out
if arg3 =~ ' ' | let arg3 = '"' . arg3 . '"' | endif
if &sh =~ '\ silent execute '!""C:\Program Files\Vim\vim63\diff" '
. opt . arg1 . ' ' . arg2 . ' > ' . arg3 . '"'
else
silent execute '!C:\Program" Files\Vim\vim63\diff" '
. opt . arg1 . ' ' . arg2 . ' > ' . arg3
endif
endfunction
" no backups.
set nobackup
set nowritebackup
" indenting.
set cin
set shiftwidth=2
Posted by yungyuc
at
10:37,
0 comment,
0 trackback.