From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: uzibalqa Newsgroups: gmane.emacs.help Subject: Re: Handling non-interactive use with faces Date: Fri, 12 Aug 2022 21:47:52 +0000 Message-ID: References: <83bksqpxuh.fsf@gnu.org> <83wnbeoc43.fsf@gnu.org> <87v8qy5bkw.fsf@web.de> <87k07d5ea9.fsf@web.de> Reply-To: uzibalqa 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="11924"; 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 23:48:46 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 1oMcWM-0002wC-0n for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 12 Aug 2022 23:48:46 +0200 Original-Received: from localhost ([::1]:48964 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oMcWK-0007LB-Fj for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 12 Aug 2022 17:48:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59752) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMcVi-0007L2-49 for help-gnu-emacs@gnu.org; Fri, 12 Aug 2022 17:48:06 -0400 Original-Received: from mail-4319.protonmail.ch ([185.70.43.19]:38311) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMcVe-0005XF-4t for help-gnu-emacs@gnu.org; Fri, 12 Aug 2022 17:48:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1660340879; x=1660600079; bh=GWa6tQN53HAFrBPy0LmVxtvo25y0kOu6e/EcIIu5yug=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=CuA7sllhevTLEwNXo0KU/eNosGAm+7G0t1D/DLvSi2zAWCLIwnTOFx8UmQCSZBfsZ mbsGaUNfKCg4PyPj7PnFdR+HQGzu3fTLzk+kPpUk/Be8ZmsOqk1ewxSDxugql9nDmc zFwIFOsPbnfrbG84V3xIhY4cfTfQhlrTcI30WQtahNP8fpsFrR5P5fhRARrL3rHywU VX59XvLp/9ckpishTRbByf3QsrPK7lOvXbZCfWZEKRXGwJzQtnmb6XL4kbkRZFWAaT oezPHDa4g5PeQ+fPPNRN+aT1Ge5QGsax7Z9o7t32K1N5OIOpa451pO/hhJFeBt54P7 jLaXtoCdLuCQQ== In-Reply-To: <87k07d5ea9.fsf@web.de> Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.43.19; envelope-from=uzibalqa@proton.me; helo=mail-4319.protonmail.ch 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:138834 Archived-At: ------- Original Message ------- On Friday, August 12th, 2022 at 9:43 PM, Michael Heerdegen wrote: > carlmarcos--- via Users list for the GNU Emacs text editor > help-gnu-emacs@gnu.org writes: > > > 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? How can it be done with just a `cond'? > > > Do you have concrete questions about `cond'? If not, the answer and my > suggestion is: learn a little bit more Elisp. > > Michael. It was your suggestion that there is no need to combine pcase and cond. I = cannot read your mind and sending me to read a manual until I figure it out= is not tho way to follow your idea so I can scrutinise it.