From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Issue with spanning cells above or below with table.el Date: Sat, 14 Oct 2006 10:14:42 +0200 Message-ID: <45309C72.8000304@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160813697 32181 80.91.229.2 (14 Oct 2006 08:14:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Oct 2006 08:14:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 14 10:14:55 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYefP-0006eL-2G for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Oct 2006 10:14:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYefO-0006Fd-EK for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Oct 2006 04:14:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYef1-0006C2-95 for help-gnu-emacs@gnu.org; Sat, 14 Oct 2006 04:14:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYeey-0006Ab-Og for help-gnu-emacs@gnu.org; Sat, 14 Oct 2006 04:14:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYeew-00069w-QU for help-gnu-emacs@gnu.org; Sat, 14 Oct 2006 04:14:19 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GYenZ-00037a-OR for help-gnu-emacs@gnu.org; Sat, 14 Oct 2006 04:23:14 -0400 Original-Received: (qmail invoked by alias); 14 Oct 2006 08:14:16 -0000 Original-Received: from N921P024.adsl.highway.telekom.at (EHLO [62.47.59.24]) [62.47.59.24] by mail.gmx.net (mp036) with SMTP; 14 Oct 2006 10:14:16 +0200 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: martin.gignac@gmail.com X-Y-GMX-Trusted: 0 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:38025 Archived-At: > I get the feeling that this is not a bug, that the error message > returned is trying to tell me something I'm doing wrong. Thanks for reporting this. For the time being insert (require 'regexp-opt) somewhere at the beginning of the code of table.el and recompile table.el. Eventually someone will either add the necessary autoloads for regexp-opt-charset (and regexp-opt-group too?) or fix that in table.el.