Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b85b6604
Commit
b85b6604
authored
Jan 11, 2008
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(nxml-char-name-ignore-case): Change default value.
(nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
parent
7a10d292
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/nxml/nxml-mode.el
lisp/nxml/nxml-mode.el
+2
-1
No files found.
lisp/ChangeLog
View file @
b85b6604
2008-01-11 Jason Rumney <jasonr@gnu.org>
* nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
Rename from nxml-enable-unicode-char-name-sets-flag.
(nxml-enable-unicode-char-name-sets-1): Merge into
nxml-enable-unicode-char-name-sets.
(nxml-enable-unicode-char-name-sets): Don't unconditionally set
nxml-char-name-ignore-case here.
* nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
Update doc string and commentary.
(nxml-char-name-ignore-case): Change default value.
(nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
2008-01-11 Martin Rudalics <rudalics@gmx.at>
...
...
lisp/nxml/nxml-mode.el
View file @
b85b6604
...
...
@@ -554,6 +554,7 @@ Many aspects this mode can be customized using
(
when
nxml-auto-insert-xml-declaration-flag
(
nxml-insert-xml-declaration
)))
(
rng-nxml-mode-init
)
(
nxml-enable-unicode-char-name-sets
)
(
run-hooks
'nxml-mode-hook
))
(
defun
nxml-degrade
(
context
err
)
...
...
@@ -2432,7 +2433,7 @@ and attempts to find another possible way to do the markup."
;;; Character names
(
defvar
nxml-char-name-ignore-case
nil
)
(
defvar
nxml-char-name-ignore-case
t
)
(
defvar
nxml-char-name-alist
nil
"Alist of character names.
...
...
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