From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: compile on MacOS, Install and config information is a bit confusing Date: Fri, 08 Apr 2022 10:21:49 +0300 Message-ID: <834k34avle.fsf@gnu.org> References: <87lewgozsy.fsf@mat.ucm.es> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30815"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 08 09:24:13 2022 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 1nciyb-0007nd-Lm for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Apr 2022 09:24:13 +0200 Original-Received: from localhost ([::1]:48908 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nciya-0006Wq-G8 for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Apr 2022 03:24:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42030) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nciw6-0004TK-7H for emacs-devel@gnu.org; Fri, 08 Apr 2022 03:21:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60018) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nciw5-0006I7-Lu; Fri, 08 Apr 2022 03:21:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=M/SIgs8WABvL+fcdaonu1tmK6J/GTOyp+1Jdtq5viyI=; b=PHSSV1xRxVDg 50zDbJ9ggSeE5/i21Q8rWZXUTO/WhdIqEPhYCYjZMY55b23AY6ybQJXWdr/Jphn6Dd8baAjckTbyy 9WaqchBPg+Dcx9QnRUGK8jC0+0y1zmSxq5DrAkv9LZuLsA39F/rt2MkPKSgpPgIcI7ofxvXauASbd o44ltLkmo8X8gvuAH0t4wrKX5VJ+f6jCjxwmEGwiitZd80nA9wLVtlLRKM3z6hztmoLBtwbdL6B66 gxG8XWaYLYvtuZ0uj/Znngc9gxUKq+ZFBqbNehWpueMhXtnoVkbtL+FvGSz3HX4iUCRYQBxkovTXj fhLc7++HH3LO5POQi9HuLg==; Original-Received: from [87.69.77.57] (port=4284 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nciw5-0006wW-5m; Fri, 08 Apr 2022 03:21:37 -0400 In-Reply-To: <87lewgozsy.fsf@mat.ucm.es> (message from Uwe Brauer on Fri, 08 Apr 2022 08:27:09 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:287928 Archived-At: > From: Uwe Brauer > Date: Fri, 08 Apr 2022 08:27:09 +0200 > > Reading the INSTALL file in the nexstep directory I find > > > ,---- > | ./configure --with-ns > `---- > > However when I run this option, I obtain a warning > (I have seen in GNU/Linux) > > ,---- > | WARNING: This configuration installs a 'movemail' program > | > | that does not retrieve POP3 email. By default, Emacs 25 and earlier > | > | installed a 'movemail' program that retrieved POP3 email via only > | > | insecure channels, a practice that is no longer recommended but that > | > | you can continue to support by using './configure --with-pop'. > | > | configure: You might want to install GNU Mailutils > | > | and use './configure --with-mailutils'. > `---- > > Isn't this a bit confusing. Why is it confusing? What is unclear about that warning?