[patch] error reporting

2000-09-02 Thread Alessandro Rubini
I'm looking in the manual and I felt error reporting needed a minor change. Rationale: stage-1.5 errors must be ordered numerically (in the docs), so the user finds them. But stage-2 errors should be order alphabetically, otherwise the user must do an exhaustive search. Thus, in stage 2 I

Re: terminal support - regards, comments, and bugs

2000-09-02 Thread Gordon Matzigkeit
OKUJI Yoshinori writes: /* We told them above (at least in SUPPORT_SERIAL) to use + '^' or 'v' so accept these keys + BTW: 'n' 'p' are also nice */ OY This is not acceptable, because `p' is already used to enter a OY password. C-n and C-p would be nice, but I don't know the

Re: documentation question

2000-09-02 Thread Gordon Matzigkeit
OKUJI Yoshinori writes: OY At the moment, I'm the primary programmer and the manual OY writer. Most changes are made by me, and my approvement is mostly OY necessary to apply patches to the CVS, while Gordon has the same OY (or stronger) right theoretically. OY Gordon is the primary

Re: terminal support - regards, comments, and bugs

2000-09-02 Thread OKUJI Yoshinori
From: Gordon Matzigkeit [EMAIL PROTECTED] Subject: Re: terminal support - regards, comments, and bugs Date: 02 Sep 2000 11:48:07 -0600 C-n and C-p would be nice, but I don't know the scancodes offhand. They are already functional. Okuji