From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: emacsclient does not clean up behind itself Date: Sun, 16 Sep 2007 11:12:49 +0200 Organization: csant.info Message-ID: Reply-To: csant NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189933994 12717 80.91.229.12 (16 Sep 2007 09:13:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Sep 2007 09:13:14 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 16 11:13:12 2007 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 1IWqBj-0006m8-03 for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2007 11:13:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWqBh-0002Ek-5q for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2007 05:13:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWqBW-0002Cq-4j for emacs-devel@gnu.org; Sun, 16 Sep 2007 05:12:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWqBT-0002CF-PL for emacs-devel@gnu.org; Sun, 16 Sep 2007 05:12:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWqBS-0002C3-UL for emacs-devel@gnu.org; Sun, 16 Sep 2007 05:12:55 -0400 Original-Received: from csant.info ([69.36.182.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWqBS-0005tW-KC for emacs-devel@gnu.org; Sun, 16 Sep 2007 05:12:54 -0400 Original-Received: from fiore.malebolge (csant.info [69.36.182.12]) (authenticated bits=0) by csant.info (8.12.11.20060308/8.12.11) with ESMTP id l8G9CpwD001234 for ; Sun, 16 Sep 2007 03:12:52 -0600 User-Agent: Opera Mail/9.50 (Linux) X-Detected-Kernel: Linux 2.4-2.6 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:79024 Archived-At: With latest CVS checkout from trunk $ emacs -Q M-x server-start RET M-: (xterm-mouse-mode 1) RET $ emacsclient -t When quitting the emacsclient now, mouse events are misdetected in the xterm and seem to produce random (?) escape sequences. This seems to be a fairly recent change. /c