From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#6685: 23.2; Discards control characters during boot. Date: Wed, 11 Apr 2012 16:07:21 +0800 Message-ID: <87pqbevghy.fsf@gnu.org> References: <87bpa160pk.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334131699 32726 80.91.229.3 (11 Apr 2012 08:08:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2012 08:08:19 +0000 (UTC) Cc: 6685@debbugs.gnu.org To: trentbuck@gmail.com (Trent W. Buck) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 11 10:08:16 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1SHsb7-0002Yo-3Y for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Apr 2012 10:08:13 +0200 Original-Received: from localhost ([::1]:51129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHsb6-0004ja-DJ for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Apr 2012 04:08:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHsaw-0004gy-T3 for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 04:08:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHsaq-0006Mw-Ia for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 04:08:02 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHsaq-0006Mk-Ga for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 04:07:56 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SHsbt-0006Ad-LP for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2012 04:09:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 Apr 2012 08:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6685 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6685-submit@debbugs.gnu.org id=B6685.133413171923684 (code B ref 6685); Wed, 11 Apr 2012 08:09:01 +0000 Original-Received: (at 6685) by debbugs.gnu.org; 11 Apr 2012 08:08:39 +0000 Original-Received: from localhost ([127.0.0.1]:50301 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHsbX-00069x-E4 for submit@debbugs.gnu.org; Wed, 11 Apr 2012 04:08:39 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:56534) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SHsbV-00069q-As for 6685@debbugs.gnu.org; Wed, 11 Apr 2012 04:08:38 -0400 Original-Received: from [155.69.16.95] (port=49813 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SHsaP-0008Gg-ME; Wed, 11 Apr 2012 04:07:30 -0400 In-Reply-To: <87bpa160pk.fsf@gmail.com> (Trent W. Buck's message of "Wed, 21 Jul 2010 12:13:59 +1000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:58761 Archived-At: trentbuck@gmail.com (Trent W. Buck) writes: > I start emacs with a wrapper script which boils down to > > ALTERNATIVE_EDITOR="" emacsclient -c -t > > In the past (23.1 or so), I could start emacs that way, and while the > daemon was loading in the background, I could type > > M-x irc C-m M-x gnus C-m > > and when the daemon finished loading, the IRC and GNUS functions would > run. Now, what happens is that I get > > xircxgnus > > appended to *scratch*. It seems pretty clear to me that Emacs has > started discarding control characters (^[ and ^M in my case). As far as I can tell, this old bug was fixed by the introduction of xterm-extra-capabilities (set it to nil to avoid discarding pre-terminal-initialization input).