Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    I believe that the question then I need to ask is how to make that function not throw an error. Commented Oct 10, 2014 at 15:11
  • (when (and l r) ....) Commented Oct 10, 2014 at 15:12
  • Thanks! I wrapped the function in (ignore-errors ..) and that also worked! I tried using when (and l r) ..) but that doesn't work as I think that the function errors out by the (beginning-of-defun ..) and (end-of-defun ..) calls. Commented Oct 10, 2014 at 15:15
  • I have removed my speculation on what is causing the error - that was obviously wrong. Commented Oct 10, 2014 at 15:28