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 f8fed41 2/3: image-dired: Improve XDG compliance Date: Tue, 26 Oct 2021 17:19:17 +0300 Message-ID: <83tuh3yil6.fsf@gnu.org> References: <83sfwp1c27.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27831"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 26 16:22:18 2021 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 1mfNLF-00071o-Qr for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 16:22:18 +0200 Original-Received: from localhost ([::1]:48020 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfNLE-0003ad-JV for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 10:22:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49626) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfNIR-0000ms-47 for emacs-devel@gnu.org; Tue, 26 Oct 2021 10:19:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57226) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfNIQ-0002vv-QZ; Tue, 26 Oct 2021 10:19:22 -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=MdWn1nlVbGdgZ/nVpfurla7tJCsKDIHFEk+3sD+3xs0=; b=JwtRcSugZ9La IHaxwyEGNNRni7tcYvuPlBqH3wDCtPeB4AxG1iloJBh5qYk4saIbEMi0NNem3ynAnYuVF4qfb6ewy ZtmjK4Wo/z7P2gjt9l++LWwD4Ur2rDhV/Si4OsnIr0IRtiQGo9Sf6IXK2KUgy/CZV0sV/HUU9LvfP ChG3V+Afyjz4mEiFO1obLn0c0ERRQi/kIcoSCA1KQc3wLnp8A9iZtdO859AKWxpceGA6wdHo+PDEE JesfJOHgvfSVknp4xyL8JhYBU+mgpCCi+yzOb3DS4HfA0K5sfdeHGkjWnzfydYdBTEqWuM7tCML0t EaKysTPeqG0ovx4n5MsUqA==; Original-Received: from [87.69.77.57] (port=1191 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 1mfNIQ-0006Xw-9c; Tue, 26 Oct 2021 10:19:22 -0400 In-Reply-To: (message from Stefan Kangas on Tue, 26 Oct 2021 16:01:50 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:277866 Archived-At: > From: Stefan Kangas > Date: Tue, 26 Oct 2021 16:01:50 +0200 > Cc: Emacs developers > > However, I do not see any logic in stopping work on XDG BDS support > until such a library or functions has been implemented. Just like > above, any work we do in conforming better to the XDG BDS can only > serve to make the "platform independent" or "XDG BDS independent" plan > you propose easier to implement. I'm not against extending xdg.el, I'm against seeing more and more xdg-FOO stuff in the application code. That's not why we agreed to include it in Emacs.