emacs-devel
[Top][All Lists]
Advanced

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

Re: Tabs


From: Eli Zaretskii
Subject: Re: Tabs
Date: Tue, 08 Oct 2019 20:03:23 +0300

> Date: Tue, 8 Oct 2019 18:40:48 +0200
> From: Ergus <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> 
> 
> [1:text/plain Hide]
> 
> gdb log attached. Tell me if you need something else:

Thanks.  If you run the recipe with breakpoint on this line of
xdisp.c:

                  if (FRAME_GARBAGED_P (f))
                    {
                      fset_redisplay (f);
                      f->garbaged = false;  <<<<<<<<<<<<<<<<<<<<
                      goto retry_frame;
                    }

(if your repository is up to date and you are on the master branch,
this should be line 15690), does the breakpoint fire after you type
the "C-x 6 f FILENAME RET" command?



reply via email to

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