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

Re: [O] How to initiate source edits

2013-05-07 Thread Alexander Baier
Hi Andreas, Andreas Röhler 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", >>>

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

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": ( >

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

Re: [O] How to initiate source edits

2013-05-03 Thread Achim Gratz
Andreas Röhler 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.