libera/#clim - IRC Chatlog
Search
5:37:33
rainthree
hmm formatting-table adjusts the c:stream-cursor-position only after the table is printed, so it is not possible to get the position after formatting-row a few rows for example
5:50:46
rainthree
trying to figure out a way to get the c:stream-cursor-position inside a long table
10:56:11
scymtym
rainthree: i would consider the drawing operations and cursor inside a table cell (and therefore table row and column) to be performed on a "virtual" page and therefore not meaningful with respect to normal stream coordinates since everything may be adjusted afterwards
10:57:10
scymtym
but the formatting-{table,row,column,cell} macros return output records which you can stash away while formatting. maybe the bounds of those output records contain the information you need?