From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [eugene@ikz.ru: mouse-drag-vertical-line or mouse-drag-mode-line failed with complex window split] Date: Mon, 19 Jun 2006 14:38:46 +0200 Message-ID: <44969AD6.20504@gmx.at> References: <87bqsz1oax.fsf@stupidchicken.com> <44900219.3030504@gmx.at> <44925581.7060308@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150720763 12948 80.91.229.2 (19 Jun 2006 12:39:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2006 12:39:23 +0000 (UTC) Cc: eugene@ikz.ru, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 19 14:39:20 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FsJ20-0007qN-9L for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2006 14:39:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsJ1z-0004B3-Or for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2006 08:39:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FsJ1h-000483-2R for emacs-devel@gnu.org; Mon, 19 Jun 2006 08:38:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FsJ1c-0003yP-Gr for emacs-devel@gnu.org; Mon, 19 Jun 2006 08:38:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsJ1c-0003yB-Ag for emacs-devel@gnu.org; Mon, 19 Jun 2006 08:38:40 -0400 Original-Received: from [213.165.64.21] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FsJBu-0003Tq-9F for emacs-devel@gnu.org; Mon, 19 Jun 2006 08:49:18 -0400 Original-Received: (qmail invoked by alias); 19 Jun 2006 12:38:37 -0000 Original-Received: from N856P002.adsl.highway.telekom.at (EHLO [62.47.50.226]) [62.47.50.226] by mail.gmx.net (mp035) with SMTP; 19 Jun 2006 14:38:37 +0200 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: rms@gnu.org In-Reply-To: X-Y-GMX-Trusted: 0 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:56000 Archived-At: > Do these changes fix the remaining problems? > > *** mouse.el 16 Mar 2006 15:21:13 -0500 1.297 > --- mouse.el 18 Jun 2006 17:44:30 -0400 > > *** window.c 13 Jun 2006 19:07:16 -0400 1.549 > --- window.c 18 Jun 2006 17:23:15 -0400 All problems I've seen in this context have been resolved. Thank you very much for fixing this.