From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mateusz B Newsgroups: gmane.emacs.help Subject: Re: Strange error after M-x package-list-packages Date: Sat, 01 Sep 2012 14:35:04 +0200 Message-ID: <504200F8.5030309@gmail.com> References: <503FC593.8060402@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1346502915 19461 80.91.229.3 (1 Sep 2012 12:35:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Sep 2012 12:35:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 01 14:35:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1T7muy-0005Yt-I4 for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Sep 2012 14:35:16 +0200 Original-Received: from localhost ([::1]:43233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7muv-0007n8-Ua for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Sep 2012 08:35:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7mur-0007mn-5z for help-gnu-emacs@gnu.org; Sat, 01 Sep 2012 08:35:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7muq-0002zD-6S for help-gnu-emacs@gnu.org; Sat, 01 Sep 2012 08:35:09 -0400 Original-Received: from mail-bk0-f41.google.com ([209.85.214.41]:41214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7mup-0002x9-VN for help-gnu-emacs@gnu.org; Sat, 01 Sep 2012 08:35:08 -0400 Original-Received: by bkcjc3 with SMTP id jc3so1627284bkc.0 for ; Sat, 01 Sep 2012 05:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=uT3SOdg/tpQzV/Xm6vN6RpN5YKiivZgL78o83DofUaQ=; b=ClmFdNH2XkDnOsWfzH+6GlucR2GiXt/avnG4ESfwOlB7B7ubyWQ+Kg4rS0H7gpP5sR IfQEHo5LQ+c2ksnDbp6nH/3F08jiJOpYjNQaP0YY06mzy9wiOJFlhdLgphStsBWbpzJb 5YCiOu3q56RMvt7kiROdZBqXTDtU3ghC02d1W0MxEd/ars7KAAxVo9W+T5ZdBYj1Qsif N9IYbiqPwNJhbROz0cGHu4arY5axRLb4j487oAkug5tKy6NIocWTx+Seqh34AyC9ueNO 68lrDbxGWMlcBsERPg+rIhlMUjRyZNpbbURPVqIEr8SGLWvHs69O7MlOBAfiBtA39r1L ovsw== Original-Received: by 10.204.156.87 with SMTP id v23mr5341086bkw.0.1346502906423; Sat, 01 Sep 2012 05:35:06 -0700 (PDT) Original-Received: from [192.168.1.100] (89-75-48-164.dynamic.chello.pl. [89.75.48.164]) by mx.google.com with ESMTPS id n17sm4860352bks.6.2012.09.01.05.35.05 (version=SSLv3 cipher=OTHER); Sat, 01 Sep 2012 05:35:06 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 In-Reply-To: <503FC593.8060402@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86629 Archived-At: On 08/30/2012 09:57 PM, Mateusz B wrote: > Hi, > > my Emacs 24.1 installation was running fine until the following error > started showing every time I did M-x package-list-packages: > > Debugger entered--Lisp error: (error "Invalid hash table rehash size" > 1.0) > eval-buffer(# nil > "/home/mateusz/emacs/emacs-24.2/lisp/finder-inf.el" nil t) ; Reading > at buffer position 38650 > load-with-code-conversion("/home/mateusz/emacs/emacs-24.2/lisp/finder-inf.el" > "/home/mateusz/emacs/emacs-24.2/lisp/finder-inf.el" t t) > require(finder-inf nil t) > package-list-packages(nil) > call-interactively(package-list-packages t nil) > execute-extended-command(nil) > call-interactively(execute-extended-command nil nil) > > I downloaded and compiled 24.2 version to check if it occurs there and > it was there, right after compilation (and /src/emacs -Q). The bottom > of traces are a bit different actually, my normal installation runs > smex, but above everything is the same. What could it be? What to do now? > > Thanks in advance, > Earendil Got it. It was because I switch to my native, Polish locale. It uses commas instead of periods in numbers. But why Emacs is sensitive to it? Regards, Earendil