all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bbdb-autoloads
@ 2006-02-13 11:35 Raimund Kohl-Fuechsle
  2006-02-13 13:03 ` bbdb-autoloads François Gannaz
  0 siblings, 1 reply; 5+ messages in thread
From: Raimund Kohl-Fuechsle @ 2006-02-13 11:35 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 531 bytes --]

Hi,

I got the following error message some time now after upgrading:

Debugger entered--Lisp error: (file-error "Cannot open load file" 
"bbdb-autoloads")
  require(bbdb-autoloads)
  bbdb-initialize(mh-e)
  byte-code("Æ\x10Æ\x11Æ\x12Æ\x13Æ\x14Æ\x15ÇÈÉ\"ˆÊË!ˆÌÍÎ\"ˆÏ\x16&Ï\x16'ÐÑ
Ò\"ˆ\x0e(ƒ.

I cannot find the file bbdb-autoloads, even though I  purged emacs and 
bbdb and installed it again.  During install there IS a message that 
says something like "writing bbdb-autoloads".  Any hints on solving 
this error?

Thanx in advance

ray

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bbdb-autoloads
  2006-02-13 11:35 bbdb-autoloads Raimund Kohl-Fuechsle
@ 2006-02-13 13:03 ` François Gannaz
  2006-02-14 14:53   ` bbdb-autoloads Raimund Kohl-Füchsle
  0 siblings, 1 reply; 5+ messages in thread
From: François Gannaz @ 2006-02-13 13:03 UTC (permalink / raw)


Le lun 13 fév 12:35, Raimund Kohl-Fuechsle a écrit :
> Hi,
> 
> I got the following error message some time now after upgrading:
> 
> Debugger entered--Lisp error: (file-error "Cannot open load file" 
> "bbdb-autoloads")
>   require(bbdb-autoloads)
>   bbdb-initialize(mh-e)
>   byte-code("?\x10?\x11?\x12?\x13?\x14?\x15???\"???!????\"??\x16&?\x16'??
> ?\"?\x0e(?.
> 
> I cannot find the file bbdb-autoloads, even though I  purged emacs and 
> bbdb and installed it again.  During install there IS a message that 
> says something like "writing bbdb-autoloads".  Any hints on solving 
> this error?

Which version of Emacs is it ? Is there only one installed on your
system ?
Have a look at your *Messages* buffer to see which file is loaded with a
name containing "bbdb".
Did you try running Emacs with "emacs -q" ?

In my own eudcb-bbdb.el of Emacs 22.0.50, there is no such
bbdb-autoloads.

--
François

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bbdb-autoloads
  2006-02-13 13:03 ` bbdb-autoloads François Gannaz
@ 2006-02-14 14:53   ` Raimund Kohl-Füchsle
  2006-02-16  5:53     ` bbdb-autoloads Ian Zimmerman
  0 siblings, 1 reply; 5+ messages in thread
From: Raimund Kohl-Füchsle @ 2006-02-14 14:53 UTC (permalink / raw)


Am Montag, 13. Februar 2006 14:03 schrieb François Gannaz:
> Le lun 13 fév 12:35, Raimund Kohl-Fuechsle a écrit :
> > Hi,
> >
> > I got the following error message some time now after upgrading:
> >
> > Debugger entered--Lisp error: (file-error "Cannot open load file"
> > "bbdb-autoloads")
> >   require(bbdb-autoloads)
> >   bbdb-initialize(mh-e)
> >   byte-code("?\x10?\x11?\x12?\x13?\x14?\x15???\"???!????\"??\x16&?\x16'??
> > ?\"?\x0e(?.
> >
> > I cannot find the file bbdb-autoloads, even though I  purged
> > emacs and bbdb and installed it again.  During install there IS a
> > message that says something like "writing bbdb-autoloads".  Any
> > hints on solving this error?
>
> Which version of Emacs is it?

21.4.1 on Debian testing

> Is there only one installed on your 
> system ?

single machine

> Have a look at your *Messages* buffer to see which file is loaded
> with a name containing "bbdb".

As said above: Emacs cannot find bbdb-autoloads.  The message exactly 
is:

---snip----
An error has occurred while loading `/home/ray/.emacs.elc':
File error: "Cannot open load file", "bbdb-autoloads"
---snap---

> Did you try running Emacs with "emacs -q" ?

yepp ... runs perfectly.  It also runs perfectly if I comment out all 
bbdb calls in my .emacs.

> In my own eudcb-bbdb.el of Emacs 22.0.50, there is no such
> bbdb-autoloads.

Same here - and that seems to be the problem.  As mentioned in my 
recent posting I purged emacs and bbdb and installed again.  
Therefore I know that bbdb compiles something like bbdb-autoloads - 
well, but I can't find it - neither can emacs :-(

Anybody any hints?

ray

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bbdb-autoloads
  2006-02-14 14:53   ` bbdb-autoloads Raimund Kohl-Füchsle
@ 2006-02-16  5:53     ` Ian Zimmerman
  2006-02-16 11:25       ` bbdb-autoloads Raimund Kohl-Fuechsle
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Zimmerman @ 2006-02-16  5:53 UTC (permalink / raw)



Same here.  See

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344032

-- 
A true pessimist won't be discouraged by a little success.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bbdb-autoloads
  2006-02-16  5:53     ` bbdb-autoloads Ian Zimmerman
@ 2006-02-16 11:25       ` Raimund Kohl-Fuechsle
  0 siblings, 0 replies; 5+ messages in thread
From: Raimund Kohl-Fuechsle @ 2006-02-16 11:25 UTC (permalink / raw)


Ian Zimmerman <nobrowser@gmail.com> wrote:

> 
> Same here.  See
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344032

Ah ... thank you for sending this one.  If I read that correctly the bug
seemed to be fixed since the 6th of Feb ... right?  I'll go and try.

raz

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-02-16 11:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-13 11:35 bbdb-autoloads Raimund Kohl-Fuechsle
2006-02-13 13:03 ` bbdb-autoloads François Gannaz
2006-02-14 14:53   ` bbdb-autoloads Raimund Kohl-Füchsle
2006-02-16  5:53     ` bbdb-autoloads Ian Zimmerman
2006-02-16 11:25       ` bbdb-autoloads Raimund Kohl-Fuechsle

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.