all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Rob Browning <rlb@defaultvalue.org>
Cc: emacs-devel@gnu.org
Subject: Re: flymake and filenames matching [0-9]+.tex
Date: Sat, 27 Nov 2010 15:26:58 -0500	[thread overview]
Message-ID: <2h7hfyikbx.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87y68f7vhq.fsf@raven.defaultvalue.org> (Rob Browning's message of "Fri\, 26 Nov 2010 13\:09\:05 -0600")

Rob Browning wrote:

> A Debian bug has been filed against emacs23[1] complaining that flymake
> won't work on TeX files whose names end in [0-9]+.tex.
>
> Since there is a regex in flymake-allowed-file-name-masks that matches
> those filenames, I suspect the behavior is intentional -- I was hoping
> someone could verify that.

I suspect whoever wrote that used the convention:

  master.tex:
  %% This is the master file.

  %% These are included files. These cannot be latex'd directly,
  %% instead latex the main file.
  \input{chapter1.tex}
  \input{chapter2.tex}

Who knows how widespread that convention is, but since it is a
defcustom, anyone can change their personal setting.

It seems a bit limited, since eg it does not work for \include as well
(easily fixed though), and it does not work if the .tex extension is
omitted from the \input command.



  reply	other threads:[~2010-11-27 20:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-26 19:09 flymake and filenames matching [0-9]+.tex Rob Browning
2010-11-27 20:26 ` Glenn Morris [this message]
2010-12-11  3:10   ` Rob Browning
2010-12-13  2:21     ` Glenn Morris
2010-12-13  2:29       ` Rob Browning

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2h7hfyikbx.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rlb@defaultvalue.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.