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

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

bug#49944: parse-partial-sexp fails to signal an error when (> START LIM


From: Lars Ingebrigtsen
Subject: bug#49944: parse-partial-sexp fails to signal an error when (> START LIMIT).
Date: Sun, 08 Aug 2021 20:14:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Alan Mackenzie <acm@muc.de> writes:

> On calling
>
>     (parse-partial-sexp 19 18 nil nil s)

(What's `s' here?)

> Emacs surely ought to signal an error, since 18 < 19.

It's common for Emacs functions that take a region to not care about
whether to is larger than from or not.  The

  validate_region (&from, &to);

function fixes it up.

> It doesn't,
> though.  It leaves point at a random position and returns
>
>     (0 nil nil nil nil nil 0 nil nil nil nil)

For me it leaves point at 19.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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