-----BEGIN PGP SIGNED MESSAGE----- Claudio Bley wrote: | Hi, | | I'm using VM (and bbdb of course) with "GNU Emacs 21.2.1 | (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-03-22 | on raven, modified by Debian". | | The problem is, when I press 'm' in VM in order to write a new mail, I | get this error: | | Cannot open load file: vm-reply.el | | The backtrace shows that it fails when calling the 'vm-mail-internal' | function: | | (symbol-function 'vm-mail-internal) | => (autoload "vm-reply.el" nil nil nil) | | On debian, the source lisp files are usually not in the load-path. Why | is this hardcoded into bbdb-com.el? Was this intentional?
Not 100% intentional. The source files are required to compile BBDB, but they shouldn't be required to run. So I should have an eval-when-compile with the .el files rather than an eval-and-compile. Cheers, Waider. - -- [EMAIL PROTECTED] / Yes, it /is/ very personal of me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBPXilgqHbXyzZsAb3AQGYlggAlUto7ghNkZMbDN8u23rKO3/BXJ1wc7Y2 uYk9KyMtV2sXVvGfBV8MUw2GKjo2REsl4z2GrKIAFhtC72uhLMZr3QqDYXvVoKM1 0ZpgCCt0hfwsiVIoBNiuzVr7/Wn5mvMcQR6BiKAURtcFyTvR1fdRMARgkuMSzoUT AmdA6MuP1QTLLhdaICusHiA7QPfx+z8vhxnWnA/byFlZwnuMX1I1Q/hXJQtEdECT 4FJWzdIN46REWJ2w5vSpIWbh5LHD8Q45NWtxT9BastwISnB5YuTyjbQPBoye4C2U izTaePi81m/L086obF9Mi2kpeFr6Z+mHqEPmZSYkDUuznMSrGfUD9w== =loL6 -----END PGP SIGNATURE----- ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
