help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs 24.5 nXML regression?


From: Sam Halliday
Subject: emacs 24.5 nXML regression?
Date: Mon, 6 Jul 2015 08:58:12 -0700 (PDT)
User-agent: G2/1.0

Hi all,

I just upgraded to 24.5 from 24.4 and found that emacs froze on me when I tried 
to uncomment (with M-:) on the final comment line of the XML below.

The only way out was to drop to the terminal and send a kill signal.

Is this a known regression in the nXML mode?

I can't use the built-in bug reporting tool, as I am behind a corporate 
firewall.

Best regards,
Sam

<configuration scan="true" scanPeriod="3 seconds">
  <property name="PATTERN" value="%d{dd MMM yy HH:mm:ss.SSS} %logger{0} 
[%X{CONTEXT_ID} %thread] %-5level - %msg%n" />
  <turboFilter class="ch.qos.logback.classic.turbo.DuplicateMessageFilter">
    <cacheSize>1048576</cacheSize>
  </turboFilter>
  <appender name="file" class="ch.qos.logback.core.FileAppender">
    <file>test-output.log</file>
    <append>false</append>
    <encoder>
      <pattern>${PATTERN}</pattern>
    </encoder>
  </appender>
  <root level="${root-level:-INFO}">
    <appender-ref ref="file" />
  </root>
  <logger name="org.apache" level="WARN" />
  <!-- <logger name="akka" level="DEBUG" /> -->
  <!-- <logger name="testing" level="DEBUG" /> -->

  <!-- <logger name="foo.bar" level="DEBUG" /> -->
</configuration>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]