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: master fe7c015b20: Support XFCE in wallpaper.el Date: Tue, 27 Sep 2022 09:45:19 +0300 Message-ID: <83leq5joxs.fsf@gnu.org> References: <166336105908.23797.12319380359602540227@vcs2.savannah.gnu.org> <20220916204419.B124FC00872@vcs2.savannah.gnu.org> <87edwavjyc.fsf@yahoo.com> <87wna1tr7z.fsf@yahoo.com> <83v8p9jr7k.fsf@gnu.org> <87o7v18hvo.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8035"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org, thievol@posteo.net To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 27 09:13:13 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 1od4mH-0001sc-3L for ged-emacs-devel@m.gmane-mx.org; Tue, 27 Sep 2022 09:13:13 +0200 Original-Received: from localhost ([::1]:46584 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1od4mG-0004Dq-1w for ged-emacs-devel@m.gmane-mx.org; Tue, 27 Sep 2022 03:13:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57982) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od4LQ-0000oS-TL for emacs-devel@gnu.org; Tue, 27 Sep 2022 02:45:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50078) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od4LQ-0003Wt-Ip; Tue, 27 Sep 2022 02:45:28 -0400 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=CoT9LHYVL0gSN0xqGTdgXSOkCnWICAIwx8hN6U1Iz/o=; b=HdcbqebAEZ4h 4jHDQAnmGAk9D4ZI/aP6kRr1BBTekKUAt4Ncye3i3wLmkVBaC6FbrLBRMJBQi1gCz4KTz5tKAiITU cbzSMv+yOISTvArftoCXQGX8PkGM+LKzi7HwrImTxqzbwFjywn3X1W/zF17+foyCdADg95GeWzcG/ ECvnfTEqMbDqBhPN86FUXPtIw7ZU4VlVVEu+tUZTjlGJno38+cvJEKfIe97fhwTJL6O7niR2TacG9 01z2bq/eZDkMWiAEH5HvuBMaGgqNCT9hSuHK7gVOPAm+2l+ukPC2HRuZYINrM9TGfaHi5YxRnXRUd MkCaJIoYzP+wfP4zBN895w==; Original-Received: from [87.69.77.57] (port=2607 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 1od4LP-0003GP-KU; Tue, 27 Sep 2022 02:45:28 -0400 In-Reply-To: <87o7v18hvo.fsf@yahoo.com> (message from Po Lu on Tue, 27 Sep 2022 14:13:15 +0800) 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" Xref: news.gmane.io gmane.emacs.devel:296319 Archived-At: > From: Po Lu > Cc: Stefan Kangas , emacs-devel@gnu.org, > thievol@posteo.net > Date: Tue, 27 Sep 2022 14:13:15 +0800 > > Eli Zaretskii writes: > > >> Thanks, I've pushed a fix to master based on the above. I very much > >> appreciated the clear instructions above, which saved me a ton of time. > > > > It would be good to have at least the important properties accepted by > > x-window-property documented in the doc string. > > But those properties aren't specified by Emacs, they're specified by > third-party specifications, like this: > > https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html > > or > > https://x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html > > maybe it would be better to put a link to those specifications in the > doc string, instead of simply mentioning the many important properties? Yes, of course, mentioning those URLs will go a long way towards filling the current gap. If different environments/desktops have their separate specs, I think it is best to have them all mentioned, each one with the names of the environments/desktops for which it is relevant. Thanks.