read-only buffer
Brought to you by:
ovidiu
From: Kaiser C. (SV SC RS T33) <Chr...@at...> - 2001-11-22 08:08:46
|
Hello Ovidiu, just one more question: I use the PSGML mode and XML DocBook with your XSLT-process. Why is it not possible to edit any buffer? I'm quite sure it's just a matter of adjustment, i might have missed something? My PSGML xml mode looks like this: ;; ----- load xml-mode ----- ;; this derives a XML mode from PSGML (setq auto-mode-alist (append (list (cons "\\.xml\\'" 'xml-mode)) auto-mode-alist)) (autoload 'xml-mode "psgml" nil t) and i had to change following section, because the XML DTDs appared to be problematic using sgml-mode: (setq auto-mode-alist (union '(("\\.xml$" . xml-mode) ("\\.xsl$" . xml-mode) ) auto-mode-alist)) but supposedly this has nothing to do with the=20 read-only problem. best regards, Christian Kaiser =20 SiemensVDO Automotive AG =20 SV SC RS T33 =20 Osterhofener Stra=DFe 19 - O19 93055 Regensburg Germany Tel: ++49 (0)941-790-6689 |