all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Halliday <sam.halliday@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: emacs 24.5 nXML regression?
Date: Mon, 6 Jul 2015 08:58:12 -0700 (PDT)	[thread overview]
Message-ID: <88c140dd-c3eb-4428-9a67-0dac8f0bd5d3@googlegroups.com> (raw)

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	other threads:[~2015-07-06 15:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-06 15:58 Sam Halliday [this message]
2015-07-06 16:21 ` emacs 24.5 nXML regression? Stefan Monnier
2015-07-06 19:59   ` Sam Halliday

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=88c140dd-c3eb-4428-9a67-0dac8f0bd5d3@googlegroups.com \
    --to=sam.halliday@gmail.com \
    --cc=help-gnu-emacs@gnu.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.