unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Sven Naumann <svenau@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: [MUSE] How to create this kind of table?
Date: Sat, 02 Jun 2007 07:40:07 +0200	[thread overview]
Message-ID: <873b1aykw8.fsf@tux.site> (raw)
In-Reply-To: mailman.1477.1180722116.32220.help-gnu-emacs@gnu.org

Enchanter <ensoul.magazine@gmail.com> writes:

> How to create this kind of table?
>
> +-------------+------------------+---------------------
> +-----------------------+
> |  foo        | foo               |   foo               |
> foo                   |
> +-------------+-------------------+--------------------
> +------------------------+
> | foo                              |
> foo                                        |
> +----------------------------------
> +----------------------------------------------+
> | foo          |    foo                                 |
> foo             |
> +--------------+----------------------------------------
> +------------------------+
>
>


M-x table-insert RET 4 RET 3 RET 18 RET RET

+------------------+------------------+------------------+------------------+
|                  |                  |                  |                  |
+------------------+------------------+------------------+------------------+
|                  |                  |                  |                  |
+------------------+------------------+------------------+------------------+
|                  |                  |                  |                  |
+------------------+------------------+------------------+------------------+

Goto border between cell: - A2 B2   M-x table-span-cell RET RET
                          - C2 D2   M-x table-span-cell RET RET
                          - B3 C3   M-x table-span-cell RET RET

+------------------+------------------+------------------+------------------+
|                  |                  |                  |                  |
+------------------+------------------+------------------+------------------+
|                                     |                                     |
+------------------+------------------+------------------+------------------+
|                  |                                     |                  |
+------------------+-------------------------------------+------------------+

Now you can fill the table with text:

+------------------+------------------+------------------+------------------+
|fo                |fo                |fo                |fo                |
+------------------+------------------+------------------+------------------+
|fo                                   |fo                                   |
+------------------+------------------+------------------+------------------+
|fo                |fo                                   |fo                |
+------------------+-------------------------------------+------------------+


Sven

       reply	other threads:[~2007-06-02  5:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1477.1180722116.32220.help-gnu-emacs@gnu.org>
2007-06-02  5:40 ` Sven Naumann [this message]
2007-06-02  7:11   ` [MUSE] How to create this kind of table? Sven Naumann
2007-06-02 11:54     ` Enchanter
2007-07-04 17:13       ` Michael Olson
2007-06-01  8:48 [MUSE] " Enchanter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873b1aykw8.fsf@tux.site \
    --to=svenau@gmx.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).