home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / text / latex / mac / alpha60.hqx / Help / ToDo < prev    next >
Encoding:
Text File  |  1995-05-06  |  1.2 KB  |  28 lines

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