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: Improve the error report of format Date: Thu, 18 Apr 2024 17:17:53 +0300 Message-ID: <868r1aeovi.fsf@gnu.org> References: <87o7a7f115.fsf@runbox.eu> <86il0eewjh.fsf@gnu.org> <87jzkug4o6.fsf@runbox.eu> 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="34053"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Martin =?utf-8?Q?Edstr=C3=B6m?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 18 16:18:51 2024 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 1rxSbC-0008cB-QX for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Apr 2024 16:18:50 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rxSaX-0000XS-L6; Thu, 18 Apr 2024 10:18:09 -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 1rxSaW-0000Wv-4F for emacs-devel@gnu.org; Thu, 18 Apr 2024 10:18:08 -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 1rxSaU-0000RB-On; Thu, 18 Apr 2024 10:18:06 -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=DvzRmzzPMIghRSSdxC7GoZaT7Os+ewJeFu9HGvFRTXM=; b=YL5i3atQ56NYQsPufnEd AYTZiqWp080BqGIMu6FguoRxL6+A6rEG3fr9wubxDtBDgQ679AlQ6YGEJUhhAW88aUxTeLLyl5fPu e260DWWMjEXuwGiNpFmBAtHSwd0o9w774KIq7IDdY78xtrQRDecWnuEQ6kVtahlCfYkKT5cPzqwwD AgJ33X5Hl3vexa8ohDE0F5x4Qr4F7RhNCOMxgl0co7oX0t4zrcv27JU+xM84uAle1UAbe98Ko6Qrj Ku38ghUNbp1Ar55V1M4cZu12ms2YKV+3Hs80aCVkf0uG5QYJR24ewejy8LZS/UPQua1gZMgCPRnu0 XpEXxGs3/NY/Bg==; In-Reply-To: <87jzkug4o6.fsf@runbox.eu> (message from Martin =?utf-8?Q?Eds?= =?utf-8?Q?tr=C3=B6m?= on Thu, 18 Apr 2024 15:46:20 +0200) 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:317813 Archived-At: > From: Martin Edström > Cc: emacs-devel@gnu.org > Date: Thu, 18 Apr 2024 15:46:20 +0200 > > Thank you. I meant where in my Elisp codebase that triggers the error > :-) I have since fixed the problem, but my proposal would still be > good for dev experience, in my opinion. > > Actually my FSF assignment is pending, so I could patch editfns.c for > you. Would you accept such a patch? Don't see why not. Bonus points for adding a test for this.