From unknown Sun Aug 17 22:08:48 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8305: calendar always scrolls to the right on scroll bar press Resent-From: Le Wang Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 21 Mar 2011 02:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8305 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 8305@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.130067551425403 (code B ref -1); Mon, 21 Mar 2011 02:46:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Mar 2011 02:45:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1V7J-0006bg-51 for submit@debbugs.gnu.org; Sun, 20 Mar 2011 22:45:13 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1V7G-0006bT-Ok for submit@debbugs.gnu.org; Sun, 20 Mar 2011 22:45:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1V7A-0003Zq-Sv for submit@debbugs.gnu.org; Sun, 20 Mar 2011 22:45:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:48657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1V7A-0003Zl-Qt for submit@debbugs.gnu.org; Sun, 20 Mar 2011 22:45:04 -0400 Received: from [140.186.70.92] (port=39026 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1V79-000853-Sr for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2011 22:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1V79-0003ZT-1B for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2011 22:45:03 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:60129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1V78-0003ZN-Ss for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2011 22:45:02 -0400 Received: by wwc33 with SMTP id 33so6166608wwc.30 for ; Sun, 20 Mar 2011 19:45:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=7n+Dt35Hx4xtKrlSDGZ7Yb0eRAzfwY0QYSdj4FZiJxA=; b=cRkjpvui/Cgl7p4SK26YJ/ymn3VTDRcezjCt+BPgGhv5mSakeGGpD4WPNBtg+T+F69 jrGuVCwNXIsK6wKyak4+mQpXYP//KVo2gmPbExQGJxE0Q1pOE4xLVPhqPXMuyFm5wx9m 0px1O+mCe76GfBRCawxQAblDMsnMJ1oEP+VhI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NsslrdmddmDQDH0f3gNCHpq3nFEofEqycYWc5/0rObeSWwoH2un//NCL05jrFxtwPe qDkJJaA9XsnbVk5x2IGzBZySOPkbDC4JUCg1tG+5sqIflIkaK60AeTq/qqY3sdZgbtZN 3V598T5+uwpQtIYAvWkq5C5Yq8novz9NaItFM= MIME-Version: 1.0 Received: by 10.216.239.71 with SMTP id b49mr1697395wer.10.1300675501981; Sun, 20 Mar 2011 19:45:01 -0700 (PDT) Received: by 10.216.19.78 with HTTP; Sun, 20 Mar 2011 19:45:01 -0700 (PDT) Date: Mon, 21 Mar 2011 10:45:01 +0800 Message-ID: From: Le Wang Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.9 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Hi, I see this problem with Emacs 24 Jan/2011 build. repro: 1. enable scroll-bar 2. M-x calendar 3. press up or down arrow at top or bottom notice that the months always move toward the future. One of these buttons should move the other way. -- Le From unknown Sun Aug 17 22:08:48 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8305: calendar always scrolls to the right on scroll bar press Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 21 Mar 2011 06:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8305 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Le Wang Cc: 8305@debbugs.gnu.org Received: via spool by 8305-submit@debbugs.gnu.org id=B8305.130069054013892 (code B ref 8305); Mon, 21 Mar 2011 06:56:02 +0000 Received: (at 8305) by debbugs.gnu.org; 21 Mar 2011 06:55:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1Z1f-0003c0-Qt for submit@debbugs.gnu.org; Mon, 21 Mar 2011 02:55:40 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1Z1e-0003bp-9G for 8305@debbugs.gnu.org; Mon, 21 Mar 2011 02:55:38 -0400 Received: from localhost ([127.0.0.1]:44282) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1Z1Y-0005Le-QB; Mon, 21 Mar 2011 02:55:32 -0400 From: Glenn Morris References: X-Spook: MD5 9705 Samford Road Glock wire transfer Baranyi X-Ran: yINqqQ}AW4^~eR4_ZIe_o.Ky5MP@:_X[I (Le Wang's message of "Mon, 21 Mar 2011 10:45:01 +0800") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Le Wang wrote: > 1. enable scroll-bar > 2. M-x calendar > 3. press up or down arrow at top or bottom > > notice that the months always move toward the future. One of these > buttons should move the other way. It works like the (superior :) ) non-toolkit scrollbars. A left-click on the scroll-bar moves you forward, a right-click moves you back. I guess it should be sensitive to the value of x-toolkit-scroll-bars. From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 21 02:56:40 2011 Received: (at control) by debbugs.gnu.org; 21 Mar 2011 06:56:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1Z2e-0003dy-MQ for submit@debbugs.gnu.org; Mon, 21 Mar 2011 02:56:40 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1Z2d-0003dm-33 for control@debbugs.gnu.org; Mon, 21 Mar 2011 02:56:39 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q1Z2X-0005NM-LS for control@debbugs.gnu.org; Mon, 21 Mar 2011 02:56:33 -0400 Date: Mon, 21 Mar 2011 02:56:33 -0400 Message-Id: Subject: control message for bug 8305 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) retitle 8305 calendar scroll-bar scroll to respect x-toolkit-scroll-bars From unknown Sun Aug 17 22:08:48 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Le Wang Subject: bug#8305: closed (Re: bug#8305: calendar always scrolls to the right on scroll bar press) Message-ID: References: X-Gnu-PR-Message: they-closed 8305 X-Gnu-PR-Package: emacs Reply-To: 8305@debbugs.gnu.org Date: Wed, 06 Apr 2011 02:05:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1302055502-5882-1" This is a multi-part message in MIME format... ------------=_1302055502-5882-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #8305: calendar scroll-bar scroll to respect x-toolkit-scroll-bars which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 8305@debbugs.gnu.org. --=20 8305: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D8305 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1302055502-5882-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 8305-done) by debbugs.gnu.org; 6 Apr 2011 02:04:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7I6q-0001WJ-Fz for submit@debbugs.gnu.org; Tue, 05 Apr 2011 22:04:40 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7I6p-0001W8-4q for 8305-done@debbugs.gnu.org; Tue, 05 Apr 2011 22:04:39 -0400 Received: from localhost ([127.0.0.1]:46554) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7I6j-0007ts-Uq; Tue, 05 Apr 2011 22:04:33 -0400 From: Glenn Morris To: 8305-done@debbugs.gnu.org Subject: Re: bug#8305: calendar always scrolls to the right on scroll bar press References: X-Spook: Ermes advisors national information infrastructure X-Ran: 3f;tV=|X]'jQR%9{tLp>J`)uz1tPXXq?:w/Rp!L^t/R24}@m)d|oKgh@6I.rFH/@|O=i1_ X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 05 Apr 2011 22:04:33 -0400 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 8305-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Version: 24.1 I added a handler for the toolkit-scroll-bar case (I did not bother with dragging the scroll bar). ------------=_1302055502-5882-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Mar 2011 02:45:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1V7J-0006bg-51 for submit@debbugs.gnu.org; Sun, 20 Mar 2011 22:45:13 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1V7G-0006bT-Ok for submit@debbugs.gnu.org; Sun, 20 Mar 2011 22:45:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1V7A-0003Zq-Sv for submit@debbugs.gnu.org; Sun, 20 Mar 2011 22:45:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:48657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1V7A-0003Zl-Qt for submit@debbugs.gnu.org; Sun, 20 Mar 2011 22:45:04 -0400 Received: from [140.186.70.92] (port=39026 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1V79-000853-Sr for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2011 22:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1V79-0003ZT-1B for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2011 22:45:03 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:60129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1V78-0003ZN-Ss for bug-gnu-emacs@gnu.org; Sun, 20 Mar 2011 22:45:02 -0400 Received: by wwc33 with SMTP id 33so6166608wwc.30 for ; Sun, 20 Mar 2011 19:45:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=7n+Dt35Hx4xtKrlSDGZ7Yb0eRAzfwY0QYSdj4FZiJxA=; b=cRkjpvui/Cgl7p4SK26YJ/ymn3VTDRcezjCt+BPgGhv5mSakeGGpD4WPNBtg+T+F69 jrGuVCwNXIsK6wKyak4+mQpXYP//KVo2gmPbExQGJxE0Q1pOE4xLVPhqPXMuyFm5wx9m 0px1O+mCe76GfBRCawxQAblDMsnMJ1oEP+VhI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NsslrdmddmDQDH0f3gNCHpq3nFEofEqycYWc5/0rObeSWwoH2un//NCL05jrFxtwPe qDkJJaA9XsnbVk5x2IGzBZySOPkbDC4JUCg1tG+5sqIflIkaK60AeTq/qqY3sdZgbtZN 3V598T5+uwpQtIYAvWkq5C5Yq8novz9NaItFM= MIME-Version: 1.0 Received: by 10.216.239.71 with SMTP id b49mr1697395wer.10.1300675501981; Sun, 20 Mar 2011 19:45:01 -0700 (PDT) Received: by 10.216.19.78 with HTTP; Sun, 20 Mar 2011 19:45:01 -0700 (PDT) Date: Mon, 21 Mar 2011 10:45:01 +0800 Message-ID: Subject: calendar always scrolls to the right on scroll bar press From: Le Wang To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Hi, I see this problem with Emacs 24 Jan/2011 build. repro: 1. enable scroll-bar 2. M-x calendar 3. press up or down arrow at top or bottom notice that the months always move toward the future. One of these buttons should move the other way. -- Le ------------=_1302055502-5882-1--