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 22:28:37 +0300 Message-ID: <83wnlzwpp6.fsf@gnu.org> References: <83sfwp1c27.fsf@gnu.org> <83sfwnyi65.fsf@gnu.org> <83k0hzydcg.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27398"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 26 21:30:03 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 1mfS94-0006wT-KP for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 21:30:02 +0200 Original-Received: from localhost ([::1]:60812 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfS92-00066k-Uj for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 15:30:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42006) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfS7l-0004fQ-9J for emacs-devel@gnu.org; Tue, 26 Oct 2021 15:28:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38710) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfS7k-0004SE-SB; Tue, 26 Oct 2021 15:28:40 -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=ahqlIo/7F/x4jaJv6IJogFpDijbBUQRQ5jIiwIjuZa4=; b=CzLAXShwzAK3 J5w7lmH5iPxDCo2JnVbOB+bV7SuEZT49o0F8ZilyOTvCBE3JEOiDgnxHMTiVXDTdvL8rKc89/tDlg j0cTBGFa4WRM3rfsLoegfobu1v+W8BXQWRSAmEtN7CbQ+KH/cP1usoRcxR4zSFksW8WXRgdtXuXao eGdZoKXghBoObt92FT6k8cYbEfMIRju4yITcNr//yk7Ba8AK+LyKeZX5iMc9aYYS1eyzq4jrsxAuo svi/reNYF1fS5GIhPmm75UQugvSexJj/DfcS+UjvpInfe5oghrmdtV9buzBfSSteCSzKlAhnk5Cm2 nJEng4MmWXOtS5R2woG5eQ==; Original-Received: from [87.69.77.57] (port=1889 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 1mfS7k-0007il-Bl; Tue, 26 Oct 2021 15:28:40 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 26 Oct 2021 15:17:52 -0400) 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:277925 Archived-At: > From: Stefan Monnier > Cc: Stefan Kangas , emacs-devel@gnu.org > Date: Tue, 26 Oct 2021 15:17:52 -0400 > > > The only decision we need to make is whether we want a single function > > that accepts an argument telling it the purpose of the standard > > directory (in this case, I'd use 'PICTURES, a symbol), or maybe a > > separate function for each kind of directory, like user-pictures-dir. > > I'd vote for a single defgeneric function. What would be generic about it?