[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FRED-HPOS broken for wrapped FRED windows/items



FRED-HPOS seems to return the non-wrapped hpos regardless of the wrap
state. To demonstrate the problem: make a new FRED window, type "0123"
(without the #\"'s), type c-m-w to toggle wrapping, and resize the
window so the characters are in one column, i.e.:

0
1
2
3

Now, evaluating (fred-hpos (find-window "New") 3) returns 22 which is
too wide.

FRED-VPOS seems to work correctly.


matt