From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: need to unbreak Emacs build on AIX Date: Wed, 6 Jan 2021 22:20:41 -0800 Organization: UCLA Computer Science Department Message-ID: References: <2387f0f2-2b61-da56-4a52-345bd8aaee36@cs.ucla.edu> <83eej3g7io.fsf@gnu.org> <07c30857-1d1f-4c9d-d2f1-915f16bb91ee@cs.ucla.edu> <5b2c6670-2fb3-13d3-d350-6fd7a6efede3@cs.ucla.edu> <83h7nt26vx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4284"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 Cc: stefankangas@gmail.com, Emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 07 07:21:44 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kxOg4-0000zN-86 for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Jan 2021 07:21:44 +0100 Original-Received: from localhost ([::1]:48382 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxOg3-0001Qk-AU for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Jan 2021 01:21:43 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45306) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxOf8-0000yK-4m for Emacs-devel@gnu.org; Thu, 07 Jan 2021 01:20:46 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:43878) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxOf6-0002Ty-BK; Thu, 07 Jan 2021 01:20:45 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0EAF71600F1; Wed, 6 Jan 2021 22:20:43 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id yNzPNqugD__l; Wed, 6 Jan 2021 22:20:42 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 60FDF160122; Wed, 6 Jan 2021 22:20:42 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 9lJomhCtyB5D; Wed, 6 Jan 2021 22:20:42 -0800 (PST) Original-Received: from [192.168.1.9] (cpe-23-243-218-95.socal.res.rr.com [23.243.218.95]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 3A97F16011C; Wed, 6 Jan 2021 22:20:42 -0800 (PST) In-Reply-To: <83h7nt26vx.fsf@gnu.org> Content-Language: en-US Received-SPF: pass client-ip=131.179.128.68; envelope-from=eggert@cs.ucla.edu; helo=zimbra.cs.ucla.edu X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.249, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:262642 Archived-At: On 1/6/21 11:38 AM, Eli Zaretskii wrote: > What about ncurses? ncurses is still maintained (latest release 2020-02-12) and is still preferred by Emacs on some platforms (such as AIX) and Emacs works fine with it. So we should not drop support for ncurses.