From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" via "General discussions about Org-mode." Subject: Re: C-c C-c to close the buffer in *Org Src ...* buffers Date: Fri, 31 Jan 2020 18:04:56 +0000 Message-ID: References: <87mua399b8.fsf@gnu.org> Reply-To: "Berry, Charles" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50968) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixafm-0001D6-Mw for emacs-orgmode@gnu.org; Fri, 31 Jan 2020 13:05:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixafk-0004Q6-6r for emacs-orgmode@gnu.org; Fri, 31 Jan 2020 13:05:41 -0500 In-Reply-To: <87mua399b8.fsf@gnu.org> Content-Language: en-US Content-ID: <0DBC1078301B3F4DBB69808A559575B7@AD.UCSD.EDU> 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Cc: "emacs-orgmode@gnu.org" > On Jan 31, 2020, at 3:03 AM, Bastien wrote: >=20 > Hi all, >=20 > I'd like to make an equivalent to in Org Src buffers > so that hitting will close the buffer, which seems natural. >=20 > WDYT? Many modes used in org src buffers have C-c C-c in their maps. python, late= x, c++, shell, R, ... I often use C-c C-c in R src edit buffers to eval functions and code blocks= , so this will be an inconvenience for me (and I suspect for others). HTH, Chuck