unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Diego Nicola Barbato <dnbarbato@posteo.de>
To: Jack Hill <jackhill@jackhill.us>
Cc: guix-devel@gnu.org, Zhu Zihao <cjpeople2013@gmail.com>,
	42738@debbugs.gnu.org
Subject: Re: [bug#42738] [Work in progress] gnu: emacs: update to 27.1
Date: Wed, 19 Aug 2020 10:22:27 +0200	[thread overview]
Message-ID: <87pn7nujss.fsf@GlaDOS.home> (raw)
In-Reply-To: <alpine.DEB.2.21.2008182335550.4809@marsh.hcoop.net> (Jack Hill's message of "Wed, 19 Aug 2020 00:08:56 -0400 (EDT)")

Hey Guix,

Jack Hill <jackhill@jackhill.us> writes:

[...]

> On Tue, 18 Aug 2020, Michael Rohleder wrote:
>>Jack Hill <jackhill@jackhill.us> writes:

[...]

>>> Is the emacs-wide-int variant needed with the new multiprecision
>>> functionality?
>>
>> I don't think so.
>
> Ok, I've deprecated that package.

I added the emacs-wide-int variant because emacs-telega requires 62-bit
[sic] integers (https://debbugs.gnu.org/39412).  While Telega should
work with regular (non-wide-int) Emacs 27.1 (thanks to the new
multiprecision functionality), the test which checks if Emacs is suitable
for running Telega will fail, because it does not know about "bignums"
and looks at the value of most-positive-fixnum instead:

--8<---------------cut here---------------start------------->8---
  ;; 62bits for numbers is required
  ;; i.e. ./configure --with-wide-int
  (cl-assert (= most-positive-fixnum 2305843009213693951) nil
             "Emacs with wide ints (--with-wide-int) is required")
--8<---------------cut here---------------end--------------->8---

I suggest we keep the emacs-wide-int variant until this issue has been
resolved, so that the Emacs update does not break emacs-telega on 32-bit
systems.

[...]

Greetings,

Diego


      reply	other threads:[~2020-08-19  8:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <alpine.DEB.2.21.2008062225250.4809@marsh.hcoop.net>
2020-08-18  6:23 ` [bug#42738] [Work in progress] gnu: emacs: update to 27.1 Jack Hill
     [not found]   ` <87tux0rtoo.fsf@rohleder.de>
2020-08-19  4:08     ` Jack Hill
2020-08-19  8:22       ` Diego Nicola Barbato [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pn7nujss.fsf@GlaDOS.home \
    --to=dnbarbato@posteo.de \
    --cc=42738@debbugs.gnu.org \
    --cc=cjpeople2013@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=jackhill@jackhill.us \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).