From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sebastian Luque Newsgroups: gmane.emacs.help Subject: Re: table.el problem Date: Thu, 07 Oct 2004 14:20:11 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200410071420.11889.sluque@mun.ca> References: <200410071346.58927.sluque@mun.ca> <817jq2fje9.fsf@adboyd.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1097176760 12972 80.91.229.6 (7 Oct 2004 19:19:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2004 19:19:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 07 21:19:14 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CFdnF-0000qu-00 for ; Thu, 07 Oct 2004 21:19:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFdu0-0006X9-B9 for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Oct 2004 15:26:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFdti-0006Qb-3x for help-gnu-emacs@gnu.org; Thu, 07 Oct 2004 15:25:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFdth-0006Pp-AG for help-gnu-emacs@gnu.org; Thu, 07 Oct 2004 15:25:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFdth-0006Pj-4X for help-gnu-emacs@gnu.org; Thu, 07 Oct 2004 15:25:53 -0400 Original-Received: from [64.59.134.9] (helo=pd7mo4no.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFdmr-00011p-8c for help-gnu-emacs@gnu.org; Thu, 07 Oct 2004 15:18:49 -0400 Original-Received: from pd7mr1no.prod.shaw.ca (pd7mr1no-qfe3.prod.shaw.ca [10.0.144.128]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I58000HZAZ2RRC0@l-daemon> for help-gnu-emacs@gnu.org; Thu, 07 Oct 2004 13:18:38 -0600 (MDT) Original-Received: from pn7ml1no.prod.shaw.ca ([10.0.149.110]) by pd7mr1no.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I5800C5GAZ20040@pd7mr1no.prod.shaw.ca> for help-gnu-emacs@gnu.org; Thu, 07 Oct 2004 13:18:38 -0600 (MDT) Original-Received: from s0106000ae61de208.wp.shawcable.net (S0106000ae61de208.wp.shawcable.net [24.77.49.146]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I580068IAZ2C1@l-daemon> for help-gnu-emacs@gnu.org; Thu, 07 Oct 2004 13:18:38 -0600 (MDT) In-reply-to: <817jq2fje9.fsf@adboyd.com> Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: KMail/1.6.2 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21129 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21129 On Thu, October 7, 2004 13:55 -0500, J. David Boyd wrote: > Nope. How about some verbose examples that we can try... > > Walk us through what you are doing, so we can do the same thing and see > what happens. Ok, first of all, making sure that emacs-goodies-el is installed, and that (require 'table) is in .emacs, type M-x insert-table. Answer the questions regarding cell width/height, and number of columns/rows. Now try inserting some text into cells. In my case, characters get inserted backwards. I haven't customized anything in that package. Any help would be greatly appreciated. Sebastian