From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Refactoring in Emacs : CEDET Date: Wed, 01 Aug 2012 17:50:57 +0300 Message-ID: <836292ekdq.fsf@gnu.org> References: <5017D1D4.2050601@yandex.ru> <83wr1jeua9.fsf@gnu.org> <50181914.4030503@yandex.ru> <83pq7berfa.fsf@gnu.org> <5018AD37.1000509@yandex.ru> <501915E4.8080002@siege-engine.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1343832706 15700 80.91.229.3 (1 Aug 2012 14:51:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2012 14:51:46 +0000 (UTC) Cc: dmantipov@yandex.ru, joakim@verona.se, emacs-devel@gnu.org To: "Eric M. Ludlam" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 01 16:51:46 2012 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 1SwaH3-0001Tl-VO for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2012 16:51:46 +0200 Original-Received: from localhost ([::1]:57080 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwaH3-0002kK-8s for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2012 10:51:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwaGv-0002jx-N2 for emacs-devel@gnu.org; Wed, 01 Aug 2012 10:51:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwaGp-00033t-Tg for emacs-devel@gnu.org; Wed, 01 Aug 2012 10:51:37 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:64479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwaGp-00033g-Ks for emacs-devel@gnu.org; Wed, 01 Aug 2012 10:51:31 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M8200B00ZV7E200@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 01 Aug 2012 17:51:07 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8200B7CZX7FR00@a-mtaout20.012.net.il>; Wed, 01 Aug 2012 17:51:07 +0300 (IDT) In-reply-to: <501915E4.8080002@siege-engine.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:152081 Archived-At: > Date: Wed, 01 Aug 2012 07:41:24 -0400 > From: "Eric M. Ludlam" > CC: Eli Zaretskii , joakim@verona.se, emacs-devel@gnu.org > > In CEDET, the function 'semantic-symref-symbol' uses the C parser > built into semantic, plus external tools like GNU Global, or just plain > grep to find symbols. The list buffer that shows all the hits is also a > refactoring mode. You can select which hits are correct, and do mass > renames. It also has a fancy way to create a keyboard macro that it > will apply to all the hits. Is this described somewhere in documentation, so that one could experiment with these features?