From: Araki K. <j00...@ip...> - 2002-03-29 14:08:01
|
荒木です:-) Nadim Shaikli さんより、mlterm のアラビア語サポートについて、やっとこさ 合格点を頂けました。 休暇明けの一週間後あたりに、アラビア方面に、アナウンスを出してくださるそ うです。 というわけで、とりあえず、これ以上の機能追加等は止めて、2.4.0 のリリース 準備に入りたいと思います。 だいたい、今から一週間後程度を目途に 2.4.0 をリリースしたいと思っており ますので、それまでに、バグがないか等、チェックしてみていただけるとありが たいです。 それから、Nadim さんより、添付のようなバグ報告を頂いているのですが、手元 で、うまく再現できません。 どなたか、再現できる方がいらっしゃれば、症状などについて、報告いただける と助かります。 ちなみに、Nadim さんによる vim-6.1 用アラビア語サポートパッチが出ており ます:) http://www.arabeyes.org/download/external/vim/arabic_shape61.patch では -- kiken j00...@ip... Subject: various minor things From: Nadim Shaikli <sh...@ya...> Message-ID: <200...@we...> Date: Wed, 27 Mar 2002 17:26:32 -0800 (PST) 3. This is a bit more serious (the above two are shear niceties). Using tcsh-6.11.00 if I do a TAB-complete on a string, sometimes the cursor jumps way out to the end of the line and even sometimes to the next line (this is after doing a 'reset' -- ie. % reset to clean-up the terminal from any weirdness). I played a bit with this trying to narrow it down to being able to reproduce this and found the following -- its dependent on the resting cursor location post completion (ie. it depends on the promptand the length of the filename that you are completing to). % alias m less % reset margin : L-------------------------------------------------R prompt : max:~ >> problem: max:~ >>m .xsTAB you see: max:~ >>m .xscreensaver X where 'X' is the cursor post pressing TAB if I do CTRL-a (go-to-beginning of line) I see ctrl-a : max:~ >>m .xscreensaver X Ctrl-l (for redraw fixes everything). This bug might be related to some of the earlier vim redraw stuff that I noted earlier. The best way I found of reproducing this is to go to a directory say /tmp/ and then do this % touch a % m aTAB - if no problem then % touch bb % m bTAB - if no problem then % touch ccc % m cTAB - if no problem then % touch ddd % m dTAB etc with each non-failure increase the width of the empty filename. This does not fail under bash-2.04 |