all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Shayan Pirani <shayanpirani@gmail.com>
To: 22918@debbugs.gnu.org
Subject: bug#22918: 25.1.50; Scrolling upwards with xwidget-webkit-browse-url
Date: Sat, 19 Mar 2016 22:27:50 -0400	[thread overview]
Message-ID: <CAE9ra+2PGKUcxwWUiTkT0=WPCKyoQiLrhYjWp-MHc8PL3N7CLA@mail.gmail.com> (raw)
In-Reply-To: <CAE9ra+0YeM-5zr36ht6c7HwG8uCxmqATbQjendzu-mRokTfkuQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 49 bytes --]

I have attached a patch that fixes this problem.

[-- Attachment #2: 0001-xwidget-webkit-browse-url-fix.patch --]
[-- Type: text/x-patch, Size: 724 bytes --]

From d2a9f2eddfdb864fa8762a045e2d24f1f8875138 Mon Sep 17 00:00:00 2001
From: Shayan Pirani <shayanpirani@gmail.com>
Date: Sat, 19 Mar 2016 22:22:49 -0400
Subject:  25.1.50; Scrolling upwards with xwidget-webkit-browse-url

---
 src/xwidget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xwidget.c b/src/xwidget.c
index d438d87..eb6bba4 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -767,7 +767,7 @@ VALUE is the amount to scroll, either relatively or absolutely.  */)
    Lisp_Object value)
 {
   CHECK_XWIDGET (xwidget);
-  CHECK_NATNUM (value);
+  lisp_h_CHECK_NUMBER (value);
   struct xwidget *xw = XXWIDGET (xwidget);
   GtkAdjustment *adjustment
     = ((EQ (Qhorizontal, axis)
--
2.7.0

  reply	other threads:[~2016-03-20  2:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-05 22:17 bug#22918: 25.1.50; Scrolling upwards with xwidget-webkit-browse-url Shayan Pirani
2016-03-20  2:27 ` Shayan Pirani [this message]
2016-03-25  9:54   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAE9ra+2PGKUcxwWUiTkT0=WPCKyoQiLrhYjWp-MHc8PL3N7CLA@mail.gmail.com' \
    --to=shayanpirani@gmail.com \
    --cc=22918@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.