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: Sat, 28 Jul 2018 16:48:19 +0300 Message-ID: <83fu03tqsc.fsf@gnu.org> References: <5B5C19FB.1090700@gmx.at> <87y3dv94yv.fsf@gmail.com> <83in4zrdin.fsf@gnu.org> <83fu03r8ln.fsf@gnu.org> <87tvoj8p86.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 1532785622 6428 195.159.176.226 (28 Jul 2018 13:47:02 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 28 Jul 2018 13:47:02 +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 Sat Jul 28 15:46:57 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 1fjPYf-0001Wm-Ag for ged-emacs-devel@m.gmane.org; Sat, 28 Jul 2018 15:46:57 +0200 Original-Received: from localhost ([::1]:45388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjPak-0004l2-BW for ged-emacs-devel@m.gmane.org; Sat, 28 Jul 2018 09:49:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjPa0-0004kw-9Z for emacs-devel@gnu.org; Sat, 28 Jul 2018 09:48:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjPZx-0001ET-5r for emacs-devel@gnu.org; Sat, 28 Jul 2018 09:48:20 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjPZx-0001EH-1C; Sat, 28 Jul 2018 09:48:17 -0400 Original-Received: from [176.228.60.248] (port=1279 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fjPZw-0000BT-FP; Sat, 28 Jul 2018 09:48:16 -0400 In-reply-to: <87tvoj8p86.fsf@gmail.com> (message from =?utf-8?B?Sm/Do28g?= =?utf-8?B?VMOhdm9yYQ==?= on Sat, 28 Jul 2018 14:27:37 +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:227920 Archived-At: > From: João Távora > Cc: rudalics@gmx.at, emacs-devel@gnu.org > Date: Sat, 28 Jul 2018 14:27:37 +0100 > > > Maybe there's a misunderstanding on my part: where (in what commands) > > did you need this, and in which use cases? > > C-c C-c, which is bound to TeX-command-master when using the non-core > AucTex package. But the problem also happens with Emacs's built-in > C-c RET C-b (makeinfo-buffer) > > TeX-command-master is where I tried fixing it, so it may be easier in > Emacs's built-in makeinfo.el, which is where makeinfo-buffer hails from. If you can use makeinfo.el, you should be able to customize makeinfo-options to include the "-P DIR" option, which prepends DIR to the @include search path. Does that fit the bill?