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: Tue, 15 Aug 2023 21:57:17 +0300 Message-ID: <83wmxw8776.fsf@gnu.org> References: <87ttt3dkad.fsf@localhost> <87jztwdz7k.fsf@ice9.digital> <87o7j8p7k1.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26560"; mail-complaints-to="usenet@ciao.gmane.io" Cc: morgan@ice9.digital, inigoserna@gmail.com, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 15 20:57:43 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 1qVzEc-0006hT-Pk for ged-emacs-devel@m.gmane-mx.org; Tue, 15 Aug 2023 20:57:42 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qVzEH-0002sy-GM; Tue, 15 Aug 2023 14:57:21 -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 1qVzEG-0002sn-2t for emacs-devel@gnu.org; Tue, 15 Aug 2023 14:57:20 -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 1qVzEF-0004fX-Iv; Tue, 15 Aug 2023 14:57:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=zbLcoAsPDUmaGqj+YwlGcVsy/t3xo7jpfBJUOdklh90=; b=SlL7lLqyjxTZVM02IV6s Y0zE9mgUL++ZDOKniOctP/PbcUIm1BMY/ajKyPviPAXySBjNUyJ/vVXd/2yUsHpfWNtgPfhVdQzNQ W+rhIU4WJxO9txcG1HWpEJ7SrdMFqZBo/6pol6XKGwPsqmOMTZDdAbI5+mdVGCpO1g94/RySoT3Lq 3qlP+0HDiH20IPII+SIBA0r1zaoPZzs68L+SiJeMl02ppnnqk8Wfrihbb65w8IbpuRwGzWIFJIVbb T1KdYsdea0npL2KSV2kKD2njgYdNlJtCXq9Fr8dZU8djA5dS7Z6WzOHPcRJKVeIEFiyGLWtBXQEJY G6nAu8K6laUrLg==; In-Reply-To: <87o7j8p7k1.fsf@localhost> (message from Ihor Radchenko on Tue, 15 Aug 2023 16:57:34 +0000) 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:308771 Archived-At: > From: Ihor Radchenko > Cc: IƱigo Serna , emacs-devel@gnu.org > Date: Tue, 15 Aug 2023 16:57:34 +0000 > > Morgan Willcock writes: > > > From memory, the problem didn't exist in Emacs 28, but I encountered it > > in the Emacs 29 pre-releases I was trying out. > > > > So it seems like a bug introduced in Emacs 29. > > If you can create a reproducer, it would be nice to report this as > proper Emacs bug. And preferably without Org, please. Since this is about face-remapping-alist in some way, I see no reason for Org to be involved, if it indeed is an Emacs bug.