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: Understanding filter function calls Date: Sat, 29 Jul 2023 09:04:51 +0300 Message-ID: <83r0ori77g.fsf@gnu.org> References: <87y1j5vp3y.fsf@gmail.com> <96ad3a89-a0bd-6f8a-6251-d3f2f201e4f7@vodafonemail.de> <87pm4d12rc.fsf@gmail.com> <87a5vgfp3z.fsf@localhost> <87a5vf1z97.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15538"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yantar92@posteo.net, jschmidt4gnu@vodafonemail.de, emacs-devel@gnu.org To: Karthik Chikmagalur Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jul 29 08:11:11 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 1qPdAV-0003sm-D5 for ged-emacs-devel@m.gmane-mx.org; Sat, 29 Jul 2023 08:11:11 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPd3X-0001Lv-RP; Sat, 29 Jul 2023 02:03:59 -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 1qPd3V-0001Lb-MO for emacs-devel@gnu.org; Sat, 29 Jul 2023 02:03:57 -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 1qPd3V-00010F-9K; Sat, 29 Jul 2023 02:03:57 -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=QABAc/NR0kJ5HGuBiNgbYtQSyl5FUBSM8bFlqVAk1L0=; b=Ag12nGb9bvvb bUKpp1NOLbUU9yMq4dBBadUhsDAtbA6Gd6E5vzPmKGITI3ks9qS3GVBJcaXhHusZUbJc9bguWdBhf Rx2nmzvy8pkjxnn9SDiIb5NrplHekQNZwuRh+O1yR7QMG/9D7y3bhPbSXCdwtEtZu7wFo/0tUnsqo 4S+3wIPa77b5s8/tp7xISJ3VJ54w5v1W9521P94z1FAkWVrOpeGpMk7G5Sd6+s+9WGyw4SCyU2b+q lJPwPL/AgRWfAbmDmTmkQwW4WjCk5/kcHaAEnRnIq5zt6YqwMFPvfiad9OwgrJLkpzbGFpVyx0ezc 0WM4VBsLpJ6jqtdnZ8Q/UQ==; Original-Received: from [87.69.77.57] (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 1qPd3U-00006x-OX; Sat, 29 Jul 2023 02:03:57 -0400 In-Reply-To: <87a5vf1z97.fsf@gmail.com> (message from Karthik Chikmagalur on Fri, 28 Jul 2023 14:51:00 -0700) 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:308198 Archived-At: > From: Karthik Chikmagalur > Cc: Jens Schmidt , emacs-devel@gnu.org > Date: Fri, 28 Jul 2023 14:51:00 -0700 > > > Do you mean that > > > > -v, --verbosity=level > > Controls the type of messages printed during a dvisvgm run: > > 0 no message output at all > > 1 error messages only > > 2 warning messages only > > 4 informational messages only > > > > Note By adding these values you can combine the > > categories. The default level is 7, i.e. all messages > > are printed. > > > > is not sufficient? > > Yes. The text in the example stdout(s) I included are all generated by > 4, "informational messages only". Then I guess another level, which will only output the file name, is in order.