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: Emacs From Git, org html preview and EWW Date: Wed, 07 Dec 2022 15:35:20 +0200 Message-ID: <83tu2749rb.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13612"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 07 14:36:35 2022 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 1p2ubB-0003KR-E2 for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Dec 2022 14:36:33 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p2uaU-0001CZ-Ky; Wed, 07 Dec 2022 08:35:50 -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 1p2uaL-00018W-4o for emacs-devel@gnu.org; Wed, 07 Dec 2022 08:35:41 -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 1p2uaC-00064b-Lz; Wed, 07 Dec 2022 08:35:39 -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=glcUVfKZ45XzzYxWBY6chP4k1rqR73UL7ddpABdkpBc=; b=gXcxn2o+lOkZ GeSAQR5P3upZbyLwcHg3EwpsbL7H4TCkJz7RkyaH4yYjXaFIeSJPOkl2dCvhbya980b7VZ0ggA15/ 7OSq+2DxSDwtqOtCtCG/d5beJmhIt4SOfkaxuNcxdwD+LWLEJckcccylhVqaieCsGUZpK/sBnE8Sh uXsHHhMX+ZN8C2t2wnvHsTa56gictmmKGS88pQxNUbfAgtcloJj1ECmf+Sd9jVXOrYeWABM9AU8H9 YW9epCyQdpOBZNx9EINvkQAnlSk/0LixyNRcikOPZX70ZufIZKGI8jOYcycmQ8qZy1YJpS7MVN2Bv 42Je2DeWxoOc7BHxn/r8Sw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2uaB-0000PD-Ok; Wed, 07 Dec 2022 08:35:32 -0500 In-Reply-To: (raman@google.com) 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:301013 Archived-At: > Date: Tue, 06 Dec 2022 20:23:48 -0800 > From: "T.V Raman" > > Until the org 9.6 update landed, > I could preview the HTML for an org file by pressing 'C-c C-e h o' > and have EWW display the preview -- didn't need anything special other > than setting > '(browse-url-browser-function 'eww-browse-url) > via Custom. > > Now with org-9.6, it always opens the preview in Chrome and ignores > the custom setting; and looking through the code in org/*.el did not > shed any light as to where this logic changed. Please report this to the Org developers first. Thanks.