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 14:20:34 -0400 Message-ID: <59fw9sxz0t.fsf@fencepost.gnu.org> References: <4FDDD5BB.9070909@dogan.se> <4FDE3EA3.50304@dogan.se> <4FDF6D75.8010905@dogan.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1340043645 26381 80.91.229.3 (18 Jun 2012 18:20:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2012 18:20:45 +0000 (UTC) Cc: fabian@anue.biz, emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 18 20:20:44 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 1SggZ9-0007r9-6n for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2012 20:20:43 +0200 Original-Received: from localhost ([::1]:44474 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SggZ8-00051v-TG for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2012 14:20:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SggZ6-00051p-7J for emacs-devel@gnu.org; Mon, 18 Jun 2012 14:20:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SggZ3-0007Qa-Iy for emacs-devel@gnu.org; Mon, 18 Jun 2012 14:20:39 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:40432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SggZ3-0007QU-F9 for emacs-devel@gnu.org; Mon, 18 Jun 2012 14:20:37 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SggZ0-0008Ad-ER; Mon, 18 Jun 2012 14:20:34 -0400 X-Spook: SCUD missile militia Saudi Arabia Semtex e-cash ASDIC X-Ran: @_u[.0?/[dF{;W=36"U)m@7_vuSt.X>(\_eu!ae+fzq*>JL0Y (Deniz Dogan's message of "Mon, 18 Jun 2012 20:03:33 +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:150993 Archived-At: I tested it with M-x python-shell-send-string and it has no effect. Use process-buffer to get the actual buffer to switch to? The command python-shell-switch-to-shell does this. So maybe just add an option to call that at the end of python-shell-send-string? In line with current python name space, the option should probably be called python-shell-something. I don't use python much, so I'll cc the mode's author. Context is here: http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00272.html