help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wrong type argument: integerp, (48 . 57)


From: Peter Dyballa
Subject: Re: Wrong type argument: integerp, (48 . 57)
Date: Sat, 25 Aug 2007 20:48:13 +0200


Am 25.08.2007 um 12:22 schrieb Alan E. Davis:

GNU Emacs 23.0.0.1 (x86_64-pc-linux-gnu, GTK+ Version 2.10.12) of 2007-08-04
on moonunit



With debug-on-error=1, got the following output from the debugger when
trying to access a file (.emacs.el) the first time for this run. Frequently
if I then try the same file again, all is well, no such error.

---------Debug output------------BEGIN-----------

So the error does not happen during launching, but when you load the first file, an Elisp file? Which mode is shown in the mode line? Do you have a particular text-mode hook created? Which includes rebinding all key bindings?

It might help to comment all of your user init file code except this hook. If the error is gone, then you'll probably have it now. The method of binary dividing (?) can help to find the block or statement responsible for the error the most fast way.

You can use code like

        (if (< 23 emacs-major-version)

to hide some code from GNU Emacs 23.

--
Greetings

  Pete

For some reason, this fortune reminds everyone of Marvin Zelkowitz.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]