From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel,gmane.emacs.cedet Subject: Re: CEDET/senator kill the buffer-local value of isearch-search-fun-function Date: Thu, 08 Nov 2007 10:15:10 +0100 Message-ID: <87lk99qesh.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 1194513370 6356 80.91.229.12 (8 Nov 2007 09:16:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 09:16:10 +0000 (UTC) Cc: zappo@gnu.org, cedet-devel , emacs-devel To: David PONCE Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 10:16:14 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 1Iq3Uh-0006jj-H6 for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 10:16:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq3UW-0007iz-7j for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 04:16:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iq3Tr-0006py-Qp for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:15:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iq3Tq-0006nn-U7 for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:15:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq3Tq-0006nX-GW for emacs-devel@gnu.org; Thu, 08 Nov 2007 04:15:18 -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 1Iq3Tl-00070c-U5; Thu, 08 Nov 2007 04:15:14 -0500 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 2D76D46431; Thu, 8 Nov 2007 04:15:13 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 08 Nov 2007 04:15:13 -0500 X-Sasl-enc: ePyd2OdvZOdnKfQlEoe130AyU1pUeubNgATjuFL8nrwi 1194513312 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 8F4CFBEF7; Thu, 8 Nov 2007 04:15:11 -0500 (EST) Mail-Followup-To: David PONCE , emacs-devel , zappo@gnu.org, cedet-devel 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:82795 gmane.emacs.cedet:2593 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 PS: Sorry for this resend, but I forgot to Cc the cedet devs and list...