unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* .texi local variables specification
@ 2021-11-25 15:51 Robert Pluim
  2021-11-25 16:00 ` Robert Pluim
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Pluim @ 2021-11-25 15:51 UTC (permalink / raw)
  To: emacs-devel

Hi,

a lot of texi files bundled with Emacs have local variable lines
similar to this:

\input texinfo   @c -*-texinfo; coding: utf-8 -*-

which makes `hack-local-variables-prop-line' unhappy. Should we just
update those to

\input texinfo   @c -*- mode: texinfo; coding: utf-8 -*-

?

Robert
-- 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: .texi local variables specification
  2021-11-25 15:51 .texi local variables specification Robert Pluim
@ 2021-11-25 16:00 ` Robert Pluim
  2021-11-25 16:46   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Pluim @ 2021-11-25 16:00 UTC (permalink / raw)
  To: emacs-devel

>>>>> On Thu, 25 Nov 2021 16:51:17 +0100, Robert Pluim <rpluim@gmail.com> said:

    Robert> Hi,
    Robert> a lot of texi files bundled with Emacs have local variable lines
    Robert> similar to this:

    Robert> \input texinfo   @c -*-texinfo; coding: utf-8 -*-

    Robert> which makes `hack-local-variables-prop-line' unhappy. Should we just
    Robert> update those to

    Robert> \input texinfo   @c -*- mode: texinfo; coding: utf-8 -*-

    Robert> ?

Actually, this is only flymake.texi. Time for a break, perhaps :-)

Robert
-- 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: .texi local variables specification
  2021-11-25 16:00 ` Robert Pluim
@ 2021-11-25 16:46   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2021-11-25 16:46 UTC (permalink / raw)
  To: Robert Pluim; +Cc: emacs-devel

> From: Robert Pluim <rpluim@gmail.com>
> Date: Thu, 25 Nov 2021 17:00:28 +0100
> 
> >>>>> On Thu, 25 Nov 2021 16:51:17 +0100, Robert Pluim <rpluim@gmail.com> said:
> 
>     Robert> Hi,
>     Robert> a lot of texi files bundled with Emacs have local variable lines
>     Robert> similar to this:
> 
>     Robert> \input texinfo   @c -*-texinfo; coding: utf-8 -*-
> 
>     Robert> which makes `hack-local-variables-prop-line' unhappy. Should we just
>     Robert> update those to
> 
>     Robert> \input texinfo   @c -*- mode: texinfo; coding: utf-8 -*-
> 
>     Robert> ?
> 
> Actually, this is only flymake.texi. Time for a break, perhaps :-)

Feel free to make that change where it is needed.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-25 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 15:51 .texi local variables specification Robert Pluim
2021-11-25 16:00 ` Robert Pluim
2021-11-25 16:46   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).