From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: F.Xavier Noria Newsgroups: gmane.emacs.help Subject: Re: tab completion Date: Wed, 25 Sep 2002 19:49:40 +0200 Organization: iSOCO S.A. Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20020925194940.20a6f16e.fxn@isoco.com> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1032976222 1496 127.0.0.1 (25 Sep 2002 17:50:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Sep 2002 17:50:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17uGIl-0000Nx-00 for ; Wed, 25 Sep 2002 19:50:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17uGIr-0005Vn-00; Wed, 25 Sep 2002 13:50:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17uGHZ-0005OH-00 for help-gnu-emacs@gnu.org; Wed, 25 Sep 2002 13:49:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17uGHX-0005O5-00 for help-gnu-emacs@gnu.org; Wed, 25 Sep 2002 13:49:04 -0400 Original-Received: from terremoto.isoco.net ([212.9.90.13] helo=smtp.isoco.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17uGHX-0005O1-00 for help-gnu-emacs@gnu.org; Wed, 25 Sep 2002 13:49:03 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.isoco.com (Postfix-Nx) with SMTP id 093D427678; Wed, 25 Sep 2002 19:49:04 +0200 (CEST) Original-Received: from smtp.bcn.isoco.net (ldap.isoco.net [172.16.0.11]) by smtp.isoco.com (Postfix-Nx) with ESMTP id EDEA327677; Wed, 25 Sep 2002 19:49:03 +0200 (CEST) Original-Received: from fxn (fxn.bcn.isoco.net [172.16.1.50]) by smtp.bcn.isoco.net (Postfix) with SMTP id 51982CD2B5; Wed, 25 Sep 2002 19:49:02 +0200 (CEST) Original-To: "Bruce Park" In-Reply-To: X-Mailer: Sylpheed version 0.8.1 (GTK+ 1.2.10; i686-pc-linux-gnu) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1860 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1860 On Wed, 25 Sep 2002 13:36:15 -0400 "Bruce Park" wrote: : I was wandering, one of my professor mentioned that it is possible to have : tab completions on variable names. Can anyone tell me where I can find more : information about this? Java identifiers can get long and it's sometimes : annoying to type them out. Thanks. Under JDEE you could map something to `jde-complete-at-point'. However, M-/ works great for me usually, it's fast and kind of magical. -- fxn