GNU bug report logs -
#18385
24.3.93; posn-at-point doesn't account for tab-width
Previous Next
Reported by: Dmitry <dgutov <at> yandex.ru>
Date: Mon, 1 Sep 2014 21:54:01 UTC
Severity: normal
Found in version 24.3.93
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Eli,
Thanks for the detailed explanation.
Eli Zaretskii <eliz <at> gnu.org> writes:
> "Character number in that row". IOW, it counts characters, not visual
> columns. This function, and the data in its POSITION argument which
> it accesses, are designed to make it easy to find the glyph (or
> "display element") in a screen line, so it simply provides the ordinal
> number of the "thing at point" on its screen line, disregarding the
> screen dimensions of that thing.
Okay, if character widths are "applied" after the glyphs to be displayed
are collected, I guess this makes a certain amount of sense.
Is this value useful, though? Since the visual buffer contents are
inaccessible from Lisp, I believe this value wouldn't be properly
correct in most contexts, even in tty, where the major pitfalls you
described can't happen.
AFAICS, this function is only called in two places in Emacs code:
- From `line-move-partial', where I don't understand what it does.
- From `proced-sort-header', where the caller apparently just assumes
there are no multiple-width characters on that line.
So, was the decision not to return current-column-like value made due to
performance considerations?
> And you were right to resolve that by using posn-col-row instead.
> That function translates pixel coordinates into row/column units,
> which is much closer to what you want.
Thanks, that's good to know.
This bug report was last modified 10 years and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.