From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111088: * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to Date: Sun, 30 Dec 2012 11:22:34 +0100 Message-ID: <87y5gfyh3p.fsf@gmx.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356862971 20561 80.91.229.3 (30 Dec 2012 10:22:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Dec 2012 10:22:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 30 11:23:07 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TpG2o-0007pB-S6 for ged-emacs-devel@m.gmane.org; Sun, 30 Dec 2012 11:23:02 +0100 Original-Received: from localhost ([::1]:49669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpG2a-0000OI-21 for ged-emacs-devel@m.gmane.org; Sun, 30 Dec 2012 05:22:48 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpG2W-0000OD-Vy for emacs-devel@gnu.org; Sun, 30 Dec 2012 05:22:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpG2W-0000BT-18 for emacs-devel@gnu.org; Sun, 30 Dec 2012 05:22:44 -0500 Original-Received: from mout.gmx.net ([212.227.15.18]:51725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpG2V-0000BJ-OL for emacs-devel@gnu.org; Sun, 30 Dec 2012 05:22:43 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Lmhtl-1TH1U13kah-00aHQH for ; Sun, 30 Dec 2012 11:22:42 +0100 Original-Received: (qmail invoked by alias); 30 Dec 2012 10:22:42 -0000 Original-Received: from p57BB8922.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.137.34] by mail.gmx.net (mp002) with SMTP; 30 Dec 2012 11:22:42 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+7cFAU+WO7HJFZV1G82Y6VfWC5zEFO2S98xpnfM2 sSipOGTgNbpWGu In-Reply-To: (Stefan Monnier's message of "Sat, 29 Dec 2012 15:37:46 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156009 Archived-At: Stefan Monnier writes: >> * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to >> integers, if they are real numbers. (Bug#13282) > > Why is that TRT? Or more specifically, why do we get floats here? > They should only happen when the number is too large to be represented > as a fixnum. That's exactly the reason. See . > Stefan Best regards, Michael.