GNU bug report logs - #80691
30.2; Missing new user option 'xwidget-webkit-disable-javascript'

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: tpeplt@HIDDEN; Keywords: notabug; dated Mon, 30 Mar 2026 02:14:02 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.

Message received at 80691 <at> debbugs.gnu.org:


Received: (at 80691) by debbugs.gnu.org; 30 Mar 2026 16:14:26 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 30 12:14:26 2026
Received: from localhost ([127.0.0.1]:52967 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1w7FFx-0007mB-Ht
	for submit <at> debbugs.gnu.org; Mon, 30 Mar 2026 12:14:26 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:58358)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1w7FFv-0007lP-5B
 for 80691 <at> debbugs.gnu.org; Mon, 30 Mar 2026 12:14:23 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1w7FFp-0006Xk-IH; Mon, 30 Mar 2026 12:14:17 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From:
 Date; bh=o5+axWW+wYbk37FJ9uTgns9cnhtudVfVK/1wmmknWg8=; b=EOn6IPl8+M4agSwz6tQx
 RgfkAGVXeowvgFDJbW9JJH826uWvBT2nX/Ylli7pH7BxmH0Bc+vXgw+3AmF/PtS/qiqPBxhgP8m8J
 RXWqfcP5CefSostPi55FL+NvRNdDyf+Hm1RP881v29GHLD6sGZwvTFmIxN8e3/xwFCAX5EpGwIznZ
 hs4dcSlK3Soz6p1TLjrquC5DANAt7pxBvj+MM46Mjv8De9H6JpvpvlJILDiCAYeLTOFf597zJbR6Y
 3igQ4ODYtbSp6+RMmIlQ0l8xDnewlrIgUcHSg3aSGO2jidB+SdZBgYZIwxb/Plu+nile9tnE7BeFJ
 tqGsS6T18lOn0A==;
Date: Mon, 30 Mar 2026 19:14:06 +0300
Message-Id: <86341hqoq9.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: tpeplt@HIDDEN
In-Reply-To: <87o6k659ow.fsf@HIDDEN> (tpeplt@HIDDEN)
Subject: Re: bug#80691: 30.2;
 Missing new user option 'xwidget-webkit-disable-javascript'
References: <87qzp25ak6.fsf@HIDDEN> <87o6k659ow.fsf@HIDDEN>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 80691
Cc: shipmints@HIDDEN, 80691 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

> Cc: 80691 <at> debbugs.gnu.org
> From: tpeplt@HIDDEN
> Date: Sun, 29 Mar 2026 22:32:15 -0400
> 
> Stéphane Marks <shipmints@HIDDEN> writes:
> 
> >
> > Look in src/xwidget.c.
> 
> As far as I know, the .c source files are not included in
> Emacs distributions (though they can be downloaded from the
> source repository).  Is there a reason why this user option
> is unavailable to be edited/changed when all other user
> options in the ‘xwidget-webkit’ group can be?

If your Emacs was built without xwidgets, these variables will do
nothing, and customizing them is meaningless.

The reasons why options defined in C cannot be customized except in a
build that supports the option are technical: for Lisp options,
customize-group loads the package, which makes the options known to
Emacs, but this cannot be done with options defined in C.

The same happens with, for example, options specific to MS-Windows
build on NS build: those which are defined in C can only be customized
on the platform where they are defined.  (Of course, you can always
customize them by a simple setq, but that, too, will do nothing if the
variable is not defined and has no support in your build.)




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#80691; Package emacs. Full text available.
Added tag(s) notabug. Request was from Eli Zaretskii <eliz@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 80691 <at> debbugs.gnu.org:


Received: (at 80691) by debbugs.gnu.org; 30 Mar 2026 16:08:43 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 30 12:08:43 2026
Received: from localhost ([127.0.0.1]:52884 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1w7FAQ-0007G2-IA
	for submit <at> debbugs.gnu.org; Mon, 30 Mar 2026 12:08:43 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:38600)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <eliz@HIDDEN>)
 id 1w7FAO-0007FV-II; Mon, 30 Mar 2026 12:08:40 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1w7FAH-0005jZ-Km; Mon, 30 Mar 2026 12:08:35 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From:
 Date; bh=TsNDCPTh8sMafb65MQq10MTZ314mnoqXUUMELnBoqGs=; b=ogS5y3a0wGbmoGcj//wX
 Gsqpz6SVZ55LQ8tL3Vwl+JqHhu38gX/mDwhPHALnZS3uOPp7V5p3RQmETXCGiYQB5behi/JMl1RNP
 cGZo5jLAKSARfYFKiPvWZjxvk5030yTreS6sGqKzNhD5vqz3Ltnu+KkI8wMbPMiAQ2XMKbkphzyk7
 dE7GbSnZ95pOfzzycjogGgCA9Dz/gL6+EvYs4U8RGA1E0/ceRMF/GdZiEe/4EIu5jI/2Q4Fr4WPNs
 L7t1TqfV7POGyEcpZJrq2vIfu+bY3l8aLoeM+6HjNVqaHcO/jsGjG77X1OFBvhfdh4zLSI2amqHLO
 KngaobgAAEQgvQ==;
Date: Mon, 30 Mar 2026 19:08:29 +0300
Message-Id: <864ilxqozm.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: tpeplt@HIDDEN
In-Reply-To: <87qzp25ak6.fsf@HIDDEN> (tpeplt@HIDDEN)
Subject: Re: bug#80691: 30.2;
 Missing new user option 'xwidget-webkit-disable-javascript'
References: <87qzp25ak6.fsf@HIDDEN>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 80691
Cc: 80691 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

tags 80691 notabug
thanks

> From: tpeplt@HIDDEN
> Date: Sun, 29 Mar 2026 22:13:29 -0400
> 
>   According to an item in etc/NEWS (Emacs 30.2), there is a
> new user option named 'xwidget-webkit-disable-javascript':
> 
>   *** New user option 'xwidget-webkit-disable-javascript'.
>   This allows disabling JavaScript in xwidget Webkit sessions.
> 
> I have been unable to find this new option using several
> searches:
> 
> 1. M-x apropos-user-option RET xwidget-webkit RET
> 
> 2. M-x customize-group RET xwidget-webkit RET
> 
> 3. Searching the text of lisp/xwidget.el
> 
> 4. Recursive search of the ‘lisp’ source directory
> 
> The last search turned up only the following match:
> 
> ./cus-start.el.gz:854:             (xwidget-webkit-disable-javascript xwidget boolean "30.1")

This option is defined in C, and you haven't searched the src/
directory.

My guess for the reason apropos-user-option doesn't show it is that
your Emacs was built without xwidget support, so this user option
doesn't exist in it.  That's what happens on my system (where Emacs is
also built without xwidgets), and that's what I would expect to
happen in that case.

This is not a bug.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#80691; Package emacs. Full text available.

Message received at 80691 <at> debbugs.gnu.org:


Received: (at 80691) by debbugs.gnu.org; 30 Mar 2026 02:45:18 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 29 22:45:17 2026
Received: from localhost ([127.0.0.1]:41558 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1w72cu-0008EE-Tp
	for submit <at> debbugs.gnu.org; Sun, 29 Mar 2026 22:45:17 -0400
Received: from mail-vs1-xe2a.google.com ([2607:f8b0:4864:20::e2a]:59718)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.84_2) (envelope-from <shipmints@HIDDEN>)
 id 1w72cr-0008Dv-1G
 for 80691 <at> debbugs.gnu.org; Sun, 29 Mar 2026 22:45:15 -0400
Received: by mail-vs1-xe2a.google.com with SMTP id
 ada2fe7eead31-602903ad849so1369282137.3
 for <80691 <at> debbugs.gnu.org>; Sun, 29 Mar 2026 19:45:13 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; t=1774838712; cv=none;
 d=google.com; s=arc-20240605;
 b=BjX2KO3ZTDTsr/RdDdNsDD4XnY2h5xnJplOIocrRutKwfX0zeOqFOPT92UvzB2dADd
 UKloD3QOpYNzeuBXRV1l+g9iLoCr9Wp8QbbihSsBNZ7sUzL6xZAohIo77G8lebWqZhPD
 xd9g79QZvdnfZVowoPpIis6juJ/IoiYqmxCm7yLhHK5Zf3xD+O6VbXi+I9DYWrNFJ72V
 3HHK5QAvmfXoq5saS3v6z50Xbu8+68AYPjrpyaePP4q1rH6BJ5Pm8WJnJRcpYQO+biLQ
 Gz+X40JcbjMOWcs7iJK1zXqdy9tyjm2NiUQtBFf1B5miR6MwYpkbuRZTe3TnBKoh8o+4
 GqaQ==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com;
 s=arc-20240605; 
 h=cc:to:subject:message-id:date:from:in-reply-to:references
 :mime-version:dkim-signature;
 bh=bfBHWR1/Ejh5P6HDHrVZ7/mGxfLECzUKUuvTNYPvfVM=;
 fh=B/cP6E6BlA7rU08+vO09+mC2/Zn65FaSad/hmH/N+KQ=;
 b=J601Cld9vKr0z1F3X6J6KpYht+t2Mg/u1lQgGsobB288lH+CFKCF8yUt6fJmEWRGt7
 5p0b11LorEDrIR8mgGkN4KTw0VW/LyKZwCnA1IYTPkSDJOYjUHvo3yvnwFzhm5qyxAOv
 X6Xbs+aJk+DyjQrlGAo0fxi2tHOSL6zS7klJs4OU2itup8Uosp31Rw0xJTC2jr0QH7EG
 gftqPAtRQ2mObjJaTC6oYGleQYrhvqx/vCiyC3gLrGsrW0lCUmiP+RZgzBn53Jtrnktv
 x9yd4CdVop3IYeN1RmkvZ398VaQrKf3hXVIgXHbClXfV+Isl5Uf5ZOqcwj/8ZkxdGOu9
 OsUA==; darn=debbugs.gnu.org
ARC-Authentication-Results: i=1; mx.google.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20251104; t=1774838712; x=1775443512; darn=debbugs.gnu.org;
 h=cc:to:subject:message-id:date:from:in-reply-to:references
 :mime-version:from:to:cc:subject:date:message-id:reply-to;
 bh=bfBHWR1/Ejh5P6HDHrVZ7/mGxfLECzUKUuvTNYPvfVM=;
 b=s0v5P27jsm29XA6IsRCI7AMjKB+2RvkKBv66ldTzwQCzue4kddt3ohTpPlUdc3EpZB
 L6MGDYva0zx3T3YWxTIpMD4stlhN0fy4qs0cGJdSSuOw7kXMQOEEd3oZCCwwGhsYUvhb
 cPnIol74Ifr6mT0ChYsQn+NudY6jBYPJT5M9CJ/bcCiHfCB9qS3rBkFq3t9nUS213ZFN
 8EDD9QwpVXRcbfB3DryimAH/U4yUcvHDNkbr2FrYefV7f52HS0gmn5y1Uhcw+w2ZwR4J
 SRn21vAo+hCO3IF0TuSdfBoBkDX1AFqxvYT5eqiBheYcyVvmgIhLZgayxpr0YXHYF/Kw
 3Sng==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20251104; t=1774838712; x=1775443512;
 h=cc:to:subject:message-id:date:from:in-reply-to:references
 :mime-version:x-gm-gg:x-gm-message-state:from:to:cc:subject:date
 :message-id:reply-to;
 bh=bfBHWR1/Ejh5P6HDHrVZ7/mGxfLECzUKUuvTNYPvfVM=;
 b=QantqlMK/7nwp4U4mPgXaxDCaj5rUPExpGq8PQsiba2vVOoNwxIUMvo6LJtRSBdcGP
 IMCb0tuwIdCKXSVc2kv3WCPLmCdU51Z6zELPcQazxxyNR0r1uSLqTMXnhHBMEFQJw+Cp
 K7yYNEsRzjn5jp4mSU8B9J2UiiOwmEU2uQOPjcYPa9KkdXykFhPJJFc+5UnGl7yEkwpd
 7YLoRZ0ajQ0Z3FMEJ/e4bGPcsK5tiATn49L/oK6v0wqUNXB7DT2a2QdnbpkZc+wwpG97
 HPos0X9ekXKA94W0Fu1iP6PgVFaxIZSsYqS8Jp7AV1bMM4rGKKpJ+nwSc9nnSBOz5leV
 0Xwg==
X-Gm-Message-State: AOJu0Yxa1O3HfBe3e/e+UlWwr0zmNIJ+qToABXkWiu1Ab2nRQGL1zz2t
 9qkU9qhdLKENQobz1TQK14kuueeNpd6RKsopmx0biXZDGeXBNbISWYyBxxhweZtYsTLbui4h9WA
 Sxna450ZN+Qq02U/2L9gwjIkwT1fOzWm8vH6s
X-Gm-Gg: ATEYQzydo7t3JwV1mIw/UNv7EQF03B0Z8PyuOTiTyt7iPXY2Wk/kOEbZTWKjuDIGMFi
 U9CMUh4FSBhpIbBQ5m19u8jxixfzyot72lQ8F2IXOCz4gdMC0Mmraxg1IkGuFoYKQwZSaWD5Lfs
 TimrUKwxG7TRoqJFELTsEj7wZPpzJBhktg0OdfxsHHteaGtxQiysjKzeB5tARNKOfsFeCYw6Gsv
 MHrYOF8l899WaqGCEmhGmZSmukbuQccWSznn2hPb7wcG4FqrgJ19ZXhV5/1fe5wepiUuc9Gi0X7
 GjOZ7EX3cp0LxMt5gODFguJ3JpOW6+WYGCAh82cgfG6r57eevMfjplxIb9mtnVA=
X-Received: by 2002:a05:6102:54a0:b0:5ff:1130:bdad with SMTP id
 ada2fe7eead31-604f904c9damr3086267137.6.1774838712219; Sun, 29 Mar 2026
 19:45:12 -0700 (PDT)
MIME-Version: 1.0
References: <CAN+1Hbo2rrXzVqEu6n+ZxOULPPUJdUfRY=F2Ff=tCrJNuJjpzA@HIDDEN>
 <87o6k659ow.fsf@HIDDEN>
In-Reply-To: <87o6k659ow.fsf@HIDDEN>
From: =?UTF-8?Q?St=C3=A9phane_Marks?= <shipmints@HIDDEN>
Date: Sun, 29 Mar 2026 22:45:00 -0400
X-Gm-Features: AQROBzDNBAhTwK5m7KZqROevgG5-Wr5Q4JSEGMXZulAVT-z6vB6SdqOc_ba3JAU
Message-ID: <CAN+1HbrZhyHTsLyUxbbznV09B_DDkYb7fAU_dBvxOday=YX4Hg@HIDDEN>
Subject: Re: bug#80691: 30.2;
 Missing new user option 'xwidget-webkit-disable-javascript'
To: tpeplt@HIDDEN
Content-Type: multipart/alternative; boundary="000000000000f9bcba064e34d6f9"
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: 80691
Cc: 80691 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.0 (/)

--000000000000f9bcba064e34d6f9
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Sun, Mar 29, 2026 at 10:32=E2=80=AFPM <tpeplt@HIDDEN> wrote:

> St=C3=A9phane Marks <shipmints@HIDDEN> writes:
>
> >
> > Look in src/xwidget.c.
>
> As far as I know, the .c source files are not included in
> Emacs distributions (though they can be downloaded from the
> source repository).  Is there a reason why this user option
> is unavailable to be edited/changed when all other user
> options in the =E2=80=98xwidget-webkit=E2=80=99 group can be?
>

I didn't look further (it's very late here).  Perhaps take a look at the
relevant commits: f6a27bc and a60804a.

--000000000000f9bcba064e34d6f9
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_defa=
ult" style=3D"font-family:monospace"><span style=3D"font-family:Arial,Helve=
tica,sans-serif">On Sun, Mar 29, 2026 at 10:32=E2=80=AFPM &lt;<a href=3D"ma=
ilto:tpeplt@HIDDEN" target=3D"_blank">tpeplt@HIDDEN</a>&gt; wrote:</s=
pan></div></div><div class=3D"gmail_quote"><blockquote class=3D"gmail_quote=
" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);=
padding-left:1ex">St=C3=A9phane Marks &lt;<a href=3D"mailto:shipmints@gmail=
.com" target=3D"_blank">shipmints@HIDDEN</a>&gt; writes:<br>
<br>
&gt;<br>
&gt; Look in src/xwidget.c.<br>
<br>
As far as I know, the .c source files are not included in<br>
Emacs distributions (though they can be downloaded from the<br>
source repository).=C2=A0 Is there a reason why this user option<br>
is unavailable to be edited/changed when all other user<br>
options in the =E2=80=98xwidget-webkit=E2=80=99 group can be?<br></blockquo=
te><div><br></div><div class=3D"gmail_default" style=3D"font-family:monospa=
ce">I didn&#39;t look further (it&#39;s very late here).=C2=A0 Perhaps take=
 a look at the relevant commits: f6a27bc and=C2=A0a60804a.</div></div></div=
>
</div>

--000000000000f9bcba064e34d6f9--




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#80691; Package emacs. Full text available.

Message received at 80691 <at> debbugs.gnu.org:


Received: (at 80691) by debbugs.gnu.org; 30 Mar 2026 02:32:20 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 29 22:32:20 2026
Received: from localhost ([127.0.0.1]:41409 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1w72QN-0007Bb-Lp
	for submit <at> debbugs.gnu.org; Sun, 29 Mar 2026 22:32:19 -0400
Received: from mail-qk1-x72c.google.com ([2607:f8b0:4864:20::72c]:50306)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.84_2) (envelope-from <tpeplt@HIDDEN>) id 1w72QL-0007BR-DB
 for 80691 <at> debbugs.gnu.org; Sun, 29 Mar 2026 22:32:18 -0400
Received: by mail-qk1-x72c.google.com with SMTP id
 af79cd13be357-8cfbbf35354so576178685a.0
 for <80691 <at> debbugs.gnu.org>; Sun, 29 Mar 2026 19:32:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20251104; t=1774837936; x=1775442736; darn=debbugs.gnu.org;
 h=content-transfer-encoding:mime-version:message-id:date:in-reply-to
 :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to;
 bh=JU+uEi1dr/V+aA9r7nYckL/r1JWYC+nirVFiPWuknnc=;
 b=r1Q2SgUNZjQeCGk3990DrUBTsKjjL3I8B7Ef8bzjJzzYXQ/bERYWlWeuX4rvveDqNq
 nDILAQwaxAIK+ohoBgPlV79PqSbz1IGT//ray+xM8k4wViFniwjpRJGb+lEruqEhmKDK
 wWUFJsWeRFWadhxsXIfg/t76qSPpJDyQkIT1yWlpyZYBlQBTI6UtHWiLIIbVaUsAKfF+
 FBzPuAbUnHZWSTaEGtJocf7NrRt5qyqkxxxkraJHVVI07KdhT5T4YxHeQ1BIY/oMaO+Q
 Bg6CEXdbZs0C6Tj2VKeBcvw/sNitrYUX8Pxxv4Vq3ic0j7N/r8rPo3x7w6NijCJkbrf5
 GQyQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20251104; t=1774837936; x=1775442736;
 h=content-transfer-encoding:mime-version:message-id:date:in-reply-to
 :subject:cc:to:from:x-gm-gg:x-gm-message-state:from:to:cc:subject
 :date:message-id:reply-to;
 bh=JU+uEi1dr/V+aA9r7nYckL/r1JWYC+nirVFiPWuknnc=;
 b=KXdaKeFeGaRTA0jjOLlfJHEUrLAtNJDJjNukB+HlqcdCSHz1hmajb4bwmkluyQ4ybY
 eNIJgk6dz0iaVZ4bOH8evt3MVzDFz8jZnEIDkDUakaej21p4AO6ZVPptY6UNWaulSIiX
 T+9YChQZ7zoQ/rqfWfhPVNMAOc1wKWcBzElrQvxRUtIlD1OOxUtuZ2Kp0Z8XA9tOm9NX
 bRsDl8mzZJIPCtnvhwz7zEgda1Te1gbGirHHHN/r2+cyTMMR9l/xB8EAk1rqeNpTVAJC
 co2IzspINvG9i58+ELOKsrFxf6CYWJ/uE4cku74bMesbJZhJJBuf5bYVLPPS+nSFrzzG
 m0bQ==
X-Gm-Message-State: AOJu0Yz9t2Dh5FhtGBkNjdBHtuQ9gD6iYYd4tXd0hM+CvyDq2Dnb78mb
 X7C0TXe4HY7OlqX1nu+qlMsK/5yQbo10oV6UrBvzrwvcAE7qmZJB9GT+
X-Gm-Gg: ATEYQzyP05cT2kP0jt7BYg5HrkPrIC3aoJTdXEEgDmdC1xNG/olwzmQLlyM3eWMTK3L
 U5i3EyrAOCE3ToNcd38DS5kQYPZhjeDt8nA6satx+GIqHDHi8yITDHck+YkLxvADKESE4TyHRlL
 YRwzJ17OTfvGkea/SMwaurcrgvC0e4e8zLZjS5fmAQPNR1q597a9HdhYJ0zMD1iqOrOMyjsbYmn
 TtOkzlZ+wasoZwHWs6HFozHNQ6We8S5RH6klAeXvUJSDF6wTjbZu7x4PDW9U0KlEDJFiO0qilHP
 5Z+Nez4zj7CW4NnLdBSRY7huLs5lAeMJXp6AZVqY2dhbAnjwiIML9vkMxtACiCu+Twwj4rFK5M4
 5SLW/79J5w1h/yPg0X7K9Xx50oqchK5YBKdwjwgIXQRXlpNNhJXFRI7CZqaJLI9I+zZqKkHaZv/
 9Ktyn3MF0X8AUrOabK0OzIug==
X-Received: by 2002:a05:620a:468c:b0:8bb:ac44:bd3c with SMTP id
 af79cd13be357-8d01c7c1acdmr1443362885a.52.1774837936636; 
 Sun, 29 Mar 2026 19:32:16 -0700 (PDT)
Received: from t530.local ([2600:8806:a600:8260:e575:8453:5794:64aa])
 by smtp.gmail.com with ESMTPSA id
 af79cd13be357-8d02e72666fsm396242985a.12.2026.03.29.19.32.15
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Sun, 29 Mar 2026 19:32:16 -0700 (PDT)
From: tpeplt@HIDDEN
To: =?utf-8?Q?St=C3=A9phane?= Marks <shipmints@HIDDEN>
Subject: Re: bug#80691: 30.2; Missing new user option
 'xwidget-webkit-disable-javascript'
In-Reply-To: <CAN+1Hbo2rrXzVqEu6n+ZxOULPPUJdUfRY=F2Ff=tCrJNuJjpzA@HIDDEN>
 (message from =?utf-8?Q?St=C3=A9phane?= Marks on Sun, 29 Mar 2026 22:19:16
 -0400)
Date: Sun, 29 Mar 2026 22:32:15 -0400
Message-ID: <87o6k659ow.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: 80691
Cc: 80691 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.0 (/)

St=C3=A9phane Marks <shipmints@HIDDEN> writes:

>
> Look in src/xwidget.c.

As far as I know, the .c source files are not included in
Emacs distributions (though they can be downloaded from the
source repository).  Is there a reason why this user option
is unavailable to be edited/changed when all other user
options in the =E2=80=98xwidget-webkit=E2=80=99 group can be?

--=20
The lyf so short, the craft so long to lerne.
- Geoffrey Chaucer, The Parliament of Birds.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#80691; Package emacs. Full text available.

Message received at 80691 <at> debbugs.gnu.org:


Received: (at 80691) by debbugs.gnu.org; 30 Mar 2026 02:19:31 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 29 22:19:31 2026
Received: from localhost ([127.0.0.1]:41257 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1w72Dz-0006Lp-2o
	for submit <at> debbugs.gnu.org; Sun, 29 Mar 2026 22:19:31 -0400
Received: from mail-vs1-xe35.google.com ([2607:f8b0:4864:20::e35]:51410)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.84_2) (envelope-from <shipmints@HIDDEN>)
 id 1w72Dw-0006La-5M
 for 80691 <at> debbugs.gnu.org; Sun, 29 Mar 2026 22:19:28 -0400
Received: by mail-vs1-xe35.google.com with SMTP id
 ada2fe7eead31-6028fe7eaa6so2698248137.2
 for <80691 <at> debbugs.gnu.org>; Sun, 29 Mar 2026 19:19:28 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; t=1774837167; cv=none;
 d=google.com; s=arc-20240605;
 b=aXHMKKnk6R7Zp9HKZ6DLA6QZCfYFKnHXGyzMCUz/NqL2Vo1X1R3m6REfhYXBOkIVef
 TFcj2rv6F7NQYsfDxEn/KMe/tnyE6GlHq1TjazhgLxfcDDkDkqeUoaxtzRMGEEeKHOaf
 1E+xyGkh22GBuVrUj0B43BZ4p7pqPalpSdo+3r5eZMWKwPgK2/pHhds9JPviBmT2+ZjJ
 ZkcXsomAswPsQdcDoasn/Mfg1iRCpw9x+4QDShvis/MLTwyM3Bzk4tm15XI6p3gF5PfQ
 +k+ABYGl5wtXVfMl11ef6XeJ4kCLR+vh2D0yZg/PKL/U8rYeemXedhu5fcpTeZSIdMo5
 hYIg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com;
 s=arc-20240605; 
 h=cc:to:subject:message-id:date:from:in-reply-to:references
 :mime-version:dkim-signature;
 bh=3l8ZkdPx20xtpmswX2/omujbXYzWHd6wW7KyOQwLftM=;
 fh=B/cP6E6BlA7rU08+vO09+mC2/Zn65FaSad/hmH/N+KQ=;
 b=lI/5ZFncV1CYatl+OOCxXnPdL222gaeIlL3mR7iYco9mGL0UwIryL15HM8OR/s+V6j
 LFqTP0pjb/oPfwFSjedMLoxg5VMwzyE2zDmZ1miyCILg0ro4jlApecZ4N2txyKm5OpX3
 cfSNE1wRJWiSc0J0qa0Vjs+IwVxlNc/ufVkHNxcg4BABnup2rCvTXjHwzVYZvTnsQAB3
 3ggYSve1v3KrsN+FQHEK3nGZRQ2csd1G0sEi0GICpxkSR1XHLCeAtOsJrSir5fcjfZBR
 DnoN+lM4TSyvizuJeIfE55n4PlrDAoe5q7bHuGs5pjuVqlgD+28a6DoMGBevHIOCw8QO
 NcLQ==; darn=debbugs.gnu.org
ARC-Authentication-Results: i=1; mx.google.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20251104; t=1774837167; x=1775441967; darn=debbugs.gnu.org;
 h=cc:to:subject:message-id:date:from:in-reply-to:references
 :mime-version:from:to:cc:subject:date:message-id:reply-to;
 bh=3l8ZkdPx20xtpmswX2/omujbXYzWHd6wW7KyOQwLftM=;
 b=B35vVp+Eat9evPRgpfFfiSMKWW7cVtxP6zLS1sJRAdlneVAewCzfkjuQueNcHhIm8v
 2JDhYEZPzw0m7cupvPJ042TFuCiOPrHgb6UKphSiWthe4SrYBdZ7DpoF3Oyy9hvu4xb9
 AxMbKaRw4tk7X6WCzFdHVFMEWBc5He+m6Lz4h4TL+ZdhZU1jE0sWFFIpME4Iv0x3Z3cp
 lkZdUXkOUwW8VWOayHKYpjVWvSasGFMX5Eof2NHIuqOrvfm2VSz4P8E3YidYRN5/KcIf
 1MKtgO2/xAXWmADpiLo+cXUnxvuE4T/reCEhRVn+OjPsPKNylehXU1CYSI9RXAG3rWgR
 DXaA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20251104; t=1774837167; x=1775441967;
 h=cc:to:subject:message-id:date:from:in-reply-to:references
 :mime-version:x-gm-gg:x-gm-message-state:from:to:cc:subject:date
 :message-id:reply-to;
 bh=3l8ZkdPx20xtpmswX2/omujbXYzWHd6wW7KyOQwLftM=;
 b=CTiAXt32tFLSQ2HCaBcHNybFumX6NiBwqZJHPFJcEoeozO2k0L2edUHIHYkqK+6Lvu
 PaCVFESCK2+a3PKl3NLUHJlenMYDq16rIeagN7z1qn912jhlL6ME315IuOJ9e9mJ6H3O
 gYwTGv4dCIDc6NunK4nw05hC/M1yRk0QKTpbegjsA6bWKmtJUmvX1AncPIR8Mt8r9a1d
 KIjtdQhGuLp/hOk+chPQxpQJ/WQpV9OC1ICUCIKlT2+/ve81l2xqJPrqkZ25ILuXYcOB
 yzgKbmyYfG1r/C5VYos1ccXAOOehArsARgyb4aBCq932/rmQYPVJ8n6nIU2tcBczL8q2
 QofQ==
X-Gm-Message-State: AOJu0YxATZKeqVUvbZcN91sXun+rHhODKac+3WDATmTIxWhZP8O4/bFi
 dBHwyNoH8Cp3OOTllU4yJ2eV2G4aRBoqfoyaoRcSiZTPHRecC5KTsQEw/pXWi41ejLB3ccR5MYl
 pcHL85pglxEiyz5Gd8ZOV38YBXoZVG1KqLsjT
X-Gm-Gg: ATEYQzw6afkakbdjw5L6V+Cdk6Zja8CkUPyCYzexFZNWLaEavSxXu5uGZE/k2U1XYpf
 Nv6gPZCY9PSyyFs/Dn05AlSHArekdEhQ4WYRu5ImKFYoQH35mB2z16+iMMDX6i5vhIWAvrSnO59
 93HGFmdeCaKGQaYrfv9K2FX2wxB1l9Cpy0/ZnwlT+tdyqMRVveXV6lGtM//9uhngEo+R5FZG4cY
 jt0lAy/laI8WUzyKd082SdRKSuqvXcPL3+CftVVRIUa6MPu3gsg6MXDZrsOLO4H8dVD9DVz+8Xh
 kJ51iGMiCR8Vtlxy7G4Ee4/L9ZaGXPecIkNQmW8D61SR8iAtdMC7hP68TJ+P/rk=
X-Received: by 2002:a05:6102:4a94:b0:605:2522:8b7a with SMTP id
 ada2fe7eead31-6052522c08dmr1639595137.21.1774837167205; Sun, 29 Mar 2026
 19:19:27 -0700 (PDT)
MIME-Version: 1.0
References: <87qzp25ak6.fsf@HIDDEN>
In-Reply-To: <87qzp25ak6.fsf@HIDDEN>
From: =?UTF-8?Q?St=C3=A9phane_Marks?= <shipmints@HIDDEN>
Date: Sun, 29 Mar 2026 22:19:16 -0400
X-Gm-Features: AQROBzCZ9Qi7VUnmrtIjQcil99ollMgBAljkCfZFi91_ViyVN91zxWQkKNwEdho
Message-ID: <CAN+1Hbo2rrXzVqEu6n+ZxOULPPUJdUfRY=F2Ff=tCrJNuJjpzA@HIDDEN>
Subject: Re: bug#80691: 30.2;
 Missing new user option 'xwidget-webkit-disable-javascript'
To: tpeplt@HIDDEN
Content-Type: multipart/alternative; boundary="000000000000e2b0e9064e347a40"
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: 80691
Cc: 80691 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.0 (/)

--000000000000e2b0e9064e347a40
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Sun, Mar 29, 2026 at 10:14=E2=80=AFPM <tpeplt@HIDDEN> wrote:

> Emacs Maintainers,
>
>   According to an item in etc/NEWS (Emacs 30.2), there is a
> new user option named 'xwidget-webkit-disable-javascript':
>
>   *** New user option 'xwidget-webkit-disable-javascript'.
>   This allows disabling JavaScript in xwidget Webkit sessions.
>
> I have been unable to find this new option using several
> searches:
>
> 1. M-x apropos-user-option RET xwidget-webkit RET
>
> 2. M-x customize-group RET xwidget-webkit RET
>
> 3. Searching the text of lisp/xwidget.el
>
> 4. Recursive search of the =E2=80=98lisp=E2=80=99 source directory
>
> The last search turned up only the following match:
>
> ./cus-start.el.gz:854:             (xwidget-webkit-disable-javascript
> xwidget boolean "30.1")
>

Look in src/xwidget.c.

--000000000000e2b0e9064e347a40
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon=
t-family:monospace"><span style=3D"font-family:Arial,Helvetica,sans-serif">=
On Sun, Mar 29, 2026 at 10:14=E2=80=AFPM &lt;<a href=3D"mailto:tpeplt@gmail=
.com">tpeplt@HIDDEN</a>&gt; wrote:</span></div></div><div class=3D"gmail=
_quote gmail_quote_container"><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:=
1ex">Emacs Maintainers,<br>
<br>
=C2=A0 According to an item in etc/NEWS (Emacs 30.2), there is a<br>
new user option named &#39;xwidget-webkit-disable-javascript&#39;:<br>
<br>
=C2=A0 *** New user option &#39;xwidget-webkit-disable-javascript&#39;.<br>
=C2=A0 This allows disabling JavaScript in xwidget Webkit sessions.<br>
<br>
I have been unable to find this new option using several<br>
searches:<br>
<br>
1. M-x apropos-user-option RET xwidget-webkit RET<br>
<br>
2. M-x customize-group RET xwidget-webkit RET<br>
<br>
3. Searching the text of lisp/xwidget.el<br>
<br>
4. Recursive search of the =E2=80=98lisp=E2=80=99 source directory<br>
<br>
The last search turned up only the following match:<br>
<br>
./cus-start.el.gz:854:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(xwid=
get-webkit-disable-javascript xwidget boolean &quot;30.1&quot;)<br></blockq=
uote><div><br></div><div class=3D"gmail_default" style=3D"font-family:monos=
pace">Look in=C2=A0src/xwidget.c.</div></div></div>

--000000000000e2b0e9064e347a40--




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#80691; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 30 Mar 2026 02:13:42 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 29 22:13:42 2026
Received: from localhost ([127.0.0.1]:41190 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1w728L-0005vm-RQ
	for submit <at> debbugs.gnu.org; Sun, 29 Mar 2026 22:13:42 -0400
Received: from lists.gnu.org ([2001:470:142::17]:57062)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <tpeplt@HIDDEN>) id 1w728J-0005vR-Ff
 for submit <at> debbugs.gnu.org; Sun, 29 Mar 2026 22:13:40 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <tpeplt@HIDDEN>) id 1w728E-00072B-2t
 for bug-gnu-emacs@HIDDEN; Sun, 29 Mar 2026 22:13:34 -0400
Received: from mail-qk1-x72a.google.com ([2607:f8b0:4864:20::72a])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <tpeplt@HIDDEN>) id 1w728C-0000dJ-IX
 for bug-gnu-emacs@HIDDEN; Sun, 29 Mar 2026 22:13:33 -0400
Received: by mail-qk1-x72a.google.com with SMTP id
 af79cd13be357-8cfc1aced74so703445185a.2
 for <bug-gnu-emacs@HIDDEN>; Sun, 29 Mar 2026 19:13:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20251104; t=1774836811; x=1775441611; darn=gnu.org;
 h=content-transfer-encoding:mime-version:message-id:date:subject:to
 :from:from:to:cc:subject:date:message-id:reply-to;
 bh=Q0qq342OEnejPnD0DT9au/xC+9sAgwkxxluHX9HwXdE=;
 b=MI5eLyjCogOLRwg/hYRBsl4Etwj9Qt6dpACh+h6Yg1Ae9FGaub/hmCcnVj7l9l0g5Q
 a1ohovSV1CFQ6oDWhT9EA9QkT/FQzwah0zjeeDOIz+7GbWCFWgFBq1aL8fdje84sin78
 k/BXhw/+omtg33dNDk1auoPwZ0QDmrPQ56cuGV2tBeSnYOhe50S5jzqrw3svFaAuoyRm
 mZxv3Ip4p1WcSChfAPWymR9huZVGn1fphcS92b3cWbw9LX9w4JGNyUiHVWuy/fa1JXzc
 7tkc5SkDA3GeKDdzkU55LnvX8qowNKE0aJZ/RNldAFPYZBmgd+ag0mLGcoLhK7MAeFFq
 pNxg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20251104; t=1774836811; x=1775441611;
 h=content-transfer-encoding:mime-version:message-id:date:subject:to
 :from:x-gm-gg:x-gm-message-state:from:to:cc:subject:date:message-id
 :reply-to;
 bh=Q0qq342OEnejPnD0DT9au/xC+9sAgwkxxluHX9HwXdE=;
 b=dj6mfdDyqARfjHqcKDQLeMWjryfEflQFN/Mk2WeEpnLjDuX34WnXTSPrTLrV9P3ZJQ
 0W16kkpSyKD1ByiVnoNi0qLkyNjWKWnrkNZB6QMJD/PcnjbFDc2C9QxuKs3h9rccddKO
 3DBDaWo39e+CUWOnUFiSMXM7OMlfDfdERh+zx81kaXdSASxbVfr+GGGTkUjWX1SsEBT7
 gsnDr9pdiW/jXbRzQ5Jo9WMjBOud9rDnf67YBcxhH4ZrahkEA7X0Yy2UFFobKYKxjkdE
 Z9YyAA2/wXoKM8knWVwYJJbyH9qTHtiMfXgz52OhPVBxN0LCA1LA0aujHsahK4UV6fWg
 AANQ==
X-Gm-Message-State: AOJu0Yx2M4YOdhCLWbjQ63aPW7v4MFervCcG0jIpm0iB759JS9On1itP
 zGs/jvd3ZdpvvYqELyBu66LzDidp+kgQzbvg2M8qWoMXAnfmbp9Pd42B
X-Gm-Gg: ATEYQzxs36eLuEuIX6yy4UveDDO9evhPgEtvXb6Gb/lykzoTEIeZYFxIoJPAoXFAndq
 ZH1XicQn0oM9BkExe9HSibpoW6XZa5y9b4BGsneKFVffvxhRMBbrCSUNZX90DGJDW18acpiDhIn
 gxfyXLmtFlq5jvWYbujMn2khDQ4of7IAPOyZ2tVBZUsEu6iNhpYQqsPCE6k4zEE8ZkSXool/HaU
 QV+aVcmUbE1FYNY6t+l5gIfz7ms63XeIEIio9wcN76wyhrRxqo0C6++/DBoUGwvlC3yrtUmB/6u
 rXaFPBI2HQAvHmlkPli0dZ0r3p8gHQSmYEaqeTPd54NmuIkaW4/bMzV6rwsdqPxwbv8VPEgEvoD
 xPSJtmbFuYRiF96mh69icQqn/85t/uI8D15XveLpqErZHQYeVCX5+47xAalAEobVzTxg9kUwKbY
 59Hf+j6NYKYxoRCf206l2RtA==
X-Received: by 2002:a05:620a:4053:b0:8cd:9446:ced4 with SMTP id
 af79cd13be357-8d01c7fe035mr1511209885a.69.1774836810978; 
 Sun, 29 Mar 2026 19:13:30 -0700 (PDT)
Received: from t530.local ([2600:8806:a600:8260:e575:8453:5794:64aa])
 by smtp.gmail.com with ESMTPSA id
 af79cd13be357-8d02803f694sm497019085a.29.2026.03.29.19.13.29
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Sun, 29 Mar 2026 19:13:30 -0700 (PDT)
From: tpeplt@HIDDEN
To: bug-gnu-emacs@HIDDEN
Subject: 30.2; Missing new user option 'xwidget-webkit-disable-javascript'
X-Debbugs-Cc: 
Date: Sun, 29 Mar 2026 22:13:29 -0400
Message-ID: <87qzp25ak6.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Received-SPF: pass client-ip=2607:f8b0:4864:20::72a;
 envelope-from=tpeplt@HIDDEN; helo=mail-qk1-x72a.google.com
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001,
 RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 2.0 (++)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview:  Emacs Maintainers, According to an item in etc/NEWS (Emacs
 30.2), there is a new user option named 'xwidget-webkit-disable-javascript':
 *** New user option 'xwidget-webkit-disable-javascript'. This allows disabling
 JavaScript in xwidget Webkit sessions. 
 Content analysis details:   (2.0 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at https://www.dnswl.org/,
 no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org]
 0.0 FREEMAIL_FROM          Sender email is commonly abused enduser mail
 provider (tpeplt[at]gmail.com)
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 1.0 SPF_SOFTFAIL           SPF: sender does not match SPF record (softfail)
 1.0 FORGED_GMAIL_RCVD      'From' gmail.com does not match 'Received'
 headers
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 1.0 (+)

Emacs Maintainers,

  According to an item in etc/NEWS (Emacs 30.2), there is a
new user option named 'xwidget-webkit-disable-javascript':

  *** New user option 'xwidget-webkit-disable-javascript'.
  This allows disabling JavaScript in xwidget Webkit sessions.

I have been unable to find this new option using several
searches:

1. M-x apropos-user-option RET xwidget-webkit RET

2. M-x customize-group RET xwidget-webkit RET

3. Searching the text of lisp/xwidget.el

4. Recursive search of the =E2=80=98lisp=E2=80=99 source directory

The last search turned up only the following match:

./cus-start.el.gz:854:             (xwidget-webkit-disable-javascript xwidg=
et boolean "30.1")

--=20
The lyf so short, the craft so long to lerne.
- Geoffrey Chaucer, The Parliament of Birds.




Acknowledgement sent to tpeplt@HIDDEN:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#80691; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Mon, 30 Mar 2026 16:15:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.