Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37890426
en ru br
ALT Linux repos
S:0.1.20041004-alt4
5.0: 0.1.20041004-alt3
4.1: 0.1.20041004-alt3
4.0: 0.1.20041004-alt3
3.0: 0.1.20041004-alt1

Group :: Editors
RPM: emacs-nxml-mode

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

;; Copyright (C) 2003 Alex Ott
;;
;; Author: ottalex@rambler.ru
;; Version: $Id: emacs-nxml-mode-site-start.el,v 1.2 2005/11/13 14:27:45 eugene Exp $
;; Keywords:
;; Status: not intended to be distributed yet


;; (add-to-list 'load-path "/usr/share/emacs/site-lisp/nxml-mode")
(load "rng-auto")
(require 'nxml-menu)

;; You can uncomment this to set nxml-mode as default mode for xml documents
(setq auto-mode-alist
(cons '("\\.\\(xml\\|xsl\\|rng\\|xhtml\\)\\'" . nxml-mode)
auto-mode-alist))
(GNUEmacs22
(setq magic-mode-alist
(cons '("<\\?xml " . nxml-mode) magic-mode-alist)))

(defun alt-nxml-mode-hook ()
(local-set-key [return] 'newline-and-indent)
(local-set-key "\C-c/" 'nxml-finish-element)
(unify-8859-on-decoding-mode)
)
(add-hook 'nxml-mode-hook 'alt-nxml-mode-hook)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin