Guest User

Untitled

a guest
Apr 16th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. (defun string-width-in-region (start end)
  2. (interactive "r")
  3. (princ (string-width (buffer-substring start end))))
Advertisement
Add Comment
Please, Sign In to add comment