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

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

align-regexp


From: bpatton
Subject: align-regexp
Date: Sun, 7 Dec 2008 05:33:17 -0800 (PST)
User-agent: G2/1.0

Assume I have the collowing perl code

x(a , b , c)
x(abc , boo_bar , THIS_IS_A_LONG_VARIABLE);

How do I get align-regexp to align on all three commas?

x(a     , b          ,
c                                             );
x(abc , boo_bar , THIS_IS_A_LONG_VARIABLE);


reply via email to

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