Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Ronald Landheer" To: "David A. Cobb" , "Cygwin Library General Discussion" Subject: RE: less is more Date: Sat, 15 Sep 2001 13:24:01 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3BA26F5C.9050400@home.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id HAA12443 Hello David, You wrote: > Regretably, the latest xemacs configure uses more to deal with > configure --help. I'm sure that isn't the only piece of *Nix software > that assumes the existence of more. > I fixed it, of course, by ln -s /usr/bin/less /usr/bin/more. > We might reasonably include such a symlink in our distribution. (Then > there should also be ln -s /usr/man/man1/less.1 /usr/man/man1/more.1) Personally, I would be more in favour of a "more" wrapper that makes less act like the more utility (a symlink wouldn't do that). I have the line 'alias more="less -X -F"' in my .bashrc file to handle this, but a shell script in the bin durectory that does the same thing would be absolutely fine by me - though an alias is easier to implement. Personally, though, I think it can be considered a misfeature (or a bug) to expect the more pages to be there: it generally doesn't come with *nix distri's, while less generally does.. Greetz! Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/