emacs-pretest-bug
[Top][All Lists]
Advanced

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

align fails


From: Roland Winkler
Subject: align fails
Date: Sat, 03 Dec 2005 04:53:39 +0100

Symptoms:

Visit the following buffer foo.txt in a fresh emacs (using text-mode)

cat > foo.txt <<EOF
Fred (123)   456-7890
Alice (123) 456-7890
Mary-Anne (123)     456-7890
Joe      (123) 456-7890
EOF

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 not what I would expect from an alignment command.

Roland




reply via email to

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