home *** CD-ROM | disk | FTP | other *** search
- TODO
-
-
- - 'expr cos(0)' and 'expr ceil(6.5)' crash on 68k (at least in emulation)
- - A/UX: I have no idea what causes the crash
- - pasting rectangular thangs breaks when some of the pasted lines are
- 0-length
- - search-replacing "&0" to "& " has redraw bug
- - w/ symantec, update file twice?
- - directory comparison crashes
-
-
- ===============================================================================
-
- The next suggestion is more serious : the variables wordBreak and
- wordBreakPreface are redefined in a lot of different files depending of the
- mode. This is a great idea to allow some flexibility in defining what a
- word is. However if I wish to modify the notion of a word (since in french,
- we have some accents which can occur in words) I have to modify at least
- twelve files !
- Would it be possible to provide a global variable whose content would be
- for example the string 'a-zA-Z0-9_' defined in AlphaBits.tcl. One can
- imagine then that this variable is used (or may be not) in the different
- mode files to redefine the wordBreakings. Just changing this single
- variable (in Userstartup for example) is then sufficient for a french user
- in order to add accents in words.
- But perhaps there is another (and better ?) way to do that ?
-