Skip to content

Commit

Permalink
Visit wiki text in Visual Line Mode in Emacs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy committed Jul 6, 2012
1 parent b334414 commit 353562b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debug-api
Expand Up @@ -889,3 +889,7 @@ Note that, like <code>eval</code>, declarations in the <i>code</i> passed to <co
<li>It may be possible for <code>Debugger.Frame.prototype.environment</code> to return more complete environment chains than <code>Debugger.Object.prototype.environment</code>. This possibility should be documented, along with its effects on environment identity.
<li>The interface should provide clean, predictable ways to observe the effects of garbage collection. For example, perhaps it should provide an interface like [[http://www.cs.indiana.edu/~dyb/pubs/guardians-abstract.html R. Kent Dybvig's guardians]] for observing when objects and scripts become unreachable.
</ul>

<!-- Local Variables: -->
<!-- eval: (visual-line-mode) -->
<!-- End: -->
4 changes: 4 additions & 0 deletions protocol
Expand Up @@ -978,3 +978,7 @@ This closes communications with <i>breakpointActor</i>.
= Frame Pop Watches =

<i>TODO: DOM node inspection, highlighting</i>

<!-- Local Variables: -->
<!-- eval: (visual-line-mode) -->
<!-- End: -->

0 comments on commit 353562b

Please sign in to comment.