all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* align.el
       [not found] <E18lIsv-0001Db-05@monty-python.gnu.org>
@ 2003-02-19  2:46 ` Joe Corneli
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Corneli @ 2003-02-19  2:46 UTC (permalink / raw)


I tried align.el and have a mixed review.  An example
should speak for itself:

Input: 

\left(\begin{array}{ccc}
\alpha & a & \beta +	\gamma \\
\mu & c & \delta \\
\theta & \xi & \omega \\
\end{array}\right)

Output:

\left(\begin{array}{ccc}
\alpha & a	   &   \beta +	\gamma \\
\mu    &	 c &   \delta	       \\
\theta & \xi	   & \omega	       \\
\end{array}\right)


A considerable improvement -- but still leaves something 
to be desired.  Time to look at the code, eh?

Joe

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: align.el
       [not found] <mailman.2108.1045622821.21513.help-gnu-emacs@gnu.org>
@ 2003-02-19  7:59 ` John Wiegley
  2003-02-19 10:45   ` align.el Kai Großjohann
  0 siblings, 1 reply; 4+ messages in thread
From: John Wiegley @ 2003-02-19  7:59 UTC (permalink / raw)


>>>>> On Tue Feb 18, Joe writes:

> I tried align.el and have a mixed review.  An example should speak
> for itself:

Are you sure the buffer is in TeX mode?  I ran your example and got:

\left(\begin{array}{ccc}
\alpha & a   & \beta +	\gamma \\
\mu    & c   & \delta          \\
\theta & \xi & \omega          \\
\end{array}\right)

Also, align.el is just a regexp-based aligner.  Don't expect the
world from it.

John

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: align.el
  2003-02-19  7:59 ` align.el John Wiegley
@ 2003-02-19 10:45   ` Kai Großjohann
  2003-02-19 11:21     ` align.el Klaus Berndl
  0 siblings, 1 reply; 4+ messages in thread
From: Kai Großjohann @ 2003-02-19 10:45 UTC (permalink / raw)


John Wiegley <johnw@gnu.org> writes:

> Also, align.el is just a regexp-based aligner.  Don't expect the
> world from it.

It's too late.  align.el is too good, people will expect it to cook
their coffee, too.

I love it.  (align, not the coffe.  Though I also like coffee.)
-- 
A turnip curses Elvis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: align.el
  2003-02-19 10:45   ` align.el Kai Großjohann
@ 2003-02-19 11:21     ` Klaus Berndl
  0 siblings, 0 replies; 4+ messages in thread
From: Klaus Berndl @ 2003-02-19 11:21 UTC (permalink / raw)


On Wed, 19 Feb 2003, Kai Großjohann wrote:



>  John Wiegley <johnw@gnu.org> writes:
>  
> > Also, align.el is just a regexp-based aligner.  Don't expect the
> > world from it.
>  
>  It's too late.  align.el is too good, people will expect it to cook
>  their coffee, too.

Seems that this thread has the motto "praising align.el". OK, i love this
package too :-)

>  
>  I love it.  (align, not the coffe.  Though I also like coffee.)

-- 
Klaus Berndl			mailto: klaus.berndl@sdm.de
sd&m AG				http://www.sdm.de
software design & management	
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-02-19 11:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2108.1045622821.21513.help-gnu-emacs@gnu.org>
2003-02-19  7:59 ` align.el John Wiegley
2003-02-19 10:45   ` align.el Kai Großjohann
2003-02-19 11:21     ` align.el Klaus Berndl
     [not found] <E18lIsv-0001Db-05@monty-python.gnu.org>
2003-02-19  2:46 ` align.el Joe Corneli

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.