0

I downloaded the Table editor for emacs table.el. I then edited my .emacs file to load the table file as follows

(add-to-list 'load-path "~/.emacs.d/manual")
(load "table.el")
(require 'table)

Opening the emacs in debug-mode throws me the following error

Wrong type argument: integerp, (32 . 126)

1 Answer 1

3

According to emacs wiki table.el is provided with emacs since version 22...

I get the same kind of error by trying the sourceforge version, but the bundled version works fine. It is documented in emacs manual.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.