From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Nextstep build uses iso-latin by default. WHY? Date: Fri, 11 Mar 2016 21:27:05 +0100 Message-ID: <56E32A19.7060304@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1457728038 3366 80.91.229.3 (11 Mar 2016 20:27:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2016 20:27:18 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 11 21:27:09 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aeTeL-0007Iv-42 for ged-emacs-devel@m.gmane.org; Fri, 11 Mar 2016 21:27:05 +0100 Original-Received: from localhost ([::1]:57531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeTeK-0004WX-CF for ged-emacs-devel@m.gmane.org; Fri, 11 Mar 2016 15:27:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeTeH-0004WM-9B for emacs-devel@gnu.org; Fri, 11 Mar 2016 15:27:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeTeE-00055M-3Y for emacs-devel@gnu.org; Fri, 11 Mar 2016 15:27:01 -0500 Original-Received: from smtp201.alice.it ([82.57.200.97]:54856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeTeD-00054z-TN for emacs-devel@gnu.org; Fri, 11 Mar 2016 15:26:58 -0500 Original-Received: from [192.168.1.101] (95.247.135.77) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 56CECDB801E87F81 for emacs-devel@gnu.org; Fri, 11 Mar 2016 21:26:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:201486 Archived-At: Changes between Feb. 10 and Feb. 27 have modified the default behavior of the NS build on OSX (at least on master). Now (with no ~/.emacs.d nor other initialization files), "C-x C-f foo.txt" creates foo.txt with iso-latin-1. For ages it was similar to the behavior on GNU/Linux. I don't understand why you adopted this change.. How can I restore the previous behavior? Angelo