Skip to content
  1. Apr 23, 2012
  2. Dec 15, 2011
  3. Dec 09, 2011
  4. Oct 23, 2011
  5. Sep 19, 2011
  6. Sep 13, 2011
  7. Sep 10, 2011
  8. Sep 09, 2011
  9. Aug 20, 2011
  10. Apr 06, 2011
  11. Oct 08, 2010
    • Christophe Rhodes's avatar
      add .htaccess for utf-8 html encoding · 7ca2fbcd
      Christophe Rhodes authored
      7ca2fbcd
    • Christophe Rhodes's avatar
      capture output from evaluating swank requests · d71a2190
      Christophe Rhodes authored
      This fixes bug #1.  It is somewhat on the risky side given that there
      are current known protocol problems in the presence of non-ASCII
      encodings, but it does make working in the slime repl much more
      pleasant.
      d71a2190
    • Christophe Rhodes's avatar
      log another wishlist bug · b5612664
      Christophe Rhodes authored
      This time about visibility of evaluation results.
      b5612664
    • Christophe Rhodes's avatar
      improve html export of org files · 74ab0ece
      Christophe Rhodes authored
      Allow ="foo"= to be exported as code.
      74ab0ece
    • Christophe Rhodes's avatar
      webup Makefile target · 5eb27952
      Christophe Rhodes authored
      for no better reason than my convenience
      5eb27952
    • Christophe Rhodes's avatar
      srcrefs in swank:compile-string-for-emacs · 16e6dc8f
      Christophe Rhodes authored
      Wow, this was hard.  parse() constructs a vector with mode
      "expression", consisting of multiple, possibly nested calls.
      Scattered throughout this structure are srcrefs with absolute
      locations.  This means that we need to walk the parsed data structure
      and adjust every srcref that we can find, giving it an offset based on
      the location information passed to compile-string-for-emacs (which
      requires bleeding-edge 2010-10-08 slime, because earlier versions
      don't pass line/column information in the position argument).
      
      But we can't simply adjust the "srcref" attribute on our parsed data
      structure, because R tries very hard to be pure.  Instead we need to
      return a copy with the right modifications (but preserving everything
      else of importance).  It's straightforward once you know how, but
      there were many painful missteps to get to this point.  Still, now
      M-. works on function names assigned with C-c C-c in source buffers.
      16e6dc8f
  12. Oct 07, 2010