Ilya Zakharevich on Thu, 02 May 2019 03:01:32 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Please test pari-2.11.2 prerelease 1
|
- To: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Subject: Re: Please test pari-2.11.2 prerelease 1
- From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
- Date: Wed, 1 May 2019 18:01:21 -0700
- Cc: pari-dev@pari.math.u-bordeaux.fr
- Delivery-date: Thu, 02 May 2019 03:01:32 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1556758886; bh=+S2/BbXo9CThtAd1S/RE+AU2zBJS2++ayKVDCHzZMZE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From:Subject; b=bTRQTiBXUjQCmulf5YtxATQ6cHKIM6JuA1GZ0lrJ0zS4b+Id9A1cSq6jRPxhc3eXL1/fFv72BZvidET4rluODpUxwCLaHF6+I4ZtKBXTlN6BHVg/kKvKxjX6GRJXObCrRkRpe/ILuCI/B6mVyVAb2AawOShtav5nlribNnlKedLdVCKfUPpsMbS1EBv3vVQ7dxpjUIxgLz9V6KCtGh3bhUyJ4l2TjkYXJE0lTGEAbgTazYRsqXD5vHW/nvj8jHGKQnxgtVNDvM6hSpPliaw81Ft4lvAAyT9snzYIGJZ4yMrEw2kuAOETyUsKiUEFjNe89o/TUm6JCQSbVF+QhqAPrA==
- In-reply-to: <20190501142851.ote3jpejavdcjfrc@yellowpig>
- References: <20190428140823.xjmz6rq2euvln4od@yellowpig> <20190430220614.qz4ohvwas2zgw32x@math.berkeley.edu> <20190501142851.ote3jpejavdcjfrc@yellowpig>
- User-agent: NeoMutt/20170113 (1.7.2)
On Wed, May 01, 2019 at 04:28:51PM +0200, Bill Allombert wrote:
> OK, I have rebuild with readline 8:
> <https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp64-readline8-2-11-2-pre1.exe>
> Is it better ?
??? The most basic keys (Home and End) now work without inputrc.
??? .inputrc in APPDATA is now found without problems.
??? Unfortunately, according to
https://fossies.org/dox/readline-8.0/bind_8c_source.html#l01169
the `$if term??-directives in .inputrc acts only if rl_terminal_name
is defined; however, the code in
https://fossies.org/dox/readline-8.0/terminal_8c_source.html#l00442
sets only the local variable term!
So `$if term?? directives do not act on Windows in .inputrc (unless
%TERM% is defined).
Thanks,
Ilya