emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Ken Mankoff <mankoff@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] 3 improvements to ob-screen
Date: Tue, 14 Jul 2020 23:08:06 -0400	[thread overview]
Message-ID: <87pn8x4grt.fsf@kyleam.com> (raw)
In-Reply-To: <87h7u93j8b.fsf@gmail.com>

Ken Mankoff writes:

> I've signed the FSF docs but do not see my name here:
> https://orgmode.org/worg/org-contribute.html under "Current
> contributors".

Thanks for the information.  I'll add you to the list.

> Subject: [PATCH 1/3] ob-screen: Execute last line in block (send newline)

Could you add a changelog entry to the body of this commit message and
the others?  As an example, here's the one in the most recent commit on
master:

    * lisp/ox.el (org-export-smart-quotes-alist): Add Romanian variants for
      smart quotes.

> Subject: [PATCH 3/3] ob-screen: accept :screenrc header argument
>
> ---
>  etc/ORG-NEWS      | 6 ++++++
>  lisp/ob-screen.el | 5 +++--
>  2 files changed, 9 insertions(+), 2 deletions(-)

I didn't comment on this one elsewhere.  Looks good to me.

> diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
> index 623fa9dc3..5fb2af22e 100644
[...]
> diff --git a/lisp/ob-screen.el b/lisp/ob-screen.el
> index fe4698203..7115080f8 100644
> --- a/lisp/ob-screen.el
> +++ b/lisp/ob-screen.el
> @@ -40,7 +40,7 @@
>  In case you want to use a different screen than one selected by your $PATH")
>  
>  (defvar org-babel-default-header-args:screen
> -  '((:results . "silent") (:session . "default") (:cmd . "sh") (:terminal . "xterm"))
> +  '((:results . "silent") (:session . "default") (:cmd . "sh") (:terminal . "xterm") (:screenrc . "/dev/null"))
>    "Default arguments to use when running screen source blocks.")

nit-pick: Please move the new entry to the next line.


  reply	other threads:[~2020-07-15  3:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-09 16:05 Patch: send 'return' after babel blocks sent to ob-screen [9.3.7 (9.3.7-12-g5d6868-elpaplus @ /home/kdm/.emacs.d/elpa/org-plus-contrib-20200706/)] Ken Mankoff
2020-07-14  4:55 ` Kyle Meyer
2020-07-14 21:00   ` [PATCH] 3 improvements to ob-screen Ken Mankoff
2020-07-15  3:08     ` Kyle Meyer [this message]
2020-07-15 15:48       ` Ken Mankoff
2020-07-16  3:01         ` Kyle Meyer
2020-07-16  3:12           ` Kyle Meyer
2020-07-16  4:46             ` Ken Mankoff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pn8x4grt.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mankoff@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).