From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: isearch and wrong-type-argument hash-table-p nil ? Date: Thu, 03 Nov 2016 12:03:31 -0700 Message-ID: <8737j8jsho.fsf@ericabrahamsen.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1478205647 32278 195.159.176.226 (3 Nov 2016 20:40:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2016 20:40:47 +0000 (UTC) User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/26.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 03 21:40:43 2016 Return-path: Envelope-to: geh-help-gnu-emacs@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 1c2OoT-0007hz-8M for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Nov 2016 21:40:41 +0100 Original-Received: from localhost ([::1]:35084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2OoW-0000jV-4F for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Nov 2016 16:40:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2NIw-00080E-HN for help-gnu-emacs@gnu.org; Thu, 03 Nov 2016 15:04:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2NIs-0006Gi-GL for help-gnu-emacs@gnu.org; Thu, 03 Nov 2016 15:04:02 -0400 Original-Received: from [195.159.176.226] (port=60830 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c2NIs-0006FY-Ag for help-gnu-emacs@gnu.org; Thu, 03 Nov 2016 15:03:58 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1c2NIb-0004lS-3K for help-gnu-emacs@gnu.org; Thu, 03 Nov 2016 20:03:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:oiYuu9IMOIxkiTm5J/R5I1ux7p0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-Mailman-Approved-At: Thu, 03 Nov 2016 16:40:05 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:111667 Archived-At: Off and on for the past week or so (I'm using Emacs from git and, erm, a lot of packages), I've been getting this error message in the minibuffer any time I type in a search string that isn't found: I-search: [(wrong-type-argument hash-table-p nil)] After which i-search is mostly broken: I get that error no matter what I search for, and nothing is found. None of the usual debug toggles will trigger. I'll start the bisect process as soon as I've been sufficiently annoyed, but I did want to pop this up here and see if it looks familiar to anyone. If it doesn't, I'll reply to my own message with the fix to the problem, once I've found it. Thanks, Eric