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

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

Re: font locking problem


From: Lowell Kirsh
Subject: Re: font locking problem
Date: Tue, 04 May 2004 15:36:36 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040322

It doesn't say anything of interest: just "Wrong type argument: integer-or-marker-p, nil"

Lowell

Kevin Rodgers wrote:
Lowell Kirsh wrote:

I am having emacs problems. First, here is my entire .emacs file:

(require 'font-lock)
(require 'lazy-lock)
(global-font-lock-mode t)
(setq font-lock-support-mode 'lazy-lock-mode)

Now here's my problem: I start up (GNU) emacs and then try to visit a java file. The computer beeps and in the minibuffer it says:

"Wrong type argument: integer-or-marker-p, nil"

and doesn't display the file on the screen. But when I do a C-x b, it shows that the file has been loaded into a buffer. And there's one more problem - the java file buffer thinks it's been modified, even though it hasn't. When visiting that buffer, I try to undo but there is "no more undo information".

Any ideas? This seems like a bug to me, but I don't want to jump to conclusions too soon.


Start emacs with the --debug-on-init option, to find out exactly where the
error occurs.



reply via email to

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