emacs-devel
[Top][All Lists]
Advanced

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

Re: Problems with move_it_in_display_line_to X when tabs exist.


From: Eli Zaretskii
Subject: Re: Problems with move_it_in_display_line_to X when tabs exist.
Date: Sun, 03 Dec 2017 05:32:49 +0200

> Date:  Sat, 02 Dec 2017 14:28:31 -0800
> From:  Keith David Bershatsky <address@hidden>
> Cc:  address@hidden
> 
> Here are the four values.  It looks like it.current_x is where I expected it 
> to be, but it.what is showing a character instead of a stretch.
> 
> (gdb) print it.what
> $1 = IT_CHARACTER
> 
> (gdb) print it.char_to_display
> $2 = 9
> 
> (gdb) print it.method
> $3 = GET_FROM_DISPLAY_VECTOR
> 
> (gdb) print it.current_x
> $4 = 44

Please show the Lisp code that you used to set up the display table.



reply via email to

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