From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master fbb5531: More-conservative =?utf-8?B?4oCYZm9ybWF04oCZ?= quote restyling Date: Tue, 25 Aug 2015 10:41:02 -0400 Message-ID: References: <20150824053912.18910.53150@vcs.savannah.gnu.org> <87k2sku2cy.fsf@gmx.de> <55DB7525.5010709@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1440513683 31689 80.91.229.3 (25 Aug 2015 14:41:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Aug 2015 14:41:23 +0000 (UTC) Cc: Paul Eggert , Michael Albinus , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 25 16:41:14 2015 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 1ZUFPV-0000TP-Co for ged-emacs-devel@m.gmane.org; Tue, 25 Aug 2015 16:41:13 +0200 Original-Received: from localhost ([::1]:60449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUFPU-0002tY-KQ for ged-emacs-devel@m.gmane.org; Tue, 25 Aug 2015 10:41:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUFPQ-0002tO-25 for emacs-devel@gnu.org; Tue, 25 Aug 2015 10:41:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUFPL-00044Z-Sl for emacs-devel@gnu.org; Tue, 25 Aug 2015 10:41:07 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:61682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUFPL-00044M-Oc for emacs-devel@gnu.org; Tue, 25 Aug 2015 10:41:03 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CZDQA731xV/5P+d0tcgxCEAk7AR4dLBAICgTw6EwEBAQEBAQGBCkEFg10BAQMBIzMjBQsLDgwCGA4CAhQYDRMRiDcIqwykFwEBAQcCAR+BIYoZhFIzB4JogUUFsz+BRSOEFCKCeAEBAQ X-IPAS-Result: A0CZDQA731xV/5P+d0tcgxCEAk7AR4dLBAICgTw6EwEBAQEBAQGBCkEFg10BAQMBIzMjBQsLDgwCGA4CAhQYDRMRiDcIqwykFwEBAQcCAR+BIYoZhFIzB4JogUUFsz+BRSOEFCKCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="161318935" Original-Received: from 75-119-254-147.dsl.teksavvy.com (HELO ceviche.home) ([75.119.254.147]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Aug 2015 10:41:02 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B5EBF66110; Tue, 25 Aug 2015 10:41:02 -0400 (EDT) In-Reply-To: <55DB7525.5010709@yandex.ru> (Dmitry Gutov's message of "Mon, 24 Aug 2015 22:48:53 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:189157 Archived-At: >>>> Instead of restyling curved quotes for every call to =E2=80=98format= =E2=80=99, >>>> create a new function =E2=80=98format-message=E2=80=99 that does the r= estyling, >> Yuck! > Why yuck? Having a special version of `format' that works 99% identically to the other: that's pretty ugly. > I'm not a fan of the whole project, but this change at least > improves on the previous version. My comment was only about format-message, not about whether it's better/worse than what was there before. Stefan