From: Robert Pluim <rpluim@gmail.com>
To: emacs-devel@gnu.org
Cc: Michael Albinus <michael.albinus@gmx.de>
Subject: Re: master adcf904: Add bignum support in Tramp
Date: Tue, 28 Aug 2018 16:40:59 +0200 [thread overview]
Message-ID: <87a7p6r1tw.fsf@gmail.com> (raw)
In-Reply-To: <20180828142711.B6D2E209A6@vcs0.savannah.gnu.org> (Michael Albinus's message of "Tue, 28 Aug 2018 10:27:11 -0400 (EDT)")
Michael.Albinus@gmx.de (Michael Albinus) writes:
> - ;; Convert inode.
> - (unless (listp (nth 10 attr))
> + ;; Convert inode. Big numbers have been added to Emacs 27.
> + (unless (or (fboundp 'bignump) (listp (nth 10 attr)))
Given that there are people who want to remove #'bignump, should we
(provide "bignum") somewhere to give people a canonical method for
checking for bignum support??
Robert
next parent reply other threads:[~2018-08-28 14:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20180828142710.26824.71640@vcs0.savannah.gnu.org>
[not found] ` <20180828142711.B6D2E209A6@vcs0.savannah.gnu.org>
2018-08-28 14:40 ` Robert Pluim [this message]
2018-08-28 15:07 ` master adcf904: Add bignum support in Tramp Paul Eggert
2018-08-28 15:19 ` Robert Pluim
2018-08-28 15:24 ` Paul Eggert
2018-08-28 16:37 ` Robert Pluim
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://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a7p6r1tw.fsf@gmail.com \
--to=rpluim@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=michael.albinus@gmx.de \
/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/emacs.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).