From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivanov Dmitry Newsgroups: gmane.emacs.help Subject: change the table view in Emacs Date: Thu, 9 Jun 2011 10:43:29 +0400 Message-ID: <853572791.20110609104329@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1307652951 12041 80.91.229.12 (9 Jun 2011 20:55:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2011 20:55:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 09 22:55:47 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QUmGY-0004PI-VU for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jun 2011 22:55:47 +0200 Original-Received: from localhost ([::1]:48867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUmGX-0006xW-Gp for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jun 2011 16:55:45 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUYxt-00031u-7I for help-gnu-emacs@gnu.org; Thu, 09 Jun 2011 02:43:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUYxr-0005xs-P4 for help-gnu-emacs@gnu.org; Thu, 09 Jun 2011 02:43:36 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:53604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUYxr-0005xc-Ct for help-gnu-emacs@gnu.org; Thu, 09 Jun 2011 02:43:35 -0400 Original-Received: by bwz17 with SMTP id 17so1331098bwz.0 for ; Wed, 08 Jun 2011 23:43:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:x-mailer:x-priority:message-id:to :subject:mime-version:content-type:content-transfer-encoding; bh=ydSnj69fySZaHlSvSj4yIvE4Bj7s5LJ6zSLAWv1SZt0=; b=uXDYcWd5xIoQkzHM6hQRaLhhTXcnYTggo4ZbzZsguXaMtxRI6MjlpdpjFq4vng816R 9kgjSYNL8NIkZ0WVLcNaemOH2VfmqrhK5e1qfCcSyxUH78eZfyu2pIIe4mC2FZYl+FRL mb9Pc/9R8yGa3Ey2/FtfG0PalwGs/fcOc0sZI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:x-mailer:x-priority:message-id:to:subject:mime-version :content-type:content-transfer-encoding; b=NHbldYBY0eyFhcMhwrZMIN8mTxs5ZP5vwuhfHDtTxBJmiTEP1Ra3Sdc1NelMvt/FWZ ptHQ8D8q9CyIy7qOuAW/5UQAr21eCaYQe9tWfwzcYKJ9LMSjTZd6yBZN79hC3t9bjNxF ihaP7Iocv+Zd5h9PK/mmfa+9fa7ZLN66GWbvA= Original-Received: by 10.204.38.5 with SMTP id z5mr330549bkd.111.1307601813672; Wed, 08 Jun 2011 23:43:33 -0700 (PDT) Original-Received: from ppp95-165-13-153.pppoe.spdop.ru (ppp95-165-13-153.pppoe.spdop.ru [95.165.13.153]) by mx.google.com with ESMTPS id 16sm1243295bkm.14.2011.06.08.23.43.31 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Jun 2011 23:43:32 -0700 (PDT) X-Mailer: The Bat! (v3.98.4) Professional X-Priority: 3 (Normal) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 X-Mailman-Approved-At: Thu, 09 Jun 2011 16:47:29 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81318 Archived-At: When I run a command table-insert it creates the table like this: +-----+-----+-----+ | | | | +-----+-----+-----+ | | | | +-----+-----+-----+ | | | | +-----+-----+-----+ How can I make it look like this? +-----+-----+-----+ | | | | +-----+-----+-----+ | | | | +-----+-----+-----+ | | | | +-----+-----+-----+ In fact, when I copy/pasted it from Emacs to my email program, it became correct.