From mboxrd@z Thu Jan 1 00:00:00 1970 From: stardiviner Subject: [PATCH] ob-shell add "zsh" and "fish" to shell names. Date: Sun, 01 Apr 2018 14:30:15 +0800 Message-ID: <87y3i7cubs.fsf@gmail.com> Reply-To: numbchild@gmail.com Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2WVi-0006bZ-2R for emacs-orgmode@gnu.org; Sun, 01 Apr 2018 02:30:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2WVd-0002pp-5R for emacs-orgmode@gnu.org; Sun, 01 Apr 2018 02:30:38 -0400 Received: from [183.249.136.119] (port=4072 helo=dark.localdomain) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2WVc-0002YZ-KP for emacs-orgmode@gnu.org; Sun, 01 Apr 2018 02:30:33 -0400 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" To: org-mode --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Add "zsh" and "fish" into ob-shell support. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-ob-shell.el-org-babel-shell-names-add-zsh-and-fish.patch Content-Transfer-Encoding: quoted-printable Content-Description: ob-shell.el add shell names From=20699f8623542b5903b5291dd10d7bdaa74d5b25bd Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sun, 1 Apr 2018 14:27:01 +0800 Subject: [PATCH] * ob-shell.el (org-babel-shell-names) add "zsh" and "fish". =2D-- lisp/ob-shell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el index 362dfd520..26dd44b31 100644 =2D-- a/lisp/ob-shell.el +++ b/lisp/ob-shell.el @@ -60,7 +60,7 @@ variables." name))))) =20 (defcustom org-babel-shell-names =2D '("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh") + '("sh" "bash" "zsh" "fish" "csh" "ash" "dash" "ksh" "mksh" "posh") "List of names of shell supported by babel shell code blocks. Call `org-babel-shell-initialize' when modifying this variable outside the Customize interface." =2D-=20 2.16.3 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE8J9lDX1nSBmJJZFAG13xyVromsMFAlrAfHcACgkQG13xyVro msMZEAf/U9baBok1jQyAQQGH/iqi37eDLou+1havNPSrOiETTB2YVp+K0y1aSoC/ s1wBfYY1FMtz4FT5r/cwMh/nD3JIRFTJcnO0vgH27v94dCzHAFCMXUge4VUg/c8n i13kLMc9d+yd5DZwtR2+rO5SwKUqaYel2+TAlxzv4N+j8futpBojRGCRDWg/pNCv lVLKv0ootZ13AH3CrodDATEjdWs5B7SxqqCaKQDWBi193Dtk1YOC/KRHJvL98CYs UrTQD+ZupPc8MBIHzOPyDrPb02PuJGM0N7OGf/s30uVEtwGeNh19fEIlKnG/fS+B BSl+V1+H3Wrb1R/hgsl96x+Nop8Ytw== =SF1f -----END PGP SIGNATURE----- --==-=-=--