all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Issue with spanning cells above or below with table.el
@ 2006-10-14  8:14 martin rudalics
  2006-10-14 15:16 ` Martin Gignac
  2006-10-15 20:48 ` Kim F. Storm
  0 siblings, 2 replies; 5+ messages in thread
From: martin rudalics @ 2006-10-14  8:14 UTC (permalink / raw)
  Cc: help-gnu-emacs

> 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.

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Issue with spanning cells above or below with table.el
@ 2006-10-13 20:39 martin.gignac
  0 siblings, 0 replies; 5+ messages in thread
From: martin.gignac @ 2006-10-13 20:39 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-10-15 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
2006-10-13 20:39 martin.gignac

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.