Re: change proposal: nvi behavior for multi-width character

2017-11-10 Thread Rin Okuyama
Thank you for your comment! rin On 2017/11/07 2:45, Christos Zoulas wrote: In article <689cc9ef-1580-5ab3-b988-8fafe688b...@rk.phys.keio.ac.jp>, Rin Okuyama wrote: -=-=-=-=-=- Hi, I'm planning to change current behaviors of nvi for multi-width characters in accordance with nvi-m17n written

Re: change proposal: nvi behavior for multi-width character

2017-11-10 Thread Rin Okuyama
On 2017/11/07 3:41, Zhihao Yuan wrote: (1) cursor position (nvi-cursor.patch) This patch fixes cursor position when a multi-width character does not fit in a line, and is located on the next line. Can you describe the problem? Such as, is the cursor currently misplaced (to the fir

Re: change proposal: nvi behavior for multi-width character

2017-11-10 Thread Rin Okuyama
On 2017/11/10 20:04, Rin Okuyama wrote: I've also found that vi shipped with Solaris 10 (Version SVR4.0, Solaris 2.5.0) works similarly. Sorry, this is not always true. Solaris's vi changes its behavior in more complicated way. rin

Re: change proposal: nvi behavior for multi-width character

2017-11-10 Thread Rin Okuyama
On 2017/11/10 21:05, Zhihao Yuan wrote: On Fri, Nov 10, 2017 at 5:04 AM, Rin Okuyama mailto:rokuy...@rk.phys.keio.ac.jp>> wrote: When a double-width character does not fit in a line, and cursor moves to that char by 'l' command, cursor is put on the 1st column of that char, instead o

Re: change proposal: nvi behavior for multi-width character

2017-11-10 Thread Zhihao Yuan
On Fri, Nov 10, 2017 at 5:04 AM, Rin Okuyama wrote: > When a double-width character does not fit in a line, and cursor > moves to that char by 'l' command, cursor is put on the 1st column > of that char, instead of the 2nd column. Then, if cursor moves > further from a double-width char in that l

Re: disabling virecover by default

2017-11-10 Thread coypu
as an alternative: virecover currently does the right thing if it is run unprivileged. adding a default .profile thing to execute it will achieve the same functionality without requiring any root privileges. additionally we will want to move recover dir to somewhere user-controlled.

Moving virecover to ~/

2017-11-10 Thread coypu
This is missing: - Moving virecover to /usr/bin - Regen'ing autoconf - Adding it to default ~/.profile - Removing virecover rc script ? test ? testcase Index: dist/common/options.c === RCS file: /cvsroot/src/external/bsd/nvi/dist/commo