From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pedro Sa da Costa Newsgroups: gmane.emacs.help Subject: emacs questions Date: Fri, 02 Dec 2005 00:11:26 +0000 Message-ID: <438F912E.1020105@alunos.di.fc.ul.pt> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133483057 3894 80.91.229.2 (2 Dec 2005 00:24:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 00:24:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 02 01:24:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhyhL-00010a-QU for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Dec 2005 01:22:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ehygw-0001Ur-93 for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Dec 2005 19:22:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EhyWk-0004Ao-Af for help-gnu-emacs@gnu.org; Thu, 01 Dec 2005 19:11:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EhyWg-00048D-Fk for help-gnu-emacs@gnu.org; Thu, 01 Dec 2005 19:11:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhyWf-00047z-Oe for help-gnu-emacs@gnu.org; Thu, 01 Dec 2005 19:11:45 -0500 Original-Received: from [212.113.174.30] (helo=exch01smtp11.hdi.tvcabo) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EhyWe-00019v-W8 for help-gnu-emacs@gnu.org; Thu, 01 Dec 2005 19:11:45 -0500 Original-Received: from [192.168.1.102] ([81.84.62.113] RDNS failed) by exch01smtp11.hdi.tvcabo with Microsoft SMTPSVC(6.0.3790.211); Fri, 2 Dec 2005 00:11:31 +0000 User-Agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513) X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org X-OriginalArrivalTime: 02 Dec 2005 00:11:31.0199 (UTC) FILETIME=[F28158F0:01C5F6D4] X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:31593 Archived-At: I'm trying to have code completion in emacs, but i don't know what to do. In eclipse, when we writing a java code line, for example: System.out., we do C^SPACE to show a window with several methods associated (printl, print,etc). I would like to have something similar in emacs. Can anybody help me? And, if the solution passes through etags, can anybody give me a simple example, because i don't understand why etags are useful. Can we browse java api through emacs? I've installed jde, but jde-browse-jdk-jdk doesn't work. It says that browse-url-new-window-p is null. It's possible to see, while we are programming, if we did a mistake. In eclipse, when we do an error, for example, forget a ; , an underline appears in the line indicating that something is wrong. It's possible to have something like this in emacs? Why, sometimes, when we do copy from another application, and we try to do paste in the emacs, emacs only yanks the last thing we cut or copy in emacs? Thanks, Pedro