From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.devel Subject: Re: C-s in dired gives error Date: Thu, 31 Jul 2008 11:58:11 -0400 Message-ID: <200807311158.11507.ndbecker2@gmail.com> References: <877ib259xz.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217519916 16125 80.91.229.12 (31 Jul 2008 15:58:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 15:58:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 17:59:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KOaYm-0001SA-EV for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 17:59:24 +0200 Original-Received: from localhost ([127.0.0.1]:41359 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOaXp-0000dM-Aj for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 11:58:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOaXj-0000Xe-SS for emacs-devel@gnu.org; Thu, 31 Jul 2008 11:58:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOaXg-0000Pb-PK for emacs-devel@gnu.org; Thu, 31 Jul 2008 11:58:19 -0400 Original-Received: from [199.232.76.173] (port=43595 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOaXg-0000PH-M9 for emacs-devel@gnu.org; Thu, 31 Jul 2008 11:58:16 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.231]:56735) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOaXg-0002Xl-Cu for emacs-devel@gnu.org; Thu, 31 Jul 2008 11:58:16 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c30so472375wra.14 for ; Thu, 31 Jul 2008 08:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=nM0+C6Y+83Bsx/9zybzI9UzH6e1XWLBuHM5WLq2XSpY=; b=vevBILLzl8FUu47+emWikEW8iikV6yxKpjqK//ytnKiiBNVzujRMi8vQS1u2+EGqh6 6AT3f8LmHSwBePhkHYCLLZGBoomcmNX1lIkZysdxQN8I31mCcHYikBdk47chQruRqaL/ zpKMfHlq/svDlLOV3k7AktXf4+6f4Y2oduvf4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=fmHzxTG3YTCuzk9GeNHHYLrscIu8qLLDEAnfam+V0aOQseSy5L9evRWpd/yVSiBCZJ s/uBuBPoIdOwLEyDG91OjuwBQJAOxQW6yjnUUoG+Zkre09yjYUuBkSIrarg1V+cd/neh 4PyQCA9kFtuZirrfLDVJg3rgGFnHKafLzYpg8= Original-Received: by 10.90.94.2 with SMTP id r2mr8295305agb.29.1217519893967; Thu, 31 Jul 2008 08:58:13 -0700 (PDT) Original-Received: from nbecker1.localnet ( [139.85.239.127]) by mx.google.com with ESMTPS id 5sm5362951agc.29.2008.07.31.08.58.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 31 Jul 2008 08:58:12 -0700 (PDT) User-Agent: KMail/1.10.0 (Linux/2.6.25.11-97.fc9.x86_64; KDE/4.1.0; x86_64; ; ) In-Reply-To: <877ib259xz.fsf@jurta.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101807 Archived-At: On Thursday 31 July 2008, Juri Linkov wrote: > > C-s in dired gives: > > run-hooks: Symbol's function definition is void: > > dired-isearch-filenames-setup [3 times] > > Could you try recompiling with `make autoloads' in the `lisp' directory > or bootstrapping with `make bootstrap'? I believe it was built with make boostrap.