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

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

bug#44294: No widen by xref-find-definitions


From: Philipp Stephani
Subject: bug#44294: No widen by xref-find-definitions
Date: Thu, 29 Oct 2020 09:30:39 +0100

Am Mi., 28. Okt. 2020 um 22:39 Uhr schrieb Dmitry Gutov <dgutov@yandex.ru>:
>
> > -       (user-error "Rerun etags: `%s' not found in %s"
> > -                      pat buffer-file-name)))
> > +       (if (or (= (point-min) 1) (not widen-automatically))
>
> Couldn't a buffer be narrowed, but point-min still be equal to 1?
>

Yes, this should be (eql (buffer-size) (- (point-max) (point-min)).





reply via email to

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