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
c7eb99ce
Commit
c7eb99ce
authored
Nov 10, 2004
by
Daniel Pfeiffer
Browse files
magic-mode-alist & conf-mode.el
parent
3819d330
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
etc/NEWS
etc/NEWS
+9
-2
No files found.
etc/NEWS
View file @
c7eb99ce
...
...
@@ -106,8 +106,8 @@ of the file that precede the first header line.
+++
** `set-auto-mode' now gives the interpreter magic line (if present)
precedence over the file name. Likewise an <?xml or <!DOCTYPE declaration
will give the buffer XML or SGML mode,
unless the file name leads to a mode in
`
xml-based-modes
'.
will give the buffer XML or SGML mode,
based on the new var
`
magic-mode-alist
'.
+++
** New function `looking-back' checks whether a regular expression matches
...
...
@@ -2091,6 +2091,13 @@ anyone has committed to the repository since you last executed
* New modes and packages in Emacs 21.4
** The new package conf-mode.el handles thousands of configuration files, with
varying syntaxes for comments (;, #, //, /* */ or !), assignment (var = value,
var : value, var value or keyword var value) and sections ([section] or
section { }). Many files under /etc/, or with suffixes like .cf through
.config, .properties (Java), .desktop (KDE/Gnome), .ini and many others are
recognized.
** The new package password.el provide a password cache and expiring mechanism.
** The new package dns-mode.el add syntax highlight of DNS master files.
...
...
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