[Dynamite] Ian's stuff

Ian Holmes ihh@fruitfly.org
Fri, 10 Mar 2000 17:07:17 -0800 (PST)


Cool.
Suggestion: read it in C++-mode with maximum syntax coloring in emacs (or
whichever editor you use). C++-mode is more colorful than IDL-mode.
Ian

>From my .emacs file:

(if (fboundp 'global-font-lock-mode) (global-font-lock-mode t))
;; Maximum colors
(setq font-lock-maximum-decoration t)
(transient-mark-mode t)
(show-paren-mode 1)

(setq auto-mode-alist (cons '("\\.idl\\'" . c++-mode) auto-mode-alist))


-- 
Ian Holmes  ....  Howard Hughes Medical Institute  ....  ihh@fruitfly.org

On Sat, 11 Mar 2000, Ewan Birney wrote:

> 
> looks great. I am really excited about lookingat this more closely.
> I have just downloaded all of it so I have something to do on the plane.
> 
> I am definitely offering to do the seq module. I am sure Ian should
> do the paracemters module. I guess we need to reaad the other stuff, but I
> am now keen to start implementing things....
> 
> 
> 
> Talk in a couple of days when I am back on line.
> 
> 
> -----------------------------------------------------------------
> Ewan Birney. Mobile: +44 (0)7970 151230
> <birney@ebi.ac.uk>
> -----------------------------------------------------------------
> 
> 
> _______________________________________________
> Dynamite mailing list  -  Dynamite@bioperl.org
> http://www.bioperl.org/mailman/listinfo/dynamite
>