[R] html

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Mon Apr 2 17:12:30 CEST 2001


Christian Hoffmann <christian.hoffmann at wsl.ch> writes:

> Hi all,
> 
> Excuse me please for posting a question concerning HTML.

Um, R-help is not likely to be interested....

> How do I tell XEmacs to treat a file ".ehtml" like one with ".htm" (syntax
> highlighting etc)?
> 
> Or more general: to treat file with ".x" as ".Y" ?

C-h v auto-mode-alist

e.g. to extend the list:

(setq auto-mode-alist
      (cons '("\\.?web$" . indented-text-mode) auto-mode-alist))

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
ess-help mailing list -- To (un)subscribe, send
subscribe	or	unsubscribe
(in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the ESS-help mailing list