RE: (dsssl) dsssl-mode under XEmacs

Subject: RE: (dsssl) dsssl-mode under XEmacs
From: David.Pawson@xxxxxxxxxxx
Date: Fri, 25 Jul 2003 13:06:07 +0100

> -----Original Message-----
> From: Jany Quintard [mailto:jany.quintard@xxxxxxx]
> Sent: 25 July 2003 12:43
> To: Liste dsssl Mulberry
> Subject: (dsssl) dsssl-mode under XEmacs
> 
> 
> Folks, I am aware that this is a bit out of topic, but I just want to
> know if some of you use Xemacs to edit their dsssl specs.
> 
> I do and if I can easily switch to dsssl-mode with the command:
> M-x dsssl-mode
> I can't obtain an automatic switch, based on file extension.
> 
> If I put this in my custom.el file
> (add-to-list 'auto-mode-alist '("\\.dsl\\'" . dsssl-mode))
> I can't open dsl files and get an error, while
> (add-to-list 'auto-mode-alist '("\\.dsl\\'" . scheme-mode))

;; load xml-mode 
(setq auto-mode-alist
(append (list (cons "\\.xml\\'" 'xml-mode))
auto-mode-alist))

works for xml?

Just tried it with .dsl and dsssl-mode
that works too, win2k.

HTH DaveP

- 

NOTICE: The information contained in this email and any attachments is 
confidential and may be legally privileged. If you are not the 
intended recipient you are hereby notified that you must not use, 
disclose, distribute, copy, print or rely on this email's content. If 
you are not the intended recipient, please notify the sender 
immediately and then delete the email and any attachments from your 
system.

RNIB has made strenuous efforts to ensure that emails and any 
attachments generated by its staff are free from viruses. However, it 
cannot accept any responsibility for any viruses which are 
transmitted. We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email 
and any attachments are those of the author and do not necessarily 
represent those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk 

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist

Current Thread