Re: [O] [babel] VC-Log does not run correctly

2011-09-12 Thread Sebastien Vauban
Hi Eric and all, Eric Schulte wrote: >> When calling =C-c C-e b= on this buffer, I get asked by Emacs: >> >> "Buffer has a running process; kill it? (yes or no)" >> >> - If I don't say anything, the export process is just hanging in the blue... >> >> - If I say yes, the export process really b

Re: [O] [babel] VC-Log does not run correctly

2011-09-09 Thread suvayu ali
Hi Seb, On Thu, Sep 8, 2011 at 4:16 PM, Sebastien Vauban 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 reasonab

Re: [O] [babel] VC-Log does not run correctly

2011-09-09 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > Off the top of my head I would recommend first running the vc-log code > block interactively to see how it behaves Had alreayd done it. Same behavior: question asked; whichever the answer, the results is empty (well, almost: only the first line stating the name of t

Re: [O] [babel] VC-Log does not run correctly

2011-09-08 Thread Eric Schulte
Hi Seb, Off the top of my head I would recommend first running the vc-log code block interactively to see how it behaves, then possibly expanding the code block with C-c C-v v, copying the results to your scratch buffer, evaluating the resulting elisp with edebug (C-M-x with a prefix argument), wh