From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59894 Path: main.gmane.org!not-for-mail From: Klaus Zeitler Newsgroups: gmane.emacs.gnus.general,gmane.emacs.pretest.bugs Subject: Re: gnus-carpal-mode and mouse-autoselect-window Date: Thu, 24 Feb 2005 14:16:22 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109251191 14801 80.91.229.6 (24 Feb 2005 13:19:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2005 13:19:51 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org Original-X-From: ding-owner+M8435@lists.math.uh.edu Thu Feb 24 14:19:45 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1D4Iu8-0003WU-00 for ; Thu, 24 Feb 2005 14:19:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1D4IrI-0002Sa-00; Thu, 24 Feb 2005 07:16:48 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D4Ir9-0002SU-00 for ding@lists.math.uh.edu; Thu, 24 Feb 2005 07:16:39 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D4Ir6-000186-6b for ding@lists.math.uh.edu; Thu, 24 Feb 2005 07:16:36 -0600 Original-Received: from hoemail1.lucent.com ([192.11.226.161]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D4Ir5-0008HE-00 for ; Thu, 24 Feb 2005 14:16:35 +0100 Original-Received: from nbgif1.de.lucent.com (h135-246-31-82.lucent.com [135.246.31.82]) by hoemail1.lucent.com (8.12.11/8.12.11) with ESMTP id j1ODGOYq025825; Thu, 24 Feb 2005 07:16:24 -0600 (CST) Original-Received: from sfsws1.de.lucent.com (sfsws1 [135.246.31.38]) by nbgif1.de.lucent.com (8.11.7p1+Sun/8.11.7) with ESMTP id j1ODGNA24721; Thu, 24 Feb 2005 14:16:23 +0100 (MET) Original-Received: from sfsw51.de.lucent.com (sfsw51.de.lucent.com [135.246.72.99]) by sfsws1.de.lucent.com (8.11.7p1+Sun/8.8.5) with ESMTP id j1ODGMx14968; Thu, 24 Feb 2005 14:16:22 +0100 (MET) Original-Received: (from kzeitler@localhost) by sfsw51.de.lucent.com (8.11.7p1+Sun/8.8.8) id j1ODGMU01400; Thu, 24 Feb 2005 14:16:22 +0100 (MET) X-Authentication-Warning: sfsw51.de.lucent.com: kzeitler set sender to kzeitler@lucent.com using -f Original-To: Ding List X-Drdoom-Fodder: crash satan crypt drdoom passwd In-Reply-To: (Reiner Steib's message of "Mon, 21 Feb 2005 16:09:07 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (usg-unix-v) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59894 gmane.emacs.pretest.bugs:5982 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59894 >>>>> "Reiner" == Reiner Steib writes: Reiner> Reiner> I don't use gnus-carpal-mode normally. I couldn't see any Reiner> difference in the behavior with or without this patch[1]: do you want to say that this doesn't happen to you at all or that is doesn't change with your patch? Here's a (I hope) fairly accurate description what happens for me: my Gnus frame first looks like this: ----------------------------------------------------------------------------- |. | |. | |. (35 lines) | |. | |. | ---- *Group* ---------------------------------------------------------------- | next prev read select catch-up new-news toggle-sub subscribe kill yank | | describe list subscribed all killed zombies matching post mail local rescan | | browse-foreign exit | ---- *Carpal Group* --------------------------------------------------------- now when I move the mouse pointer to the carpal buffer, this buffer is automatically scrolled, i.e. it changes to ---- *Group* ---------------------------------------------------------------- | browse-foreign exit | | | | | ---- *Carpal Group* --------------------------------------------------------- when I now scroll up again, this buffer will stay visible until I enter and quit a summary buffer. Then the same thing happens again when I move the mouse to this buffer for the first time. Reiner> Or did you mean to add (goto-char (point-min)) _after_ the `if' Reiner> clause? I've added it right at the end of the save-excursion, i.e. the function ends like this: --- snip --- (set-window-point (get-buffer-window (current-buffer)) (point-min))) (goto-char (point-min)) )))) --- snip --- Reiner> But I saw some strange display problem: After scrolling down in the Reiner> Carpal Summary buffer with , I get... Reiner> Reiner> --8<---------------cut here---------------start------------->8--- Reiner> mark read tick clear expirable move scroll next-unread prev-unread first best Reiner> article headers uudecode enter-digest fetch-parent mail move copy respool Reiner> article headers uudecode enter-digest fetch-parent mail move copy respool Reiner> --8<---------------cut here---------------end--------------->8--- I haven't seen this (so far :-) and I can't reproduce it. But I don't have mouse-5, i.e. I always scroll with mouse-1. Thanks Klaus -- ------------------------------------------ | Klaus Zeitler Lucent Technologies | | Email: kzeitler@lucent.com | ------------------------------------------ --- For every problem there is a solution which is simple, clean and wrong. -- Henry Louis Mencken