From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: =?UTF-8?B?UmU6IFtQQVRDSF0gUHJvcG9zYWwgZm9yIMKrc2Vzc2lvbsK7ICBk?= =?UTF-8?B?b2N1bWVudGF0aW9u?= Date: Sun, 21 Dec 2014 22:27:20 -0500 Message-ID: <8761d42wkn.fsf@gmail.com> References: <86ioh58h0d.fsf@Evon.thierry-pelle.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2tec-00028L-2D for emacs-orgmode@gnu.org; Sun, 21 Dec 2014 22:27:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y2teW-0000Ed-5E for emacs-orgmode@gnu.org; Sun, 21 Dec 2014 22:27:29 -0500 Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]:50596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2teW-0000EC-0S for emacs-orgmode@gnu.org; Sun, 21 Dec 2014 22:27:24 -0500 Received: by mail-qa0-f48.google.com with SMTP id k15so432278qaq.7 for ; Sun, 21 Dec 2014 19:27:22 -0800 (PST) In-Reply-To: <86ioh58h0d.fsf@Evon.thierry-pelle.eu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: abonnements@thierry-pelle.eu, emacs-orgmode@gnu.org Hi Thierry, Juts a two comments and one question. 2014ko abenudak 21an, Thierry Pell=C3=A9-ek idatzi zuen: >=20 > Hi, > I added description for empty names and used the suggestion of Aaron. >=20 > Hope it's not too frenchy ;-) >=20 >=20 > diff --git a/doc/org.texi b/doc/org.texi > index 3612bba..72ad0d9 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -15559,8 +15559,8 @@ execution. > @subsubsection @code{:session} > @cindex @code{:session}, src header argument >=20=20 > -The @code{:session} header argument starts a session for an interpreted > -language where state is preserved. By default, a session is not started. > +The @code{:session} header argument starts a (possibly named) session fo= r an interpreted > +language where state is preserved. All code blocks sharing the same nam= e are exectuted by the same interpreter process. By default, a session is = not started. >=20=20 > @itemize @bullet > @item @code{none} > @@ -15568,9 +15568,10 @@ The default. Each block is evaluated in its own= session. The session is > not preserved after the evaluation. > @item @code{other} > Any other string passed to the @code{:session} header argument will give= the > -session a name. All blocks with the same session name share the same > -session. Using different session name enables concurrent sessions (even= for > -the same interpreted language). E.g., @code{:session mysession}. > +session a name. If the given name is empty, the session is named as the =E2=80=9Caccording to=E2=80=9D instead of =E2=80=9Cas=E2=80=9D > +language used in the block. All blocks with the same session name share= the > +same session. Using different session name enables concurrent sessions = (even > +for the same interpreted language). E.g., @code{:session mysession}. I would move the =E2=80=9Ce.g.=E2=80=9D directly after the sentence which e= nds =E2=80=9Cgive the session a name.=E2=80=9D Can you send a patch generated with =E2=80=9Cgit format-patch=E2=80=9D? Th= is way you can write and include a commit message. The procedure is described here: . Thanks, --=20 Aaron Ecay