[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7491: Support for DocBook .dbk extension
From: |
W. Martin Borgert |
Subject: |
bug#7491: Support for DocBook .dbk extension |
Date: |
Fri, 26 Nov 2010 23:03:57 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On 2010-11-26 14:29, Rob Browning wrote:
> The original report,
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498125, contains a
> patch against the Debian nxml-mode package. It would need some
> adjustment to work with Emacs itself.
Trivial: '.dbk' is added to the auto-mode-alist (six chars)
and the uri pattern '*.dbk' is added for typeId DocBook to
schemas.xml (one line). Thanks for the reminder!