From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#11129: 23.4; garbage inserted at the beginning of the buffer when starting Emacs in a terminal on a remote machine Date: Fri, 30 Mar 2012 08:40:34 -0400 Message-ID: References: <87k422hok3.fsf@xvii.vinc17.org> <20120330020543.GF8851@xvii.vinc17.org> <20120330073929.GG8851@xvii.vinc17.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1333111309 13959 80.91.229.3 (30 Mar 2012 12:41:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Mar 2012 12:41:49 +0000 (UTC) Cc: 11129@debbugs.gnu.org To: Vincent Lefevre Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Mar 30 14:41:48 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 1SDb9H-0007wu-9B for geb-bug-gnu-emacs@m.gmane.org; Fri, 30 Mar 2012 14:41:47 +0200 Original-Received: from localhost ([::1]:56185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDb9G-0007JM-HV for geb-bug-gnu-emacs@m.gmane.org; Fri, 30 Mar 2012 08:41:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDb98-0007Es-E1 for bug-gnu-emacs@gnu.org; Fri, 30 Mar 2012 08:41:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDb96-0005uo-G5 for bug-gnu-emacs@gnu.org; Fri, 30 Mar 2012 08:41:37 -0400 Original-Received: from [140.186.70.43] (port=39493 helo=debbugs.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDb96-0005sS-Bg for bug-gnu-emacs@gnu.org; Fri, 30 Mar 2012 08:41:36 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SDbdW-0001MX-En for bug-gnu-emacs@gnu.org; Fri, 30 Mar 2012 09:13:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Mar 2012 13:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11129 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11129-submit@debbugs.gnu.org id=B11129.13331131315175 (code B ref 11129); Fri, 30 Mar 2012 13:13:02 +0000 Original-Received: (at 11129) by debbugs.gnu.org; 30 Mar 2012 13:12:11 +0000 Original-Received: from localhost ([127.0.0.1]:46325 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SDbcf-0001LP-Sj for submit@debbugs.gnu.org; Fri, 30 Mar 2012 09:12:10 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:3626) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SDbce-0001LI-3K for 11129@debbugs.gnu.org; Fri, 30 Mar 2012 09:12:08 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicFAKU/KE9MCqRV/2dsb2JhbACBX5x7eYhwnhmGGQSbGYQJ X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="170667047" Original-Received: from 76-10-164-85.dsl.teksavvy.com (HELO pastel.home) ([76.10.164.85]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 30 Mar 2012 08:40:35 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0105359276; Fri, 30 Mar 2012 08:40:34 -0400 (EDT) In-Reply-To: <20120330073929.GG8851@xvii.vinc17.org> (Vincent Lefevre's message of "Fri, 30 Mar 2012 09:39:30 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (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:58336 Archived-At: >> It's a known problem. You can work around it by setting >> xterm-extra-capabilities to t or nil. > How? > Adding > (setq xterm-extra-capabilities t) > at the beginning of my .emacs doesn't change anything (of course, > I run "emacs" without the -Q argument, so that my .emacs is run). Did you test it with Emacs-23 or Emacs-24? It's new in Emacs-24, so it's no surprise if it doesn't solve your problem in Emacs-23. Stefan