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: Possible bug: org-capture fails when emacs started as daemon Date: Thu, 17 Aug 2023 10:53:47 +0300 Message-ID: <831qg26r5g.fsf@gnu.org> References: <87ttt3dkad.fsf@localhost> <87jztwdz7k.fsf@ice9.digital> <87o7j8p7k1.fsf@localhost> <83wmxw8776.fsf@gnu.org> <871qg3wcav.fsf@gmx.com> <83cyzn84nm.fsf@gnu.org> <83r0o27wav.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30983"; mail-complaints-to="usenet@ciao.gmane.io" Cc: inigoserna@gmx.com, yantar92@posteo.net, morgan@ice9.digital, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 17 09:54:34 2023 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 1qWXpw-0007qL-Tm for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Aug 2023 09:54:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qWXp9-0005nq-E5; Thu, 17 Aug 2023 03:53:43 -0400 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 1qWXp7-0005nX-DM for emacs-devel@gnu.org; Thu, 17 Aug 2023 03:53:41 -0400 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 1qWXp5-0003ws-WB; Thu, 17 Aug 2023 03:53: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=/fUukpfOLl92mWQE6VTUiUybiKciCU/BVm9T+ETGIeg=; b=WYWYrgHjdQdY P4FDyPLpZ96+IC86rF6CqwRMIeIxtProoUVw4U6bRDdxPTF2/uGI+2pqTFDsYEm/6Wyh3N4QzU6yx XBYADPNAH01O5dYW3J3Y2d6TOs1BToHNB9+QOlDZt3Q4z0qvX2AmsfbXwZe82VRZ3rGxm59lN6Vb4 6lIt/1A+e2s7YPx5Pi09ghrFRmV5H+qV4VL1YpQaGZCL8wlQ6gOJsbF2le0ZC0h92IGSFsgLOacJp XRNvourfWoONyPy22V5JDklma0PLtZEwLT9+WEJ++U1r6/9KiqFWm4ozw4y4bp0r8fo7uU68AEmrh w5XE8mus7t6rty9Nxboxtw==; In-Reply-To: (message from Stefan Monnier on Wed, 16 Aug 2023 13:46:48 -0400) 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:308849 Archived-At: > From: Stefan Monnier > Cc: inigoserna@gmx.com, yantar92@posteo.net, morgan@ice9.digital, > emacs-devel@gnu.org > Date: Wed, 16 Aug 2023 13:46:48 -0400 > > >> From: Stefan Monnier > >> Cc: inigoserna@gmx.com, yantar92@posteo.net, morgan@ice9.digital, > >> emacs-devel@gnu.org > >> Date: Wed, 16 Aug 2023 11:00:21 -0400 > >> > >> If we want to make the code simpler, then we should throw away > >> `face-remap--copy-face` and use `copy-tree` instead. > > > > Like below? > > Yup. Thanks, now installed on the emacs-29 branch.