Hi Seb, On Thu, Sep 8, 2011 at 4:16 PM, Sebastien Vauban <wxhgmqzgw...@spammotel.com> wrote: > (when (vc-find-backend-function > (vc-backend (buffer-file-name (get-buffer buf))) 'print-log) >
AFAIU from a previous issue (more than a year back I think), you need to ensure buffer-file-name returns something reasonable. The problem is if it is evaluated in a temporary buffer (is that the case during export?) then it will return nil which confuses vc. Hope this helps. -- Suvayu Open source is the future. It sets us free.