田園都市線市ヶ尾駅で起きた人身事故のせいでひどい目にあった。駅のホームは人が溢れてしまいには入場規制にまでなってたらしい。電車がきても全然乗れず、乗りすぎて扉が開かないことも。降りる人のために外に出たもののなぜか乗れずにホームに溢れた人とかもいた。ものすごい地獄絵図。
しかし田園都市線って行き帰りで上り下りの混雑状況が見事なまでに反転するんだけど、朝の時間帯で下りで混みまくり、立ってる人もいるとかそういうレベルじゃない状況を見たのは今回が初めてだった。一度電車に乗ったらもうだいぶ混雑も収束方向へ向かってたこともあり、その後は特にトラブルはなく、結局なんやかんやと会社について予定より一時間半遅れ。腰痛い…。
December 4, 2007
December 3, 2007
screen breaks the terminal layout
Hmm, handling the Japanese input on iceweasel made it terrible after updating to 2.0.0.11-1 on Debian sid. apparently it doesn't filter out the key event even if it's passed through the IM.
Anyway, I have experienced an issue since when I updated screen from some version. that totally breaks the terminal layout, particularly when the line-graphic appears say. that behavior is really annoying and makes it a lot of troubles to me in daily use. So I investigated this issue.
First, I have never seen such problems on F-8. this probably means Debian-specific patches introduces it. looking at debian/patches.... there are the questionable filename there... it is... 40cjk_eastasian.dpatch.
Okay, let's look into the patch. hmm, there are the big tables in utf8_isdouble(). well, that actually deals with Unicode, but not UTF-8. but anyway.
I guess from the function name what is required and assume that it may misnterprets the given Unicode is the wide character. so I simply replaced them with wcswidth(3) and looks good so far.
Anyway, I have experienced an issue since when I updated screen from some version. that totally breaks the terminal layout, particularly when the line-graphic appears say. that behavior is really annoying and makes it a lot of troubles to me in daily use. So I investigated this issue.
First, I have never seen such problems on F-8. this probably means Debian-specific patches introduces it. looking at debian/patches.... there are the questionable filename there... it is... 40cjk_eastasian.dpatch.
Okay, let's look into the patch. hmm, there are the big tables in utf8_isdouble(). well, that actually deals with Unicode, but not UTF-8. but anyway.
I guess from the function name what is required and assume that it may misnterprets the given Unicode is the wide character. so I simply replaced them with wcswidth(3) and looks good so far.
November 30, 2007
Delete key introduces a tilde
デフォルトの設定ではgnome-terminalでDeleteキーを押すと^[[3~が送られる。Fedora 8のzshはこれをうまく処理してくれない。エスケープシーケンス部分をそのままスルーして結果~(tilde)のみが出力される。次のようにbindkeyして対処しといた。
bindkey '^[[3~' delete-char
November 29, 2007
November 26, 2007
タイムゾーンがUTCから戻らない
Debian sid上にて。時々アップデートの後時計がおかしなことになることはあったけど、大抵ntpdateすると元に戻っていた。しかし今回はちょっとケースが違うようだ。まずterminal上では問題なし。.zshenvとかにTZ設定してあるから。しかしGNOMEから起動するアプリなんかは全部だめ。結局一度/etc/localtimeを消してsymlink張ってみたら問題なかった。dpkg-reconfigure tzdataでも問題ないね。zoneinfoのファイル形式変わった?
Subscribe to:
Posts (Atom)