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

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

bug#35375: 26.2; info:elisp#Geometry (x-parse-geometry geom)


From: Andreas Schwab
Subject: bug#35375: 26.2; info:elisp#Geometry (x-parse-geometry geom)
Date: Mon, 22 Apr 2019 14:15:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

On Apr 22 2019, Van L <van@scratch.space> wrote:

> Hello,
>
> In the example given,
>
>           (x-parse-geometry "35x70+0-0")
>                ⇒ ((height . 70) (width . 35)
>                    (top - 0) (left . 0))
> --------------------^
> should that be (top . (- 0)) from x-parse-geometry?

That's the same, but the lisp printer would never use the dotted form
for a proper list.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

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