unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* [MUSE] How to create this kind of table?
@ 2007-06-01  8:48 Enchanter
  0 siblings, 0 replies; 3+ messages in thread
From: Enchanter @ 2007-06-01  8:48 UTC (permalink / raw)
  To: help-gnu-emacs

How to create this kind of table?

+-------------+------------------+---------------------
+-----------------------+
|  foo        | foo               |   foo               |
foo                   |
+-------------+-------------------+--------------------
+------------------------+
| foo                              |
foo                                        |
+----------------------------------
+----------------------------------------------+
| foo          |    foo                                 |
foo             |
+--------------+----------------------------------------
+------------------------+

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

* Re: [MUSE] How to create this kind of table?
       [not found] <mailman.1477.1180722116.32220.help-gnu-emacs@gnu.org>
@ 2007-06-02  5:40 ` Sven Naumann
  2007-06-02  7:11   ` Sven Naumann
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Naumann @ 2007-06-02  5:40 UTC (permalink / raw)
  To: help-gnu-emacs

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

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

* Re: [MUSE] How to create this kind of table?
  2007-06-02  5:40 ` Sven Naumann
@ 2007-06-02  7:11   ` Sven Naumann
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Naumann @ 2007-06-02  7:11 UTC (permalink / raw)
  To: help-gnu-emacs

Sven Naumann <svenau@gmx.net> writes:

> Enchanter <ensoul.magazine@gmail.com> writes:
>
>> How to create this kind of table?

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

Oh, sorry, that was that was the answer to text-mode and not to MUSE.  

Unfortunately, it looks like impossible to combine cells in MUSE:


,----[http://mwolson.org/projects/MuseQuickStart.html#sec14]
| 
| Only very simple tables are supported. The syntax is:
|   Double bars  || Separate header fields
| 
|   Single bars   | Separate body fields
|   Here are more | body fields
| 
|   Triple bars ||| Separate footer fields
| 
`----

Sven

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

end of thread, other threads:[~2007-06-02  7:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-01  8:48 [MUSE] How to create this kind of table? Enchanter
     [not found] <mailman.1477.1180722116.32220.help-gnu-emacs@gnu.org>
2007-06-02  5:40 ` Sven Naumann
2007-06-02  7:11   ` Sven Naumann

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).