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 begins, but

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

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 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

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

2011-09-08 Thread Sebastien Vauban
#+TITLE: Last VC Log #+AUTHOR:Seb Vauban #+DATE: 2011-09-08 #+LANGUAGE: en #+OPTIONS: num:nil toc:nil * Abstract I'm trying to get, from the VC backend (currently SVN in my case), the name and date of the last committer. Eventually, as well the last log message. Therefore, I try