emacs-devel
[Top][All Lists]
Advanced

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

Re: Extend gdb to filter registers


From: Eli Zaretskii
Subject: Re: Extend gdb to filter registers
Date: Thu, 17 Oct 2019 11:19:09 +0300

> From: Yuan Fu <address@hidden>
> Date: Wed, 16 Oct 2019 23:08:41 -0400
> Cc: Stefan Monnier <address@hidden>,
>  Emacs developers <address@hidden>
> 
> >> +                             (goto-char 1)
> >
> > (goto-char (point-min))
> 
> I’m worried that narrowing will cause problems. Is it adviced to always
> use ‘point-min’?

If the buffer is narrowed so that point-min as greater than 1, you
cannot goto position 1; trying that will signal an error.



reply via email to

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