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 16:47:58 +0100 Message-ID: <878x58rb69.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 1194536916 20876 80.91.229.12 (8 Nov 2007 15:48:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 15:48:36 +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 16:48:37 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 1Iq9cF-0003HT-0N for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 16:48:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq9c3-0000de-Ga for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 10:48:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iq9c0-0000dQ-1M for emacs-devel@gnu.org; Thu, 08 Nov 2007 10:48:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iq9by-0000co-DX for emacs-devel@gnu.org; Thu, 08 Nov 2007 10:48:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq9by-0000cf-8L for emacs-devel@gnu.org; Thu, 08 Nov 2007 10:48:06 -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 1Iq9bu-0001F5-7C; Thu, 08 Nov 2007 10:48:02 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 06602464C9; Thu, 8 Nov 2007 10:48:01 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Thu, 08 Nov 2007 10:48:01 -0500 X-Sasl-enc: ke7NyukTzrh7iA1ZL2UqT6fUrDDdTmSspU4+RlqOorlA 1194536880 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 7B5F6BFC4; Thu, 8 Nov 2007 10:47:59 -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:82807 gmane.emacs.cedet:2594 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. Ok, the sourceforge CVS works again and I installed the current HEAD. I tried to reproduce the problem using the same recipe, but it seems to work now. Thanks a lot for the quick fix. Bye, Tassilo