bug-mit-scheme
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-mit-scheme] [bug #14844] Edwin tutorial causes an internal error if


From: Taylor Campbell
Subject: [Bug-mit-scheme] [bug #14844] Edwin tutorial causes an internal error if window is too small
Date: Sun, 23 Oct 2005 17:44:21 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.42

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14844>

                 Summary: Edwin tutorial causes an internal error if window
is too small
                 Project: MIT/GNU Scheme
            Submitted by: riastradh
            Submitted on: Sun 10/23/05 at 17:44
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

When the Edwin tutorial is invoked (i.e. C-h t), it builds text from
the TUTORIAL file by replacing the line that starts with << with a
number of newlines equal to the difference between the window's size
and four more than the point at which the << line starts.  The intent
is that the first tutorial message should be presented at the bottom of
the window, but if it does not fit in the window the INSERT-NEWLINES
call receives a negative argument for the number of newlines, because
the code does not consider this case.  24 lines for the enclosing
terminal or X window do not suffice, so this problem is exhibited in
standard 80x24 terminals.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 10/23/05 at 17:44  Name: tutorial.scm  Size: 1.94KB   By: riastradh
replacement definition of HELP-WITH-TUTORIAL in hlpcom.scm
<http://savannah.gnu.org/bugs/download.php?item_id=14844&item_file_id=3054>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14844>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]