Skip to content
  • Robert Strandh's avatar
    Did a major overhaul of the syntax facility. The previous · 433008b3
    Robert Strandh authored
    functionality is now divided into three parts: the first one is the
    real syntax, associated with the buffer instead of with the pane.  The
    second part is the cache management, now associated with the pane
    instead of with the syntax.  The third part is a CLIM view, associated
    with the pane, which determines presentation parameters such as
    highlighting.
    
    modified the tabify/untabify code so that the space-width and
    tab-width are no longer in the syntax, but in the view.
    
    Factored out the climacs pane and displaying of text in the pane into
    a new file, pane.lisp.
    433008b3