Continuous "mumamo-per-buffer-local-vars" warnings

Bug #1194364 reported by Blastoff
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
nXhtml
New
Undecided
Unassigned

Bug Description

Using emacs 24.3.1 on Linux.

Even with a simple well formed HTML file, I get the warning on invocation:

Warning (mumamo-per-buffer-local-vars): Already 'permanent-local t: buffer-file-name

If I introduce a block that uses mumamo, say a "style" tag, I get the warning every time I move in or out of the block.

Is there a way to suppress this warning?

To reproduce:

emacs -Q --eval '(load "/path/to/nxhtml/autostart.el")' foo.html

Where foo.html is simply:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>Title</title>
        <style type="text/css" media="screen">
          body {
            background-color: red;
          }
        </style>
    </head>
    <body>
        <h1>Testing</h1>
        <p>A Paragraph</p>
    </body>
</html>

Revision history for this message
Blastoff (wolph) wrote :

A workaround & discussion is available at:
https://gist.github.com/tkf/3951163

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.