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

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

[h-e-w] Off Topic: Align mode and aligning comments


From: Paul Whitfield
Subject: [h-e-w] Off Topic: Align mode and aligning comments
Date: Thu, 26 Sep 2002 11:15:32 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826

Hi All,

Here is non-windows question for pondering

I would like to force align.el to align my comments in C code
for example if I run align over the following code

int i; /* This is a comment */
struct t_a a;  /*Another comment */

I would like it to be aligned as

int    i;     /* This is a comment */
struct t_a a; /* Another comment */

Currently align refuses to align the comments, and

I am afraid that the align customise options are
beyond my ken :-(



Thanks in advance

Paul





reply via email to

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