From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: IDE Date: Sun, 11 Oct 2015 14:16:57 +0200 Message-ID: <878u79ob0m.fsf@isaac.fritz.box> References: <831td9z18h.fsf@gnu.org> <5612E996.7090700@yandex.ru> <83bnc7tavr.fsf@gnu.org> <5618C92A.3040207@yandex.ru> <83a8rrt9ag.fsf@gnu.org> <5618D376.1080700@yandex.ru> <831td3t62e.fsf@gnu.org> <5618E51D.4070800@yandex.ru> <83twpzrp05.fsf@gnu.org> <5618ED93.8000001@yandex.ru> <83lhbbrnn7.fsf@gnu.org> <56191D6B.8040405@yandex.ru> <838u7assvj.fsf@gnu.org> <5619506B.3050303@gmx.at> <561A382E.6050008@yandex.ru> <561A390E.9020709@gmx.at> <561A3A1D.700@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444565861 5885 80.91.229.3 (11 Oct 2015 12:17:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2015 12:17:41 +0000 (UTC) Cc: martin rudalics , Eli Zaretskii , adatgyujto@gmail.com, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 11 14:17:28 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZlFZ9-0005gN-9L for ged-emacs-devel@m.gmane.org; Sun, 11 Oct 2015 14:17:27 +0200 Original-Received: from localhost ([::1]:48191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlFZ8-00038p-RV for ged-emacs-devel@m.gmane.org; Sun, 11 Oct 2015 08:17:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlFYw-00038O-Kn for emacs-devel@gnu.org; Sun, 11 Oct 2015 08:17:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlFYr-00046o-ME for emacs-devel@gnu.org; Sun, 11 Oct 2015 08:17:14 -0400 Original-Received: from randomsample.de ([5.45.97.173]:56703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlFYr-00046F-DM; Sun, 11 Oct 2015 08:17:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=Xye0+Km1gVjMqu+b4mCRC3J7+Cl+VheBBCJXFKUjmc4=; b=brq/FNovSmyw6PiDggGkr7FHlnaZ3XokoXeUxVY3BtO6R/79aXAbOFj/A7tqBm9PEL9sJumQ4ivM6KB6y0C0BLHXjzS3F8NJ8HFG4I1R68e9FUNUu5yhbgEtss1FI0XT; Original-Received: from ip4d1645ea.dynamic.kabel-deutschland.de ([77.22.69.234] helo=isaac.fritz.box) by randomsample.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1ZlFYk-0003Ea-RT; Sun, 11 Oct 2015 14:17:02 +0200 In-Reply-To: <561A3A1D.700@yandex.ru> (Dmitry Gutov's message of "Sun, 11 Oct 2015 13:29:49 +0300") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191213 Archived-At: Dmitry Gutov writes: > On 10/11/2015 01:25 PM, martin rudalics wrote: >>> Could you explain how to try it out? >> >> No. I just noticed it when I started to use tooltips for ElDoc. > > Too bad. > > I tried (setq semantic-complete-inline-analyzer-displayor-class > 'semantic-displayor-tooltip), with no apparent result. Make sure you call semantic-complete-analyze-inline to display completions. Personally, I don't use the tooltip displayor. I don't know if this is a general problem or one with the implementation in CEDET, but I find them too slow, and they don't play well with keyboard navigation. -David