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: rename methods and all the calls Date: Fri, 16 Mar 2007 22:55:56 +0000 Message-ID: <45FB207C.4090302@mail.telepac.pt> NNTP-Posting-Host: lo.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 1174085781 1998 80.91.229.12 (16 Mar 2007 22:56:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Mar 2007 22:56:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 16 23:56:13 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HSLLH-0000zI-85 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 23:56:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSLMQ-0007Ba-Lx for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 17:57:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSLME-0007BU-Mp for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 18:57:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSLMD-0007BG-9a for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 18:57:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSLMD-0007BD-2y for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 17:57:09 -0500 Original-Received: from relay4.ptmail.sapo.pt ([212.55.154.24] helo=sapo.pt) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HSLL2-0004H2-Ig for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 18:55:56 -0400 Original-Received: (qmail 29618 invoked from network); 16 Mar 2007 22:55:52 -0000 Original-Received: from unknown (HELO sapo.pt) (10.134.35.159) by relay4 with SMTP; 16 Mar 2007 22:55:52 -0000 Original-Received: (qmail 27382 invoked from network); 16 Mar 2007 22:55:52 -0000 X-AntiVirus: PTMail-AV 0.3-0.90.1 X-Virus-Status: Clean (0.00026 seconds) Original-Received: from unknown (HELO [192.168.1.65]) (op132650b@[85.241.68.76]) (envelope-sender ) by mta9 (qmail-ldap-1.03) with SMTP for ; 16 Mar 2007 22:55:52 -0000 User-Agent: Thunderbird 1.5.0.8 (X11/20061107) X-detected-kernel: Linux 2.4-2.6 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:42027 Archived-At: 1 - I'm using emacs with jdee and xrefactory to program a java program. If i want to rename a method, how can i rename a method and all the calls that are spread in several classes in emacs? Thanks, Pedro