all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#513: Done
       [not found] <18537.44392.916055.626314@fencepost.gnu.org>
@ 2011-01-13 23:16 ` Stefan Monnier
  2011-01-14  1:51 ` bug#513: Several places should use run-mode-hooks MON KEY
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2011-01-13 23:16 UTC (permalink / raw)
  To: 513

Just committed to trunk.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#513: Several places should use run-mode-hooks
       [not found] <18537.44392.916055.626314@fencepost.gnu.org>
  2011-01-13 23:16 ` bug#513: Done Stefan Monnier
@ 2011-01-14  1:51 ` MON KEY
  2011-01-14  3:57   ` MON KEY
  1 sibling, 1 reply; 3+ messages in thread
From: MON KEY @ 2011-01-14  1:51 UTC (permalink / raw)
  To: 513, Stefan Monnier

Curious if this solves the problem of nxml leaving behind myriad RNG
parse buffers with names matching:

  " *RNC Input<N>*"

e.g. as per `rng-c-buffer-name' , `rng-c-init-buffer', `rng-c-parse-file',
`rng-c-parse-include', `rng-c-load-schema'

See lisp/nxml/rng-cmpct.el & lisp/nxml/rng-pttrn.el

FWIW just today I found 30(thirty) of these suckers lingering in my
buffer-list presumably doing nothing successfully and generally taking
up space...

--
/s_P\





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#513: Several places should use run-mode-hooks
  2011-01-14  1:51 ` bug#513: Several places should use run-mode-hooks MON KEY
@ 2011-01-14  3:57   ` MON KEY
  0 siblings, 0 replies; 3+ messages in thread
From: MON KEY @ 2011-01-14  3:57 UTC (permalink / raw)
  To: 513, Stefan Monnier

On Thu, Jan 13, 2011 at 8:51 PM, MON KEY <monkey@sandpframing.com> wrote:

> FWIW just today I found 30(thirty) of these suckers lingering in my
> buffer-list presumably doing nothing successfully and generally taking
> up space...
>

OK, It appears that nxml is leaving the RNG parse buffers around
whenever I kill an nxml mode buffer before it has had a chance to
finish validating.

Where the XML file's header has this:

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">

Emacs says this:
;=> Using schema ~/emacs/23.2/etc/schema/xhtml.rnc

The " *RNC Input<N>*" should be cleaned up, if not on the
run-mode-hooks then the kill-buffer-hook.

--
/s_P\





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-14  3:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <18537.44392.916055.626314@fencepost.gnu.org>
2011-01-13 23:16 ` bug#513: Done Stefan Monnier
2011-01-14  1:51 ` bug#513: Several places should use run-mode-hooks MON KEY
2011-01-14  3:57   ` MON KEY

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.