From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14296 invoked from network); 11 Jul 2023 03:33:54 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 11 Jul 2023 03:33:54 -0000 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qJ486-0000Ob-LD; Mon, 10 Jul 2023 23:33:34 -0400 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 1qJ484-0000OM-EU for info-gnus-english@gnu.org; Mon, 10 Jul 2023 23:33:32 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qJ481-0006Pa-56 for info-gnus-english@gnu.org; Mon, 10 Jul 2023 23:33:32 -0400 Date: Tue, 11 Jul 2023 03:33:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alshehhi.io; s=protonmail2; t=1689046399; x=1689305599; bh=csRShbTC5koYezpOrILKjXXo/yMCj3vSH+qkPICM76o=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=fV2wMQzDS61K5VTfdsgmCcdBp+TX/uETHzb0W+DPEa8zUiM/PqAlpA0JZAmv8KPOk RwqII+iqI4fDznFs/+tvlZhWmNDr8ZxEomaQphMwmEHbwVCsXpi6Pn4N9C8bmBX+qS clOiwOSnz8Gj6K+NPb8olKDPz+6EKXKbOq7fFuIbIjdsK7DnsK7UA1TpmjdUMYWzL2 +TPSJE+vV+SmhOcb2slbQdd3SCKCRvAknb19l7UeZUDUJlVDSvFrKsQAiypScUowmL 4UPziraiCUf9rLnb4EGjuGNMRuOevaacnp1nsGG+2ahox575jbVLQcFOsZmvcQsLBq 9jNbuBVwpW3gA== To: info-gnus-english@gnu.org From: husain@alshehhi.io Subject: Reading the article/message in elisp Message-ID: <87y1jn86ml.fsf@alshehhi.io> Feedback-ID: 31127354:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.17; envelope-from=husain@alshehhi.io; helo=mail-4317.proton.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, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, 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: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Hello, If I am in - the summary page, with the cursor on an unopen article line, or in - the summary page, with an open article, or in - an article I would like to be able to read the article content in elisp and execute processes based on that. For example, if the message has TO:person@work.xyz, or CC:person@work.xyz, then I would like to open the person's profile page. Is there a gnus elisp function that allows me to access the article programmatically? Thanks.