Your message dated Fri, 11 Aug 2017 18:38:25 +0000
with message-id <e1dgepf-0007hj...@fasolo.debian.org>
and subject line Bug#871627: Removed package(s) from unstable
has caused the Debian Bug report #599003,
regarding emacs23-common: flymake fails on certain .tex filenames
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
599003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599003
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: emacs23-common
Version: 23.1+1-5
Severity: normal
Tags: patch

When using flymake with .tex filenames that include a number just before the 
.tex extension, flymake fails to find the master file giving the message 
"Flymake:!" in the status bar and rendering flymake useless. 

For example:

myfile1.tex will fail where

myfile1a.tex will succeeed. 

I have not tested this with other modes or file extensions, but looking at 

http://cvs.savannah.gnu.org/viewvc/emacs/emacs/lisp/progmodes/flymake.el?view=markup

there is a regex in (defcustom flymake-allowed-file-name-masks...) that appears 
to apply:

("[0-9]+\\.tex\\'" flymake-master-tex-init flymake-master-cleanup)

when I remove this line from flymake.el, the problem appears solved. I don't 
know what other ramifications this may have, but it seems to work for me...

trivial patch attached, but note this is against rev 1.63 from savannah. not 
sure if/how it applies to debian source.

A


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages emacs23-common depends on:
ii  dpkg                          1.15.7.2   Debian package management system
ii  emacsen-common                1.4.19     Common facilities for all emacsen

emacs23-common recommends no packages.

Versions of packages emacs23-common suggests:
pn  emacs23-common-non-dfsg       <none>     (no description available)
pn  emacs23-el                    <none>     (no description available)

-- no debconf information
--- flymake.el  2010-10-03 10:50:42.000000000 -0700
+++ flymake_org.el      2010-10-03 10:52:45.000000000 -0700
@@ -278,7 +278,7 @@
     ("\\.php[345]?\\'" flymake-php-init)
     ("\\.h\\'" flymake-master-make-header-init flymake-master-cleanup)
     ("\\.java\\'" flymake-simple-make-java-init flymake-simple-java-cleanup)
-;;    ("[0-9]+\\.tex\\'" flymake-master-tex-init flymake-master-cleanup)
+    ("[0-9]+\\.tex\\'" flymake-master-tex-init flymake-master-cleanup)
     ("\\.tex\\'" flymake-simple-tex-init)
     ("\\.idl\\'" flymake-simple-make-init)
     ;; ("\\.cpp\\'" 1)

--- End Message ---
--- Begin Message ---
Version: 24.5+1-11+rm

Dear submitter,

as the package emacs24 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/871627

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to