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: [PATCH] Enable customisation for electric-quote-mode chars Date: Mon, 29 Aug 2016 05:33:17 +0300 Message-ID: <83r398b8ya.fsf@gnu.org> References: <87twe57lmn.fsf@xi.bootis> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1472438049 25740 195.159.176.226 (29 Aug 2016 02:34:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 29 Aug 2016 02:34:09 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: =?utf-8?B?R8O2a3R1xJ8=?= Kayaalp Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 29 04:34:05 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1beCOj-0006BQ-53 for ged-emacs-devel@m.gmane.org; Mon, 29 Aug 2016 04:34:05 +0200 Original-Received: from localhost ([::1]:41536 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beCOg-0005Tx-Fj for ged-emacs-devel@m.gmane.org; Sun, 28 Aug 2016 22:34:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beCO5-0005QO-Eo for emacs-devel@gnu.org; Sun, 28 Aug 2016 22:33:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beCO1-0000Vc-Bd for emacs-devel@gnu.org; Sun, 28 Aug 2016 22:33:25 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beCO1-0000VX-8D; Sun, 28 Aug 2016 22:33:21 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3517 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1beCNz-0002WN-C7; Sun, 28 Aug 2016 22:33:19 -0400 In-reply-to: <87twe57lmn.fsf@xi.bootis> (message from =?utf-8?B?R8O2a3R1?= =?utf-8?B?xJ8=?= Kayaalp on Sun, 28 Aug 2016 04:00:48 +0300) 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:206853 Archived-At: > From: Göktuğ Kayaalp > Cc: eliz@gnu.org, emacs-devel@gnu.org > Date: Sun, 28 Aug 2016 04:00:48 +0300 > > On a side note, I guess the build system should require a certain > minimum version for the texinfo compiler (I only read info, so IDK which > program) The build process already does that: it requires Texinfo 4.7 ore later. > as while the build goes fine with the default texinfo 4.8 on > my FreeBSD 10.3, the end result renders multibyte characters as octal > escape sequences (all okay when I installed 6.1 from ports). > ‘doc/emacs/docstyle.texi’ from 25.1-rc2 has this: > > @c Emacs documentation style settings > @documentencoding UTF-8 > @c These two require Texinfo 5.0 or later, so we use the older > @c equivalent @set variables supported in 4.11 and hence > > Build doesn't fail but says "unrecognised encoding UTF-8". The only problem with that is that the produced Info files don't have a coding cookie in them, so Emacs doesn't set up the decoding correctly. That's not a fatal problem, and doesn't cause trouble with other Info readers, so I think we can still stick with 4.7.