From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: harven Newsgroups: gmane.emacs.help Subject: Re: pb with tables Date: Sat, 5 Jan 2008 00:42:20 -0800 (PST) Organization: http://groups.google.com Message-ID: <0d927d50-fe0e-4731-b5a4-c81680de7c95@v67g2000hse.googlegroups.com> References: <2717fdb3-ed94-4b6f-98a8-89e2df42a2e1@v4g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199526102 15692 80.91.229.12 (5 Jan 2008 09:41:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 09:41:42 +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 Jan 05 10:42:03 2008 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 1JB5XW-00038M-TU for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Jan 2008 10:42:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB5XA-0002rY-0A for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Jan 2008 04:41:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!v67g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 82.240.200.149 Original-X-Trace: posting.google.com 1199522540 31605 127.0.0.1 (5 Jan 2008 08:42:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 5 Jan 2008 08:42:20 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v67g2000hse.googlegroups.com; posting-host=82.240.200.149; posting-account=hanW0AoAAADuR-PIr5jGeb298Y3jGR7p User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:155091 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:50510 Archived-At: On Jan 4, 8:10 pm, Thierry Volpiatto wrote: > Hello and happy new year to you and all, > I tried your big table with table-widen-column and it work fine > with this setting in .emacs: > > (setq max-lisp-eval-depth '40000) > (setq max-specpdl-size '100000) > > Without that settings it fail > Note you can do table-widen-column with C-> and narrow with C-< > Thanks a lot. Changing max-lisp-eval-depth solved my problem. Everything is ok now. Have a nice week-end, Harven