Damien Cassou writes: > Here is a new version. I took the opportunity to add a NEWS entry > and to reflect the change in the elisp manual. Great, thanks! > -(defun line-number-at-pos (&optional pos) > - "Return (narrowed) buffer line number at position POS. > +(defun line-number-at-pos (&optional pos absolute-p) Why not simply `absolute' instead of `absolute-p'. It's not a predicate, is it? Cheers, Nico