From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.help Subject: Re: Navigating function arguments in C-styled Languages Date: Wed, 7 Oct 2009 22:07:21 +0000 (UTC) Organization: muc.de e.V. Message-ID: References: <56319efb-81eb-4c86-ab7f-2ab2747cebd7@k41g2000vbt.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1254955312 21021 80.91.229.12 (7 Oct 2009 22:41:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Oct 2009 22:41:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 08 00:41:41 2009 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 1MvfCX-0004HS-DT for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Oct 2009 00:41:41 +0200 Original-Received: from localhost ([127.0.0.1]:53906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvfCW-0003tW-QA for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Oct 2009 18:41:40 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!news.belwue.de!news-peer.in.tum.de!news.muc.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: marvin.muc.de Original-X-Trace: colin2.muc.de 1254953241 75948 2001:608:1000::2 (7 Oct 2009 22:07:21 GMT) Original-X-Complaints-To: news-admin@muc.de Original-NNTP-Posting-Date: Wed, 7 Oct 2009 22:07:21 +0000 (UTC) User-Agent: tin/1.6.2-20030910 ("Pabbay") (UNIX) (FreeBSD/4.11-RELEASE (i386)) Original-Xref: news.stanford.edu gnu.emacs.help:173659 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:68745 Archived-At: Nordlow wrote: > Can we somehow navigate, reorder (transpose) or iterate the function > arguments of a function decl/def in C-styled languages like we can > with lisp sexps? Yes. Use C-M-f, C-M-b (`forward/backward-sexp') to move through them, C-M-t (`transpose-sexps') to transpose them (use a numerical prefix argument if you're adventurous ;-), C-M-k (`kill-sexp') to murder one. "Iterate a function argument"? Not sure what you mean by this. In English, you can only iterate an action, not a thing. -- Alan Mackenzie (Nuremberg, Germany).