Search found 2 matches

by chep
Wed Nov 02, 2011 11:40 am
Forum: Emacs Lisp
Topic: [Solved] Get position in an other window
Replies: 2
Views: 9498

Re: Get position in an other window

Exactly what I was looking for.
Thank you very much.
by chep
Wed Nov 02, 2011 7:41 am
Forum: Emacs Lisp
Topic: [Solved] Get position in an other window
Replies: 2
Views: 9498

[Solved] Get position in an other window

Hi I want to know the line number corresponding to the point of a window which is not the current one. I tried (window-point my-window) but I got the point and not the line number. Unfortunately, line-number-at-pos is only working for current buffer. Is there a line-number-at-pos function working wi...