Re: [O] How to initiate source edits

2013-05-07 Thread Alexander Baier
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: Am 03.05.2013 10:34, schrieb Myles English: Hi Andreas, Andreas Röhler writes: Hi, have in some source file, let's assume Python, the following: foo = { bar: ( baz, qux, ), } What

Re: [O] How to initiate source edits

2013-05-07 Thread Andreas Röhler
Hi Alexander, Am 07.05.2013 10:22, schrieb Alexander Baier: Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: Am 03.05.2013 10:34, schrieb Myles English: Hi Andreas, Andreas Röhler writes: Hi, have in some source file, let's assume Python, the following: foo = {

Re: [O] How to initiate source edits

2013-05-03 Thread Achim Gratz
Andreas Röhler andreas.roehler at easy-emacs.de writes: What is the best way to put this into an #+BEGIN_SRC python foo = { bar: ( baz, qux, ), } #+END_SRC s TAB python C-c ' C-x i src.python C-c ' Regards, Achim.

Re: [O] How to initiate source edits

2013-05-03 Thread Andreas Röhler
Am 03.05.2013 10:07, schrieb Achim Gratz: Andreas Röhler andreas.roehler at easy-emacs.de writes: What is the best way to put this into an #+BEGIN_SRC python foo = { bar: ( baz, qux, ), } #+END_SRC s TAB python C-c ' C-x i src.python C-c ' Regards,

Re: [O] How to initiate source edits

2013-05-03 Thread Myles English
Hi Andreas, Andreas Röhler writes: Hi, have in some source file, let's assume Python, the following: foo = { bar: ( baz, qux, ), } What is the best way to put this into an #+BEGIN_SRC python foo = { bar: ( baz, qux,

Re: [O] How to initiate source edits

2013-05-03 Thread Andreas Röhler
Am 03.05.2013 10:34, schrieb Myles English: Hi Andreas, Andreas Röhler writes: Hi, have in some source file, let's assume Python, the following: foo = { bar: ( baz, qux, ), } What is the best way to put this into an #+BEGIN_SRC python foo = {

[O] How to initiate source edits

2013-05-02 Thread Andreas Röhler
Hi, have in some source file, let's assume Python, the following: foo = { bar: ( baz, qux, ), } What is the best way to put this into an #+BEGIN_SRC python foo = { bar: ( baz, qux, ), } #+END_SRC Thanks, Andreas