all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin.gignac@gmail.com
Subject: Issue with spanning cells above or below with table.el
Date: 13 Oct 2006 13:39:09 -0700	[thread overview]
Message-ID: <1160771949.528806.10790@i3g2000cwc.googlegroups.com> (raw)

Hi,

I'm using Emacs 22.0.50.1 and use the table.el function a lot. I've
noticed however that when I use the 'table-span-cell' command with the
values 'above' or 'below' it doesn't work properly and spews out an
error.

To recreate the error everytime, here is what I do:

1. Issue the command 'table-insert' and create a 3 x 3 table with all
default values (cell width:5, height:1). The following table is
created:

+-----+-----+-----+
|     |     |     |
+-----+-----+-----+
|     |     |     |
+-----+-----+-----+
|     |     |     |
+-----+-----+-----+

2. Position the cursor at the top leftmost cell and issue the
'table-span-cell' command with an argument of below.

3. The following error is spewed out: "Symbol's function definition is
void: regexp-opt-charset"

And the while the cell is *not* spanned, the lower border is shifted to
the left, like this:

+-----+-----+-----+
|     |     |     |
-----+-----+
|     |     |     |
+-----+-----+-----+
|     |     |     |
+-----+-----+-----+

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.

Can anybody enlighten me?

Thanks,
-Martin

             reply	other threads:[~2006-10-13 20:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-13 20:39 martin.gignac [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-10-14  8:14 Issue with spanning cells above or below with table.el martin rudalics
2006-10-14 15:16 ` Martin Gignac
2006-10-14 17:59   ` martin rudalics
2006-10-15 20:48 ` Kim F. Storm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1160771949.528806.10790@i3g2000cwc.googlegroups.com \
    --to=martin.gignac@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.