emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A build problem with flymake.info


From: João Távora
Subject: Re: A build problem with flymake.info
Date: Wed, 01 Aug 2018 09:03:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> From: João Távora <address@hidden>
>> Cc: address@hidden,  address@hidden
>> 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?

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
  +
  address@hidden Local Variables:
  address@hidden makeinfo-options: "--fill-column=70 -P ../emacs"
  address@hidden End:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]