New question #225782 on nXhtml: https://answers.launchpad.net/nxhtml/+question/225782
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> -- You received this question notification because you are a member of nXhtml, which is an answer contact for nXhtml. _______________________________________________ Mailing list: https://launchpad.net/~nxhtml Post to : [email protected] Unsubscribe : https://launchpad.net/~nxhtml More help : https://help.launchpad.net/ListHelp

