From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1 flushes stdin on startup Date: Fri, 28 Aug 2009 12:42:49 -0400 Message-ID: References: <4A789738.8090008@roaringpenguin.com> <87r5vquzrc.fsf@jumptrading.com> <87vdkukt0s.fsf@lifelogs.com> <87hbvsauii.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251477789 3884 80.91.229.12 (28 Aug 2009 16:43:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2009 16:43:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 28 18:43:02 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mh4XV-0000La-0s for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 18:43:01 +0200 Original-Received: from localhost ([127.0.0.1]:37485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh4XU-0004nw-F9 for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 12:43:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh4XP-0004nZ-J1 for emacs-devel@gnu.org; Fri, 28 Aug 2009 12:42:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh4XL-0004my-Nm for emacs-devel@gnu.org; Fri, 28 Aug 2009 12:42:55 -0400 Original-Received: from [199.232.76.173] (port=60396 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh4XL-0004mt-Il for emacs-devel@gnu.org; Fri, 28 Aug 2009 12:42:51 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:35198) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh4XL-00084u-71 for emacs-devel@gnu.org; Fri, 28 Aug 2009 12:42:51 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n7SGgn4Q001086; Fri, 28 Aug 2009 12:42:49 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 8EAEE3A06F; Fri, 28 Aug 2009 12:42:49 -0400 (EDT) In-Reply-To: <87hbvsauii.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 28 Aug 2009 09:21:57 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3351=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114774 Archived-At: > On Tue, 11 Aug 2009 15:14:11 -0500 Ted Zlatanov wrote: TZ> I don't know how to choose a better name, sorry. Feel free to suggest TZ> alternatives. TZ> Another version lies below. Let me know if it looks OK. My change is TZ> minor but I may have missed something. > I haven't seen a response from Stefan (about the code rewrite) or Johan > (about the naming). Can you please let me know if the patch is OK? I replied about the name, proposing `xterm-enable-modify-other-keys' with docstring "Whether or not to activate modifyOtherKeys in xterm" and documenting nil, t and check as valid values. The code change itself looks fine, Stefan