From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master dfed333: Remove fixnum restriction on some display vars Date: Wed, 22 May 2019 17:06:00 -0400 Message-ID: References: <20190522202917.27067.49863@vcs0.savannah.gnu.org> <20190522202920.3CA7920498@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="218809"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Paul Eggert To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 22 23:06:38 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hTYRX-000ujJ-5B for ged-emacs-devel@m.gmane.org; Wed, 22 May 2019 23:06:35 +0200 Original-Received: from localhost ([127.0.0.1]:51403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTYRV-00057u-Vu for ged-emacs-devel@m.gmane.org; Wed, 22 May 2019 17:06:34 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:33809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTYR4-0004qr-QC for emacs-devel@gnu.org; Wed, 22 May 2019 17:06:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hTYR2-0002J6-MY for emacs-devel@gnu.org; Wed, 22 May 2019 17:06:05 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:63806) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hTYR2-0002Id-D8 for emacs-devel@gnu.org; Wed, 22 May 2019 17:06:04 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 604D244299E; Wed, 22 May 2019 17:06:02 -0400 (EDT) Original-Received: from mail02.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 4F15744299B; Wed, 22 May 2019 17:06:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1558559161; bh=bGS739B9lnLii8FnGGd2s9Q/kS37KP6b12NyNcOY+gI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=mmlgZMbWErosHEl7PaRztN1Rq1U0ezbMAJrBN7lJEj0JO0cFY/i/JVlx6hd/469Tt Mht5kbF328jIoSEE479GISyWkYW8BxLv1RYVUNJSwalAb4jj6XrSY+35MiuPFE85/8 48neiLIeFAatiaMiXR+TLf07DeqFkzXzePeLoeakxjJ2PicpvHWXNxZgkm8tVmRfl0 EWRs1z7viULQoCBnyvIgITU6vzBCCUPRNztirrJtyW5jtcaXu5SQOhnIkMXLSxr3Uf u0Oq/rE6gFWZuAAf8pzeKTwrhEuEIau7ymI4ujCLl0tr7KkR/0+WRBm1OWgNfJZ3lL ueSyKpbwifPlw== Original-Received: from alfajor (unknown [216.154.3.168]) by mail02.iro.umontreal.ca (Postfix) with ESMTPSA id 251B91209B4; Wed, 22 May 2019 17:06:01 -0400 (EDT) In-Reply-To: <20190522202920.3CA7920498@vcs0.savannah.gnu.org> (Paul Eggert's message of "Wed, 22 May 2019 16:29:19 -0400 (EDT)") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:236911 Archived-At: > * src/window.c (set_window_buffer): When buffer-display-count > is too large for a fixnum, make it a bignum. Rather than convert to bignum, we should either crash or signal a `hallelujah` error, depending on whether you think this is due to a bug or too a supranatural power. Stefan