File:  [gforth] / gforth / BUGS
Revision 1.5: download - view: text, annotated - select for diffs
Wed Aug 10 17:22:33 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
CVS tags: HEAD
added blocks.fs
improved indentation in gforth.el

    1: name> does not take the same argument as e.g. .name. Remedy: add cell+
    2: before name>, but adapt all uses.  anton 23apr94
    3: 
    4: revealing the same name several times (e.g., by using refcursive)
    5: results in redefined messages.  anton 28jul94
    6: 
    7: [IF] is case-sensitive.  anton 2aug94
    8: 
    9: gforth.el: fill-paragraph should either not work, or it should make sure that comments stay comments and code stays code.  anton 2aug94
   10: 
   11: if blocks.fb does not exist, 1 block creates the file, but cannot
   12: read-file from it. Only if the file-id has been created with
   13: open-file, not create-file, read-file works. - anton 6aug94

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>