From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: "Alan E. Davis" <lngndvs@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Wrong type argument: integerp, (48 . 57)
Date: Sat, 25 Aug 2007 20:48:13 +0200 [thread overview]
Message-ID: <08B91EDC-A631-4F09-8299-3497F762C409@Web.DE> (raw)
In-Reply-To: <7bef1f890708250322k67d49e1akad7564771b0b0ff8@mail.gmail.com>
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.
prev parent reply other threads:[~2007-08-25 18:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-25 3:01 Wrong type argument: integerp, (48 . 57) Alan
2007-08-25 4:17 ` Nick Roberts
2007-08-25 6:40 ` Pascal Bourguignon
2007-08-25 9:11 ` Alan Mackenzie
[not found] ` <7bef1f890708250310r5f7f4a45qed5d5d844f32c336@mail.gmail.com>
2007-08-25 10:22 ` Alan E. Davis
2007-08-25 10:26 ` Alan E. Davis
2007-08-25 18:48 ` Peter Dyballa [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=08B91EDC-A631-4F09-8299-3497F762C409@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
--cc=lngndvs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).