From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pascal J. Bourguignon" Newsgroups: gmane.emacs.help Subject: Re: Strange "1;2600;0c" sequence in startup (message-mode?) Date: Tue, 26 Apr 2011 12:00:03 +0200 Organization: Informatimago Message-ID: <8762q1e3j0.fsf@kuiper.lan.informatimago.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1306267673 11537 80.91.229.12 (24 May 2011 20:07:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:07:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:07:49 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOxtN-0005XW-7b for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:07:49 +0200 Original-Received: from localhost ([::1]:47318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOxtM-0008Us-KH for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:07:48 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-X-Trace: individual.net BDFjSQAZ/vGpBvr1XwMRLQunl86HCWt78yDScbB9kKJpBJdXpl Cancel-Lock: sha1:NGE5OGFjYjQ0NmRkYTU5NDdiNzFhODJiYWE1ZTBjYzZmMDA2MDY2OQ== sha1:rrrxnhma/672ICsbVrjJKaw5FPE= Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA oElEQVR4nK3OsRHCMAwF0O8YQufUNIQRGIAja9CxSA55AxZgFO4coMgYrEDDQZWPIlNAjwq9 033pbOBPtbXuB6PKNBn5gZkhGa86Z4x2wE67O+06WxGD/HCOGR0deY3f9Ijwwt7rNGNf6Oac l/GuZTF1wFGKiYYHKSFAkjIo1b6sCYS1sVmFhhhahKQssRjRT90ITWUk6vvK3RsPGs+M1RuR mV+hO/VvFAAAAABJRU5ErkJggg== X-Accept-Language: fr, es, en User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.help:186721 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81048 Archived-At: jester@panix.com (Jesse Sheidlower) writes: > I have recently been seeing a strange sequence of characters when I > start Emacs up to send a message, either when sending a new message, or > replying to an existing one. I believe that this started when I began to > use message-mode. Typically it will be "1;2600;0c", inserted at the > start of a message, but I have noticed other numbers close to "2600" in > the middle section. > > This only happens when I have started typing before Emacs has fully > launched (usually by hitting return once or twice); if I wait for it to > load, I do not get any such sequence. But it does happen very regularly > when > > It's been hard to Google for this. Does this ring a bell for anyone? I > have some hooks for message-mode, but nothing that looks like it could > cause this, although I don't know what the sequence represents. It's the end of an escape sequence. You're probably using emacs in a terminal, and there must be a discrepancy between what the terminal is really, and what declared in the environment variable TERM. Or perhaps there's an error in the terminfo (or termcap) database. -- __Pascal Bourguignon__ http://www.informatimago.com/ A bad day in () is better than a good day in {}.