Hi Eric,
Eric Schulte wrote:
> "Sebastien Vauban" writes:
>> I'm trying to generate R graphs from lines found in the *Messages* buffer
>> with
>> the following code of mine:
>>
>> #+begin_src emacs-lisp :results output table
>> (setq txt nil)
>> (with-current-buffer "*Messages*"
>> (goto
"Sebastien Vauban" writes:
> Hello,
>
> I'm trying to generate R graphs from lines found in the *Messages* buffer with
> the following code of mine:
>
> #+begin_src emacs-lisp :results output table
> (setq txt nil)
> (with-current-buffer "*Messages*"
> (goto-char (point-min))
> (while