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: A build problem with flymake.info Date: Wed, 01 Aug 2018 12:00:06 +0300 Message-ID: <834lgeo415.fsf@gnu.org> References: <5B5C19FB.1090700@gmx.at> <87y3dv94yv.fsf@gmail.com> <83in4zrdin.fsf@gnu.org> <83fu03r8ln.fsf@gnu.org> <87tvoj8p86.fsf@gmail.com> <83fu03tqsc.fsf@gnu.org> <87pnz28qeq.fsf@gmail.com> 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 1533113880 18443 195.159.176.226 (1 Aug 2018 08:58:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2018 08:58:00 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 01 10:57:56 2018 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 1fkmx9-0004cC-RE for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2018 10:57:55 +0200 Original-Received: from localhost ([::1]:34107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkmzG-0006rf-7J for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2018 05:00:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkmz9-0006rE-SL for emacs-devel@gnu.org; Wed, 01 Aug 2018 05:00:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkmz5-0000Ey-OA for emacs-devel@gnu.org; Wed, 01 Aug 2018 04:59:59 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkmz5-0000Eu-J7; Wed, 01 Aug 2018 04:59:55 -0400 Original-Received: from [176.228.60.248] (port=3780 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fkmz5-0007aA-0Z; Wed, 01 Aug 2018 04:59:55 -0400 In-reply-to: <87pnz28qeq.fsf@gmail.com> (message from =?utf-8?B?Sm/Do28g?= =?utf-8?B?VMOhdm9yYQ==?= on Wed, 01 Aug 2018 09:03:25 +0100) 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:228079 Archived-At: > From: João Távora > Cc: rudalics@gmx.at, emacs-devel@gnu.org > Date: Wed, 01 Aug 2018 09:03:25 +0100 > > Yes, it does (for makeinfo). So thanks! How about adding this to the > file's local variables? > > João > > diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi > index bda7e1428b..e39be578b7 100644 > --- a/doc/misc/flymake.texi > +++ b/doc/misc/flymake.texi > @@ -1158,3 +1158,7 @@ Index > @printindex cp > > @bye > + > +@c Local Variables: > +@c makeinfo-options: "--fill-column=70 -P ../emacs" > +@c End: I don't see why not, but please add a comment there explaining why we do this, as other Texinfo files don't.