Skip to content

Instantly share code, notes, and snippets.

@tam17aki
Created August 4, 2013 01:15
Show Gist options
  • Save tam17aki/6148645 to your computer and use it in GitHub Desktop.
Save tam17aki/6148645 to your computer and use it in GitHub Desktop.
narrowing example for pophint--get-hints
(narrow-to-region (save-excursion (or (when (move-to-window-line 1) (point))
(point-min)))
(save-excursion (or (when (move-to-window-line -1) (point))
(point-max))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment