From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: etc/HELLO markup etc. Date: Sun, 06 Jan 2019 13:08:35 -0500 Message-ID: References: <87pnta56td.fsf@gnu.org> <83zhsdztww.fsf@gnu.org> <83r2dpznvy.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1546798008 14146 195.159.176.226 (6 Jan 2019 18:06:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2019 18:06:48 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 19:06:44 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 1ggCot-0003Z0-AL for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2019 19:06:43 +0100 Original-Received: from localhost ([127.0.0.1]:50230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggCr0-00069q-3l for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2019 13:08:54 -0500 Original-Received: from eggsout.gnu.org ([209.51.188.92]:56514 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggCqv-00069l-C5 for emacs-devel@gnu.org; Sun, 06 Jan 2019 13:08:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggCqs-0003kk-5Q for emacs-devel@gnu.org; Sun, 06 Jan 2019 13:08:49 -0500 Original-Received: from [195.159.176.226] (port=57544 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggCqr-0003fp-UK for emacs-devel@gnu.org; Sun, 06 Jan 2019 13:08:46 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ggCog-0003J7-54 for emacs-devel@gnu.org; Sun, 06 Jan 2019 19:06:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:S8lFL6K9b+U3O71LZwN7rer3ABY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:232216 Archived-At: >> > 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? Yes, of course, Stefan