bugMIT/GNU Scheme - Bugs: bug #17146, switching REPL modes between...

 
 

bug #17146: switching REPL modes between Inferior REPL and Inferior CMDL removes minor modes' command tables

Submitter:  Taylor R. Campbell <riastradh>
Submitted:  Tue 18 Jul 2006 07:43:06 PM UTC
   
 
Category:  edwin Severity:  2 - Minor
Priority:  5 - Normal Item Group:  Incorrect behavior
Status:  Fixed Privacy:  Public
Assigned to:  riastradh Originator Name: 
Open/Closed:  Closed
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 26 Mar 2007 11:37:31 PM UTC, comment #1: 

I've extended the kludge for switching between Inferior REPL and Inferior CMDL modes in intmod.scm so that it will more carefully update the list of command tables.  I'll close this if no problems arise.

Taylor R. Campbell <riastradh>
Group Member
Tue 18 Jul 2006 07:43:06 PM UTC, original submission:  

Enter a minor mode in a REPL buffer, such as paredit-mode, evaluate something that signals an error, and see that all the paredit bindings are gone when you return to the REPL after the `Start debugger?' question.  This is because MAYBE-SWITCH-MODES! replaces the command table list of the REPL buffer completely with the command table list of the new mode, rather than replacing only the command tables of the old mode with those of the new mode.

Is it guaranteed that the list of a mode's command tables is always a tail of any buffer in that mode?  If so, then the fix is simple: replace only that tail, not the whole list, with the new mode's command tables.

Taylor R. Campbell <riastradh>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by riastradh (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-04-05 riastradh StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2007-03-26 riastradh StatusNone Ready For Test
        Assigned toNone riastradh

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code