From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: carlmarcos--- via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Re: Handling non-interactive use with faces Date: Fri, 12 Aug 2022 06:34:14 +0200 (CEST) Message-ID: References: <83bksqpxuh.fsf@gnu.org> <83wnbeoc43.fsf@gnu.org> <87v8qy5bkw.fsf@web.de> Reply-To: carlmarcos@tutanota.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31170"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Aug 12 06:35:07 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1oMMO2-0007xO-Id for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 12 Aug 2022 06:35:06 +0200 Original-Received: from localhost ([::1]:51496 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oMMO1-0004DP-Lo for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 12 Aug 2022 00:35:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMMNJ-0004Bi-R4 for help-gnu-emacs@gnu.org; Fri, 12 Aug 2022 00:34:24 -0400 Original-Received: from w1.tutanota.de ([81.3.6.162]:47090) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMMNE-0004FW-F3 for help-gnu-emacs@gnu.org; Fri, 12 Aug 2022 00:34:21 -0400 Original-Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id 9CAE4FBF937; Fri, 12 Aug 2022 04:34:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1660278854; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=+S1z0holEcXN6LIIkDzw/x3v0yCi9wXB6pHto+O8X58=; b=0Y/d/7GI64yT6Yiait6uKMA5EFAQm0M9uk8NDdeFpyIQuyxbIZ3wdvnj2MfqRaqF m/wkE93Lfbap4HPV+aswpUA39SjWosv66aT0YuqJvPEPy1G/LW/Rbl6D/UFy8XnhHyV oI19usFCuHY9Nh4htEQDtMVPOUZOWrPMrwguusgag1h4IHzLm0XhgnJK93IoL0EkVfF Dlh0VVQtCctXXwqI81LX8l0Yn5iiDpHyp8XQK2DKWehROXwluryKxVASKuzWHwrl5UZ 9hBJMVpwciLZxGjaVHA9LXVKZGN6Ec2W7fD5dGzoqrTkIREfhOwj/ZLCKsPT08GNBd9 LDnDfHhCuw== In-Reply-To: <87v8qy5bkw.fsf@web.de> Received-SPF: pass client-ip=81.3.6.162; envelope-from=carlmarcos@tutanota.com; helo=w1.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:138815 Archived-At: Aug 12, 2022, 04:29 by michael_heerdegen@web.de: > carlmarcos, > > no need to combine pcase and cond. Either can do the job. Pick one. > cond is much easier to learn. > > Michael. > What would you suggest?=C2=A0 How can it be done with just a `cond'?