From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Naumann Newsgroups: gmane.emacs.help Subject: Re: [MUSE] How to create this kind of table? Date: Sat, 02 Jun 2007 07:40:07 +0200 Organization: albasani.net Message-ID: <873b1aykw8.fsf@tux.site> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1180770760 10809 80.91.229.12 (2 Jun 2007 07:52:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2007 07:52:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 02 09:52:39 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HuOPe-0001U6-8B for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Jun 2007 09:52:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuOPd-000338-2L for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Jun 2007 03:52:37 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin.stu.neva.ru!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 56 Original-X-Trace: news.albasani.net 6i+v+DBO+PbIIPWRop5zanxD3tnrwZ5liXLZmhxlmWNHULU3YSBt0LUOn61NwbWA87BtDyQ301RXGl9E/OuRrzTV4pmtaG4l7mZ/dzqfgt5Q/iZVm67gwX6qQ4hdZcxr Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Sat, 2 Jun 2007 07:40:09 +0000 (UTC) X-User-ID: QYMrLtdRFXBPbxvN7ZX5w9ed3Y0n4jrWcx9XY9R0rpA= Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEWFhYVzc3Pi4uIvLy8d HR0NDQ28vLyoqKiYmJhmZmZWVlb////19fVCQkLPz88CAgIg6hjwAAABUUlEQVQ4jWPYjQMwjEoQ kDj2GrvEdv+fWCQk175W+R+fjSGxXWdbwFXPtRe10SU2yu5OmLF7m7ofusQpxtc6u5V27y4+jSZx cmFhD5AqCelGkzi4wEN7957i+C/VaBKZD7O3vS75cjkeTWKPxe5N2Vr/fU3+v0aV2Fm0O++4vdUM 2SXaqBJtQhvO3P9lOu30ZmkUiT3hQn26/2OZdmvKVu/RhkjsARl6ymnfG/vA13uqLq7dndjFcRoo salLs2j3nuuvD2z89XrfxMhEm32uzwpmAyVqTzYy7t7x4Vba+0ubppo/nyCtnOfEIbabYVvFioWc uzeHr3tduGf+13nMn9MzPR6afN/NsNFthufcjqkWDRwNXcbOXcaGa9caF4Z+9WHY81DAwzcEHnEg sK35yxdpoOVLPK7+RBbfvZ3X5CPYubJW3SgSu1+aygyqlDiCJABgERmuSFM2TwAAAABJRU5ErkJg gg== Cancel-Lock: sha1:pNB0CSuK3AausZSIzE6VPGQ95V4= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-NNTP-Posting-Host: AJ/3nKx6qRG71/LzBA/CeCYc71BSYHs94nlEUgilNlQ= Original-Xref: shelby.stanford.edu gnu.emacs.help:149016 X-Mailman-Approved-At: Sat, 02 Jun 2007 03:51:46 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44605 Archived-At: Enchanter 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