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",
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",
>>>
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 = {
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": (
>
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
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.