From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ismail Donmez Newsgroups: gmane.emacs.devel Subject: Re: xterm-mouse-mode Date: Wed, 13 Apr 2005 22:08:15 +0300 Organization: Bogazici University Message-ID: <200504132208.16008.ismail@kde.org.tr> References: <200504132137.25126.ismail@kde.org.tr> <200504131853.j3DIrIO29585@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1113419359 610 80.91.229.2 (13 Apr 2005 19:09:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2005 19:09:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 13 21:09:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLnDU-0002g7-Gg for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2005 21:08:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLmo3-0007Fp-PK for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2005 14:41:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLmlk-0006aH-Ks for emacs-devel@gnu.org; Wed, 13 Apr 2005 14:39:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLmli-0006Z8-7W for emacs-devel@gnu.org; Wed, 13 Apr 2005 14:39:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLmlh-0006Yg-Tb for emacs-devel@gnu.org; Wed, 13 Apr 2005 14:39:18 -0400 Original-Received: from [192.108.102.143] (helo=smtp-send.myrealbox.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DLnEF-0003A0-9J for emacs-devel@gnu.org; Wed, 13 Apr 2005 15:08:47 -0400 Original-Received: from dsl85-96-34310.ttnet.net.tr kde [85.96.134.6] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 1.4 $ on Linux; Wed, 13 Apr 2005 13:08:13 -0600 Original-To: Luc Teirlinck User-Agent: KMail/1.8.50 In-Reply-To: <200504131853.j3DIrIO29585@raven.dms.auburn.edu> Content-Disposition: inline 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:35952 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35952 On Wednesday 13 April 2005 21:53, you wrote: > I see that xterm-mouse-mode is now enabled by default I see one problem > with it. Adding (xterm-mouse-mode -1) in .emacs doesn't disable it because > it seems like the added code in startup.el does no config check ( I don't > know any idea about lisp I am just judging from cvs diff ) > > Sorry, I should have checked whether the code was executed before or > after .emacs was loaded. I will fix this. > > Sincerely, > > Luc. Thanks also can you document the change in Changelog so people can see whats going on. Regards, ismail