Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
11cb1e35
Commit
11cb1e35
authored
Dec 04, 2010
by
W. Martin Borgert
Committed by
Chong Yidong
Dec 04, 2010
Browse files
* lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
* etc/schema/schemas.xml: Handle *.dbk as DocBook.
parent
e408289f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletion
+12
-1
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/schema/schemas.xml
etc/schema/schemas.xml
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/files.el
lisp/files.el
+1
-0
No files found.
etc/ChangeLog
View file @
11cb1e35
2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
* schema/schemas.xml: Add DocBook (Bug#7491).
2010-11-21 Ulrich Mueller <ulm@gentoo.org>
* HELLO: Add ancient Greek (Bug#7418).
...
...
etc/schema/schemas.xml
View file @
11cb1e35
...
...
@@ -22,7 +22,8 @@
<uri
pattern=
"*.html"
typeId=
"XHTML"
/>
<uri
pattern=
"*.rng"
typeId=
"RELAX NG"
/>
<uri
pattern=
"*.rdf"
typeId=
"RDF"
/>
<uri
pattern=
"*.dbk"
typeId=
"DocBook"
/>
<namespace
ns=
"http://www.w3.org/1999/XSL/Transform"
typeId=
"XSLT"
/>
<namespace
ns=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
typeId=
"RDF"
/>
<namespace
ns=
"http://www.w3.org/1999/xhtml"
typeId=
"XHTML"
/>
...
...
lisp/ChangeLog
View file @
11cb1e35
2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
* files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
(Bug#7491).
2010-12-04 Chong Yidong <cyd@stupidchicken.com>
* simple.el (transient-mark-mode): Doc fix (Bug#7465).
...
...
lisp/files.el
View file @
11cb1e35
...
...
@@ -2267,6 +2267,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode)
("
\\.oak\\
'
" . scheme-mode)
("
\\.sgml?\\
'
" . sgml-mode)
("
\\.x[ms]l\\
'
" . xml-mode)
("
\\.dbk\\
'
" . xml-mode)
("
\\.dtd\\
'
" . sgml-mode)
("
\\.ds\\
(
ss\\
)
?l\\
'
" . dsssl-mode)
("
\\.js\\
'
" . js-mode) ; javascript-mode would be better
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment