From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Efforts to attract more users? Date: Fri, 9 Jul 2010 13:02:56 +0200 Message-ID: References: <87ocehdsjz.fsf@linux.vnet.ibm.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1278673452 12409 80.91.229.12 (9 Jul 2010 11:04:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2010 11:04:12 +0000 (UTC) Cc: fplemma@gmail.com, rms@gnu.org, joakim@verona.se, emacs-devel@gnu.org To: "Aneesh Kumar K. V" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 09 13:04:09 2010 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.69) (envelope-from ) id 1OXBNG-0000JF-Dl for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 13:04:07 +0200 Original-Received: from localhost ([127.0.0.1]:50877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXBNF-0001ZY-Ka for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 07:04:05 -0400 Original-Received: from [140.186.70.92] (port=35603 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXBMU-0001IA-Ka for emacs-devel@gnu.org; Fri, 09 Jul 2010 07:03:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXBMT-0000bZ-AG for emacs-devel@gnu.org; Fri, 09 Jul 2010 07:03:18 -0400 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:56406) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXBMT-0000bS-5w; Fri, 09 Jul 2010 07:03:17 -0400 Original-Received: by ewy28 with SMTP id 28so505893ewy.0 for ; Fri, 09 Jul 2010 04:03:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=r+ViV6+Y7z8OcjgytOtPqhtLefaXiyzhNFehRA0VTPY=; b=Ajn9iDEmj/vffGr6PswyTlIs+fOi0TDmIGvViPjXcBtLtVoWRX5/0TeqTEHHBhuRx0 /A38W5X5hxa6FCNWgDAk3A0TDwH+PD8UEbuqpY9KDSFHUuNcHlH6kDH5kYicbjqasuq3 PB4AqpUuW4rGnE1Dw9ee83Bh4kr23U3zKir/Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=QnNLeR3PMwdllQ1DsRTXYXBUJOivKvQj6t3CWeHBZQ9C2MahLTNFwb0OWEHtpKAWyY 3rcBhKoC0SgRlkg3QNlsazNH8jmBmAsFRclaHO5LSIc6BxxlteEufmXqmqefkfrdVTUp Zevt1OHMfAUIOFb4CqW4cH2nvgah8hckm93jE= Original-Received: by 10.213.97.196 with SMTP id m4mr7845073ebn.80.1278673396234; Fri, 09 Jul 2010 04:03:16 -0700 (PDT) Original-Received: by 10.213.15.132 with HTTP; Fri, 9 Jul 2010 04:02:56 -0700 (PDT) In-Reply-To: <87ocehdsjz.fsf@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: GNU/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:126941 Archived-At: On Fri, Jul 9, 2010 at 9:26 AM, Aneesh Kumar K. V wrote: > > Rather than features one of important thing to "fix" would be to make > CEDET faster. Pushing some of CEDET related task to thread (when > threading becomes available) or converting some of the performance > sensitive code to C and call them from emacs would be a solution. Right > now with CEDET enabled, it gets in the way of normal editing. I have to > explicitly set semantic-idle-scheduler-idle-time to a higher value to > prevent idle scheduler from kicking in early. Maybe threads are very important then?