From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: etc/HELLO markup etc. Date: Sun, 06 Jan 2019 19:39:29 +0200 Message-ID: <83r2dpznvy.fsf@gnu.org> References: <87pnta56td.fsf@gnu.org> <83zhsdztww.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1546796273 9629 195.159.176.226 (6 Jan 2019 17:37:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2019 17:37:53 +0000 (UTC) Cc: handa@gnu.org, eggert@cs.ucla.edu, Emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 18:37:48 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ggCMt-0002OF-PT for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2019 18:37:47 +0100 Original-Received: from localhost ([127.0.0.1]:41378 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggCP0-0000O7-94 for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2019 12:39:58 -0500 Original-Received: from eggsout.gnu.org ([209.51.188.92]:47333 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggCOv-0000O2-1w for Emacs-devel@gnu.org; Sun, 06 Jan 2019 12:39:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggCOu-0003sg-Ek for Emacs-devel@gnu.org; Sun, 06 Jan 2019 12:39:53 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggCOq-0003pV-Ko; Sun, 06 Jan 2019 12:39:48 -0500 Original-Received: from [176.228.60.248] (port=3395 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ggCOq-0000L0-49; Sun, 06 Jan 2019 12:39:48 -0500 In-reply-to: (message from Stefan Monnier on Sun, 06 Jan 2019 12:26:39 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:232215 Archived-At: > From: Stefan Monnier > Cc: handa , eggert@cs.ucla.edu, Emacs-devel@gnu.org > Date: Sun, 06 Jan 2019 12:26:39 -0500 > > > Thanks. I guess we can remove most of charset markup from HELLO, > > leaving only one or two as an example of the facility. > > And to get back to bug#33796: does that mean I can install a change to > convert those Elisp files to utf-8? Yes, I think so. Except that I'd prefer not to mix code changes and encoding changes. Can you do that in two separate patches?