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

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

align around symbol


From: John Hunter
Subject: align around symbol
Date: Fri, 07 May 2004 10:05:40 -0500
User-agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i686-pc-linux-gnu)


Suppose I have a region like the following


    '28' : ( '\leftparen', 'cmr10'),
    '5D' : ( ']', 'cmr10'),
    '\oint' : ( 'cmex10', '49'),
    '\bigodot' : ( 'cmex10', '4B'),
    '\bigoplus' : ( 'cmex10', '4D'),

Only one ':' per line.

Is there an easy wan in emacs to get the code to align the : symbols,
ie

    '28'        : ( '\leftparen', 'cmr10'),
    '5D'        : ( ']', 'cmr10'),
    '\oint'     : ( 'cmex10', '49'),
    '\bigodot'  : ( 'cmex10', '4B'),
    '\bigoplus' : ( 'cmex10', '4D'),

Thanks,
John Hunter


reply via email to

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