From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: trusted-content seems to have effect only with sources specified. Date: Fri, 27 Dec 2024 14:31:41 +0200 Message-ID: <86ttapwbma.fsf@gnu.org> References: <861pxty189.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37288"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michelangelo Rodriguez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 27 13:32:28 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tR9Vz-0009ZL-F7 for ged-emacs-devel@m.gmane-mx.org; Fri, 27 Dec 2024 13:32:27 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tR9VK-0002oJ-Du; Fri, 27 Dec 2024 07:31:46 -0500 Original-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 ) id 1tR9VI-0002nn-Qr for emacs-devel@gnu.org; Fri, 27 Dec 2024 07:31:45 -0500 Original-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 ) id 1tR9VI-0008J9-8A; Fri, 27 Dec 2024 07:31:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=lWrVpuf/pnkOiKhmx2jtOAppzmdfHFiOM0hj6KOxrBs=; b=bdMnju+ac2BT QUKiIOerfZ7oLkcw/SgQFuR9HI057509rI4CMWqKGxDpt5YdiTDS4erdNeUOf5RX6wk+Kapv2eq+Q DmrNL6qPMvliDEnTwLP46PdF49ccbtdvHNi7JAXvvZNuHZ6OHY4O1kFryu8URdukjuSA9dQC0NnhR QPfguEx18xJuOGEAsndwS5clUFcquGUDhzHoPv9UhLnS1q4Ef6UHP+T5X0HyPJCxYaUTZXDx5T880 V3HO/BA8f3JS0kjMi2v61zVDzQcjYkRjgmr7Vmon++YHBvYnCz6BzXsNwuxWx+oNu313NYKwuCnH9 Sm6iv00+lNKQJI2pm3WsLQ==; In-Reply-To: (message from Michelangelo Rodriguez on Fri, 27 Dec 2024 10:39:39 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:327187 Archived-At: > From: Michelangelo Rodriguez > Date: Fri, 27 Dec 2024 10:39:39 +0100 > > However, with a fresh session it works. In a fresh session with -Q or in a fresh session with your usual configuration? If the latter, then your customizations are not the culprit. > So it should depend from something i have in my configuration file, bug > what it could be? Try bisecting your init file(s), perhaps.