Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Achim Gratz
Daimrod writes: @All: Can I use (require 'cl) and ignore the warning or is there better solution? You could if this would never go into mainline, where it is not allowed due to the namespace pollution that cl causes. You could use cl-lib instead, but then this would be an Emacs-24 only

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Daimrod
Achim Gratz strom...@nexgo.de writes: Daimrod writes: @All: Can I use (require 'cl) and ignore the warning or is there better solution? You could if this would never go into mainline, where it is not allowed due to the namespace pollution that cl causes. You could use cl-lib instead, but

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Frank Terbeck
Daimrod wrote: Achim Gratz strom...@nexgo.de writes: Daimrod writes: @All: Can I use (require 'cl) and ignore the warning or is there better solution? You could if this would never go into mainline, where it is not allowed due to the namespace pollution that cl causes. You could use cl-lib

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Bastien
Daimrod daim...@gmail.com writes: I've done this, thanks for the advice. Thanks for fixing this! And to Achim for the useful directions. -- Bastien

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-10 Thread Daimrod
Frank Terbeck f...@bewatermyfriend.org writes: Hi Frank, Thank you for the report; however, I'm unsure about the right solution. There is a problem with the current (eval-when-compile ...) but there are still warnings when I compile it (with emacs -batch -f batch-byte-compile). In