help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Navigating function arguments in C-styled Languages


From: Alan Mackenzie
Subject: Re: Navigating function arguments in C-styled Languages
Date: Wed, 7 Oct 2009 22:07:21 +0000 (UTC)
User-agent: tin/1.6.2-20030910 ("Pabbay") (UNIX) (FreeBSD/4.11-RELEASE (i386))

Nordlow <per.nordlow@gmail.com> 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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]