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

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

[Bug-mit-scheme] [bug #28018] C-C C-x and C-c C-u fail in xscheme.el


From: Taylor R. Campbell
Subject: [Bug-mit-scheme] [bug #28018] C-C C-x and C-c C-u fail in xscheme.el
Date: Sat, 14 Nov 2009 23:58:36 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/525.18 (KHTML, like Gecko, Safari/525.20) OmniWeb/v622.6.1.0.111015

URL:
  <http://savannah.gnu.org/bugs/?28018>

                 Summary: C-C C-x and C-c C-u fail in xscheme.el
                 Project: MIT/GNU Scheme
            Submitted by: riastradh
            Submitted on: Sat 14 Nov 2009 23:58:35 GMT
                Category: runtime
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect behavior
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                Keywords: 

    _______________________________________________________

Details:

Rather than aborting to the nearest level or to the previous level, these
cause a reader error of `Illegal character: #\U+00'.  It seems that control
never even reaches emacs.scm's hook to clean the input stream flushing
typeahead.  I think that control first passes through the reader, which reads
the 0 delimiter from the input stream and signals an error, which pushes a
REPL level and causes all pending thread events (of which the invocation of
the hook to clean the input stream is one) to be discarded, but I have not
thoroughly confirmed this hypothesis.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28018>

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





reply via email to

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