help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: function insight tooltip


From: Eric Ludlam
Subject: Re: function insight tooltip
Date: 09 Dec 2002 09:04:13 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

>>> Finn J Johnsen <finn@_mobitech.no> seems to think that:
>I'm used to "function insight" -tooltip (or whatever it's called?)
>which you get in Borlands products. You get the functionparametes as
>tootip as you write the functioncall, and I've became painfully used
>to it.

Hi,

  If you use the semantic package, you can get something close to
what you are looking for in those languages supported by semantic (c,
c++, java, scheme, & Make)

http://cedet.sourceforge.net/intellisense.shtml

Have fun
Eric

-- 
Eric Ludlam             "Photonic Doodler"    The MathWorks x 7556
eludlam@mathworks.com         (work)        http://www.mathworks.com
eric@siege-engine.com         (home)      http://www.siege-engine.com
>From help-gnu-emacs-bounces@gnu.org  Mon Dec  9 09:10:09 2002
Message-ID: <3df4a38f@news.uni-ulm.de>
From: "Boris H." <nosp@m.de>
Newsgroups: gnu.emacs.help
Date: Mon, 09 Dec 2002 15:06:48 +0100
Lines: 17
User-Agent: KNode/0.7.1
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
NNTP-Posting-Host: saturn.informatik.uni-ulm.de
X-Trace: news.uni-ulm.de 1039442831 saturn.informatik.uni-ulm.de (9 Dec 2002
        15:07:11 +0100)
Path: 
shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor-online.net!news.belwue.de!news.uni-ulm.de
Xref: shelby.stanford.edu gnu.emacs.help:107887
To: help-gnu-emacs@gnu.org
Subject: C-i and tab problem persists in 21.2
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
Reply-To: nosp@m.de
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Mon, 09 Dec 2002 14:10:09 -0000

Now I've installed Emacs 21.2 from a RH rpm (installation from tarball 
failed). Still Emacs can't distinguish C-i from tab:

(progn
(global-set-key [tab] (global-key-binding "\C-i"))
(global-set-key "\C-i" 'ispell-word))

When I press C-h k C-i, Emacs tells "TAB runs the command lisp-indent-line". 
The above code with local-set-key does not work either.

Also, I still haven't found out how to make the left mouse button act like 
the middle one in the speedbar (without changing buttons globally).

Boris
b0ris At gmx Dot de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]