A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://lists.gnu.org/archive/html/emacs-devel/2022-11/msg01484.html below:

Re: master c69858b3f0: ; * lisp/treesit.el (treesit-ready-p): Guard agai

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] From: Eli Zaretskii Subject: Re: master c69858b3f0: ; * lisp/treesit.el (treesit-ready-p): Guard against empty buffers. Date: Wed, 23 Nov 2022 14:27:48 +0200
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Yuan Fu <casouri@gmail.com>
> Date: Tue, 22 Nov 2022 20:51:40 -0500
> 
> > -      (when (> (position-bytes (1- (point-max))) treesit-max-buffer-size)
> > +      (when (> (position-bytes (max (point-min) (1- (point-max))))
> > +               treesit-max-buffer-size)
> 
> I'd expect `treesit-max-buffer-size` to be compared to `buffer-size`
> rather than to buffer positions.

Please tell more: what problems do you see with the above, and why?  It is
not easy to guess what's on your mind.



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4