From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bignum branch Date: Tue, 17 Jul 2018 22:06:49 +0300 Message-ID: <83bmb57kc6.fsf@gnu.org> References: <87o9fbbw1t.fsf@tromey.com> <87bmbbmslt.fsf@gmail.com> <877elzmpjk.fsf@gmail.com> <83va9jcpfk.fsf@gnu.org> <83sh4ncoye.fsf@gnu.org> <87601j5lx2.fsf@gmail.com> <83o9fbckik.fsf@gnu.org> <86muuscvj8.fsf@gmail.com> <878t69g2cg.fsf@gmail.com> <83efg17mao.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1531854288 11226 195.159.176.226 (17 Jul 2018 19:04:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2018 19:04:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: rpluim@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 17 21:04:43 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ffVH8-0002o4-Np for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2018 21:04:42 +0200 Original-Received: from localhost ([::1]:60958 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffVJF-0002A9-MK for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2018 15:06:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffVJ6-00029t-RQ for emacs-devel@gnu.org; Tue, 17 Jul 2018 15:06:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffVJ1-0001qf-U1 for emacs-devel@gnu.org; Tue, 17 Jul 2018 15:06:44 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffVJ1-0001qZ-Pl; Tue, 17 Jul 2018 15:06:39 -0400 Original-Received: from [176.228.60.248] (port=2205 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ffVJ1-00081w-3h; Tue, 17 Jul 2018 15:06:39 -0400 In-reply-to: <83efg17mao.fsf@gnu.org> (message from Eli Zaretskii on Tue, 17 Jul 2018 21:24:31 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:227516 Archived-At: > Date: Tue, 17 Jul 2018 21:24:31 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > Or maybe we should have a variant of 'ash' that does truncate, since > other callers might expect the same? More generally, do we want to have a knob that would disable automatic extension into bignums while some Lisp code which needs that?