From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: CEDET/senator kill the buffer-local value of isearch-search-fun-function Date: Thu, 08 Nov 2007 10:13:20 +0100 Message-ID: <87prylqevj.fsf@baldur.tsdh.de> References: <17016927.16851194447467264.JavaMail.www@wwinf1604> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194513218 5843 80.91.229.12 (8 Nov 2007 09:13:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 09:13:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 10:13:42 2007 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 1Iq3SI-00061k-3d for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 10:13:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq3S6-000468-Kp for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 04:13:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iq3S2-00042v-Ly for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:13:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iq3S2-00041m-2c for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:13:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq3S1-00041V-Vn for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:13:25 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iq3S1-0006Nb-QE for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:13:25 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 791D445F6F for ; Thu, 8 Nov 2007 04:13:23 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 08 Nov 2007 04:13:23 -0500 X-Sasl-enc: ffhZmYv2M9mitPFmMi4hDVGnDKEx5/X+817KnSSLcVdY 1194513203 Original-Received: from baldur.tsdh.de (dslb-084-063-015-120.pools.arcor-ip.net [84.63.15.120]) by mail.messagingengine.com (Postfix) with ESMTP id C45B129283 for ; Thu, 8 Nov 2007 04:13:22 -0500 (EST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <17016927.16851194447467264.JavaMail.www@wwinf1604> (David PONCE's message of "Wed, 7 Nov 2007 15:57:47 +0100 (CET)") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:82794 Archived-At: David PONCE writes: Hi David, > I committed a fix to senator.el in the CEDET CVS repository. It would > be great if you could test it and tell if it solves the issue. I cannot checkout the sources. If I do exactly as the sourceforge instructions say, the checkout fails with: ,----[ cvs -z3 -d:pserver:anonymous@cedet.cvs.sourceforge.net:/cvsroot/cedet co -P cedet ] | U cedet/common/icons/tag-gt.xpm | U cedet/common/icons/tag-minus.xpm | U cedet/common/icons/tag-plus.xpm | U cedet/common/icons/tag-type.xpm | U cedet/common/icons/tag-v.xpm | U cedet/common/icons/tag.xpm | U cedet/common/icons/unlock.xpm | cvs checkout: cannot open CVS/Entries for reading: Too many open files | cvs checkout: cannot remove icons directory: Too many open files | cvs [checkout aborted]: cannot open CVS/Entries.Log: Too many open files `---- > Thanks for tracking this bug. I'm happy to help. Bye, Tassilo