On Thursday, October 13, 2005 at 16:14:06, Peter S. Galbraith wrote:
> Hi,
> 
> Your file vm-rfaddons.el has been suggested as an add-on to the
> Debian package emacs-goodies-el.  See http://bugs.debian.org/244444
> for the archive of the discussion including this message (sent to
> [EMAIL PROTECTED]).

I am happy to hear that.

> The file seems to have a bunch of undeclared dependencies on VM for
> byte-compilation to work.  Would you like to fix this, or would I do
> that locally for Debian ?

I would be happy to fix this, but must admit I do not
exactly understand what you mean by "undeclared dependencies
on VM byte-compilation to work".

Do you mean that they will not compile without VM, or are
you referring to something else?  Compiling without VM is
dangerous due to VM macros which then will not be expanded
correctly.

If you are referring to the missing requires, then they
could easily be added (patch below), I just had no need for
them as I am compiling with the Makefile of VM which cares
for loading them prior byte compilation.

Anyway I also welcome patches.

Bye Robert

* looking for [EMAIL PROTECTED]/vm--robf--7.19--patch-20 to compare with
* comparing to [EMAIL PROTECTED]/vm--robf--7.19--patch-20: . done.


  M vm-rfaddons.el 
                                                                        

* modified files

--- orig/vm-rfaddons.el
+++ mod/vm-rfaddons.el
@@ -69,6 +69,9 @@
   :group 'vm)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+(require 'vm-vars)
+(require 'vm-version)
+
 (eval-when-compile
   (require 'cl)
   (let ((feature-list '(vm-pcrisis bbdb bbdb-vm mailcrypt gnus-group)))



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to