emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus-carpal-mode and mouse-autoselect-window


From: Klaus Zeitler
Subject: Re: gnus-carpal-mode and mouse-autoselect-window
Date: Thu, 24 Feb 2005 14:16:22 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (usg-unix-v)

>>>>> "Reiner" == Reiner Steib <address@hidden> 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 <mouse-5>, 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:             address@hidden  |
 ------------------------------------------
---
For every problem there is a solution which is simple,
clean and wrong.                -- Henry Louis Mencken




reply via email to

[Prev in Thread] Current Thread [Next in Thread]