Steve Kelem | 6 Feb 2008 01:40
Gravatar

lazy-lock-mode

I just installed emacs-22.1.1 on SuSE 10.0, cedet -1.0pre4, and jde-2.3.5.1.
When I load jde, I get the following error backtrace:

Debugger entered--Lisp error: (void-function lazy-lock-mode)
  lazy-lock-mode(t)
  font-lock-turn-on-thing-lock()
  font-lock-mode-internal(t)
  font-lock-default-function(t)
  font-lock-mode()
  turn-on-font-lock()
  turn-on-font-lock-if-enabled()
  global-font-lock-mode-enable-in-buffers()
  run-hooks(after-change-major-mode-hook)
  run-mode-hooks(comint-mode-hook)
  comint-mode()
  bsh-comint-buffer([object jde-bsh-buffer "JDEE bsh buffer" "*JDEE 
bsh*" #<buffer *JDEE bsh*> unbound unbound] nil)
  apply(bsh-comint-buffer ([object jde-bsh-buffer "JDEE bsh buffer" 
"*JDEE bsh*" #<buffer *JDEE bsh*> unbound unbound] nil))
  call-next-method()
  jde-bsh-buffer([object jde-bsh-buffer "JDEE bsh buffer" "*JDEE bsh*" 
#<buffer *JDEE bsh*> unbound unbound] nil)
  apply(jde-bsh-buffer ([object jde-bsh-buffer "JDEE bsh buffer" "*JDEE 
bsh*" #<buffer *JDEE bsh*> unbound unbound] nil))
  eieio-generic-call(initialize-instance ([object jde-bsh-buffer "JDEE 
bsh buffer" "*JDEE bsh*" #<buffer *JDEE bsh*> unbound unbound] nil))
  initialize-instance([object jde-bsh-buffer "JDEE bsh buffer" "*JDEE 
bsh*" #<buffer *JDEE bsh*> unbound unbound] nil)
  eieio-default-superclass(jde-bsh-buffer "JDEE bsh buffer")
  apply(eieio-default-superclass (jde-bsh-buffer "JDEE bsh buffer"))
(Continue reading)

Paul Landes | 6 Feb 2008 02:09

lazy-lock-mode

The easy fix is to put this in your ~/.emacs file:

(require 'lazy-lock)

Steve Kelem writes:
 > I just installed emacs-22.1.1 on SuSE 10.0, cedet -1.0pre4, and jde-2.3.5.1.
 > When I load jde, I get the following error backtrace:
 > 
 > Debugger entered--Lisp error: (void-function lazy-lock-mode)
 >   lazy-lock-mode(t)
 >   font-lock-turn-on-thing-lock()
 >   font-lock-mode-internal(t)
 >   font-lock-default-function(t)
 >   font-lock-mode()
 >   turn-on-font-lock()
 >   turn-on-font-lock-if-enabled()
 >   global-font-lock-mode-enable-in-buffers()
 >   run-hooks(after-change-major-mode-hook)
 >   run-mode-hooks(comint-mode-hook)
 >   comint-mode()
 >   bsh-comint-buffer([object jde-bsh-buffer "JDEE bsh buffer" "*JDEE 
 > bsh*" #<buffer *JDEE bsh*> unbound unbound] nil)
 >   apply(bsh-comint-buffer ([object jde-bsh-buffer "JDEE bsh buffer" 
 > "*JDEE bsh*" #<buffer *JDEE bsh*> unbound unbound] nil))
 >   call-next-method()
 >   jde-bsh-buffer([object jde-bsh-buffer "JDEE bsh buffer" "*JDEE bsh*" 
 > #<buffer *JDEE bsh*> unbound unbound] nil)
 >   apply(jde-bsh-buffer ([object jde-bsh-buffer "JDEE bsh buffer" "*JDEE 
 > bsh*" #<buffer *JDEE bsh*> unbound unbound] nil))
 >   eieio-generic-call(initialize-instance ([object jde-bsh-buffer "JDEE 
(Continue reading)

lars thuring | 10 Jul 2008 16:57
Picon
Favicon

how to un subscribe

Sorry for the extra traffic.

How do I unsubscribe from this list? Googling for the webserver gave a
site which doesn't exist, and trying to send a confirmation (as
requested by jde-devel-unsubscribe <at> sunsite.dk) to the server

jde-devel-uc.1215701323.gfecgnajeolccepgdakm-prvs=lthuring/0077d4933c=logopak.de <at> sunsite.dk

is blocked by our firewall

Thanks!

Lars

*********************************
This email was virus checked by
Logopak IT-Services
*********************************

Jason Rumney | 6 Feb 2008 08:21

Re: lazy-lock-mode

Paul Landes wrote:
> The easy fix is to put this in your ~/.emacs file:
>
> (require 'lazy-lock)
>   

A better fix is to use jit-lock instead of the obsolete lazy-lock.

Steve Kelem | 7 Feb 2008 08:08
Gravatar

Re: lazy-lock-mode

Jason Rumney said the following on 02/05/2008 11:21 PM:
> Paul Landes wrote:
>> The easy fix is to put this in your ~/.emacs file:
>>
>> (require 'lazy-lock)
>>   
>
> A better fix is to use jit-lock instead of the obsolete lazy-lock.
>
My problem is that I don't invoke lazy-lock.  Some package does.

Steve

Paul Landes | 7 Feb 2008 15:28

Re: lazy-lock-mode

If you don't want it, put this in your ~/.emacs file instead:

(provide 'lazy-lock)

That said, there might be some functionality in it your package
needs.

Steve Kelem writes:
 > Jason Rumney said the following on 02/05/2008 11:21 PM:
 > > Paul Landes wrote:
 > >> The easy fix is to put this in your ~/.emacs file:
 > >>
 > >> (require 'lazy-lock)
 > >>   
 > >
 > > A better fix is to use jit-lock instead of the obsolete lazy-lock.
 > >
 > My problem is that I don't invoke lazy-lock.  Some package does.
 > 
 > Steve

--

-- 
Paul Landes
landes <at> mailc.net


Gmane