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 14:32:18 +0300 Message-ID: <86il0eewjh.fsf@gnu.org> References: <87o7a7f115.fsf@runbox.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19994"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Martin =?iso-8859-1?Q?Edstr=F6m?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 18 13:33:13 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 1rxQ0u-0004t8-FB for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Apr 2024 13:33:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rxQ08-0005t3-Id; Thu, 18 Apr 2024 07:32:24 -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 1rxQ06-0005sY-Pd for emacs-devel@gnu.org; Thu, 18 Apr 2024 07:32:22 -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 1rxQ05-0002s7-95; Thu, 18 Apr 2024 07:32:21 -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=LRVF7UJa2OhjpHngCK+nqtQ7JpCaqIR3hDuUropjlj8=; b=aH41pLfTn5JyzrjUPuik 0rZ87h0sdkNVdpHDBkbffrkk7e/eaIRv4TkgLcKkjsyZAhTmxhcHyBRl9YdjtIMAzEUoVMZaRL2gv ZLhvBioS/hI5NLckso9UvfhUi5SlwMBMJEmhSWXNU+j1zxzIEWAQRjgsLyXzh/62DlCemgF0yXsvE J1QFe5J0t9oO7TfM3L/SSKvW26xOfw0WcVgbe8yklChUk8nFjytpeuPpmE/kiTY2xcd5OTVbA7xm+ V5FkZ+fvmeDs1KhCpGjD3hUgFzs0FyO8w1mjL1bE8jRpKkOG4l+eq6F2XID83arjeXYq9ZLfuwiqk lRDa08s0033hmw==; In-Reply-To: <87o7a7f115.fsf@runbox.eu> (message from Martin =?iso-8859-1?Q?Edstr=F6m?= on Thu, 18 Apr 2024 11:52:34 +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:317810 Archived-At: > From: Martin Edström > Date: Thu, 18 Apr 2024 11:52:34 +0200 > > > Background: I am currently trying to find out where an error "Format > specifier doesn't match argument type" is coming from. It comes from editfns.c, from the function styled_format.