From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Patch to optionally show Python process buffer after C-c C-c Date: Mon, 18 Jun 2012 13:56:53 -0400 Message-ID: References: <4FDDD5BB.9070909@dogan.se> <4FDE3EA3.50304@dogan.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1340042225 14623 80.91.229.3 (18 Jun 2012 17:57:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2012 17:57:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 18 19:57:04 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SggCC-0001le-Eg for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2012 19:57:00 +0200 Original-Received: from localhost ([::1]:59780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SggCC-0003Rt-Fw for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2012 13:57:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SggC9-0003Ra-PA for emacs-devel@gnu.org; Mon, 18 Jun 2012 13:56:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SggC8-0001Ri-5V for emacs-devel@gnu.org; Mon, 18 Jun 2012 13:56:57 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:40147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SggC8-0001Re-2H for emacs-devel@gnu.org; Mon, 18 Jun 2012 13:56:56 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SggC5-00043q-Bm; Mon, 18 Jun 2012 13:56:53 -0400 X-Spook: JFK cypherpunk Firewalls SAFE undercover Belknap Attorney X-Ran: 6so&1V_JOJub`=)F.DDN>\-^-nn@"otIP"7JUR/>:>_Y:k_2"'clW{P"Hr{hvFigk$?j0\ X-Hue: white X-Attribution: GM In-Reply-To: <4FDE3EA3.50304@dogan.se> (Deniz Dogan's message of "Sun, 17 Jun 2012 22:31:31 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150990 Archived-At: Deniz Dogan wrote: > +(defcustom python-show-process-buffer-on-send nil > + "Whether or not to show the Python process buffer after sending > +a region to the Python process." The first line of a doc string should be a complete sentence. > + :version "24.1") 24.2