[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RFC: dylan-mode.el
- To: address@hidden
- Subject: RFC: dylan-mode.el
- From: Gabor Greif <address@hidden>
- Date: Tue, 16 Jul 2002 11:30:01 -0400
- Organization: Lucent Technologies
- Sender: "Gregory T. Sullivan" <address@hidden>
- Xref: traf.lcs.mit.edu comp.lang.dylan:14214
Here is what I changed to get dylan-mode.el running properly on my Solaris box:
********************************
<<< file 1: /home/ggreif/%NoBackup%/gwydion-dylan-2.3.8/tools/elisp/dylan-mode.el
>>> file 2: /home/ggreif/%NoBackup%/gd-20020524/src/tools/elisp/dylan-mode.el
********************************
---------[changed 1108-1111]-----------|-----------[changed to 1108]-----------
;; (make-local-variable 'indent-tabs-+| (setq indent-tabs-mode nil)
;; (setq indent-tabs-mode dylan-inden+|-
;; (setq indent-tabs-mode nil) |
(setq tab-width 8) |
-|
Does this sound reasonable enough to be checked in the repository?
Thanks,
Gabor