From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59952 Path: news.gmane.org!not-for-mail From: Klaus Zeitler Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.gnus.general Subject: Re: gnus-carpal-mode and mouse-autoselect-window Date: Mon, 07 Mar 2005 16:07:45 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110208322 23066 80.91.229.2 (7 Mar 2005 15:12:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2005 15:12:02 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Ding List Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Mon Mar 07 16:12:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8JmW-0006nY-0u for gebp-emacs-pretest-bug@gmane.org; Mon, 07 Mar 2005 16:04:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8K6I-0005xy-Ql for gebp-emacs-pretest-bug@gmane.org; Mon, 07 Mar 2005 10:24:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8K4n-0005TT-Dy for emacs-pretest-bug@gnu.org; Mon, 07 Mar 2005 10:23:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8K4l-0005SY-9R for emacs-pretest-bug@gnu.org; Mon, 07 Mar 2005 10:23:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8K4k-0005SJ-V0 for emacs-pretest-bug@gnu.org; Mon, 07 Mar 2005 10:23:19 -0500 Original-Received: from [192.11.222.163] (helo=ihemail2.lucent.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D8Jpv-0007g6-Bd for emacs-pretest-bug@gnu.org; Mon, 07 Mar 2005 10:07:59 -0500 Original-Received: from nbgif1.de.lucent.com (h135-246-31-82.lucent.com [135.246.31.82]) by ihemail2.lucent.com (8.12.11/8.12.11) with ESMTP id j27F7mJT026758; Mon, 7 Mar 2005 09:07:49 -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 j27F7lT12303; Mon, 7 Mar 2005 16:07:47 +0100 (MET) Original-Received: from sfsw51.de.lucent.com (sfsw51 [135.246.72.99]) by sfsws1.de.lucent.com (8.11.7p1+Sun/8.8.5) with ESMTP id j27F7kN29058; Mon, 7 Mar 2005 16:07:47 +0100 (MET) Original-Received: (from kzeitler@localhost) by sfsw51.de.lucent.com (8.11.7p1+Sun/8.8.8) id j27F7kv01026; Mon, 7 Mar 2005 16:07:46 +0100 (MET) X-Authentication-Warning: sfsw51.de.lucent.com: kzeitler set sender to kzeitler@lucent.com using -f Original-To: storm@cua.dk (Kim F. Storm) X-Shopping-List: (1) Intravenous rectums (2) Scratch 'n' Snot Scenario fiction (3) Aristocratic Samsonite expulsions In-Reply-To: (Kim F. Storm's message of "Fri, 25 Feb 2005 10:47:22 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (usg-unix-v) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: emacs-pretest-bug.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org X-MailScanner-To: gebp-emacs-pretest-bug@gmane.org Xref: news.gmane.org gmane.emacs.pretest.bugs:6108 gmane.emacs.gnus.general:59952 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59952 >>>>> "Kim" == Kim F Storm writes: Kim> Kim> I tried, but cannot reproduce this either. Kim> Maybe you have some other local setting which triggers this, Kim> e.g. scroll-margin, scroll-conservatively, or... Yes, you were right. I could reduce my gnus-init.el and my .emacs.el file (from about 4500 lines :-) to the following: --- snip --- (setq mouse-autoselect-window t gnus-carpal t) (custom-set-faces '(mode-line ((t (:background "DarkOliveGreen2" :foreground "black" :box (:line-width 2 :style released-button) :weight normal)))) ) --- snip --- so it seems that this mode-line face seems to cause this, cause when I remove the custom-set-faces call, it works fine. Maybe you or Reiner can reproduce it now. Thanks Klaus -- ------------------------------------------ | Klaus Zeitler Lucent Technologies | | Email: kzeitler@lucent.com | ------------------------------------------ --- There are three principal ways to lose money: wine, women, and engineers. While the first two are more pleasant, the third is by far the more certain. -- Baron Rothschild, ca. 1800