emacs-devel
[Top][All Lists]
Advanced

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

Re: table.el


From: Werner LEMBERG
Subject: Re: table.el
Date: Sun, 25 Nov 2001 19:06:37 +0100 (CET)

Subject: Re: table.el

> Here it is.

This is a *very* nice package!

Two minor things:

. I want a function to convert this:

    +-----+-----+
    |This |is   |
    +-----+-----+
    |a    |test.|
    +-----+-----+

  to that:


     This |is
     -----+-----
     a    |test.

  and vice versa (if possible).

. Is it possible to change the method how default values during a
  call to `table-insert' are given?  Currently, I get e.g.

    `Number of columns: 1'

  If I press `2', I get `12' instead of the expected `2'.  What about
  this:

    `Number of columns (1): '


      Werner



reply via email to

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