emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: align fails]


From: Stuart D. Herring
Subject: Re: address@hidden: align fails]
Date: Mon, 19 Dec 2005 15:37:53 -0800 (PST)
User-agent: SquirrelMail/1.4.4-2

> Set mark and point to beginning and end of the buffer.
> Execute C-u M-x align. This gives me
>
> Fred                          (123)           456-7890
>                               Alice           (123)   456-7890
>                               Mary-Anne       (123)   456-7890
>                               Joe             (123)   456-7890

This is actually quite simple: align.el thinks that any whitespace
character is a column separator -- including newline.  Then Fred's space
and all the newlines end up getting expanded to match one of the original
newlines.

This is addressed by the attached trivial patch to align.el to make only
space and tab separate columns in its align-a-whitespace-separated-table
mode.  ChangeLog entry also attached; please install if there's no trouble
with it.

Davis Herring

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.

Attachment: align.patch
Description: Binary data

Attachment: ChangeLog
Description: Binary data


reply via email to

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