bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20847: [display engine] 25.0.50; company-mode popup makes point jump


From: Dmitry Gutov
Subject: bug#20847: [display engine] 25.0.50; company-mode popup makes point jump to an entirely different location
Date: Mon, 22 Jun 2015 13:57:48 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0

On 06/22/2015 05:43 AM, Eli Zaretskii wrote:

Something like that, but perhaps using end-of-visual-line as well.

Ok, so there's a function for that. Would (eq (point) (save-excursion (end-of-visual-line) (point))) not suffice?

Does that constitute at least three different cases we'd need to handle?

- Not near the window edge
- near the edge and newline
- near the edge and no newline?

I'm not sure I understand the meaning of "near" here.

Sorry for being unclear. Let's replace that word with "at".

I'm not sure what you mean by "losing some of the text".

The rightmost characters in each continued line are removed from
display because you put a newline there.

Do you have an example? Unless there's a misunderstanding, this would seem like a bug to me.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]