From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85197 Path: news.gmane.org!not-for-mail From: Alexander Baier Newsgroups: gmane.emacs.gnus.general Subject: function to access raw article Date: Fri, 31 Oct 2014 09:29:41 +0100 Message-ID: <87fve4iqve.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414744312 16748 80.91.229.3 (31 Oct 2014 08:31:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2014 08:31:52 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33441@lists.math.uh.edu Fri Oct 31 09:31:45 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xk7cX-0000jC-ER for ding-account@gmane.org; Fri, 31 Oct 2014 09:31:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Xk7bW-0000X1-Mr; Fri, 31 Oct 2014 03:30:42 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Xk7bT-0000Wh-Gk for ding@lists.math.uh.edu; Fri, 31 Oct 2014 03:30:39 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Xk7bQ-0000lJ-Pi for ding@lists.math.uh.edu; Fri, 31 Oct 2014 03:30:38 -0500 Original-Received: from mx1.mailbox.org ([80.241.60.212]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Xk7bK-0003pH-7B for ding@gnus.org; Fri, 31 Oct 2014 09:30:30 +0100 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id DC83342505 for ; Fri, 31 Oct 2014 09:30:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:user-agent:message-id :date:date:subject:subject:from:from:received; s=mail20140220; t=1414744209; bh=ahMagzfguFEe66t+Lik65T0rontoxQt2dDyH9H7QQ4A=; b= BfBKlfSc2J3mUuoaP3b3Z6kX/ynv7nMiPUl0ERViCR5xLy7eJFuc3NlOCwwXBFyv 4XlItoI6ieg0HSws3GTnXIa2216KPi4iBNV1QtPbNG3qMWNe5EmFIKTXHbxAnRrP 2E+KVPa2YBEs+08eU4f64Q61MZkMAcDQ50oJpEV4SQSCmHtuYuE49i6ksnhEbiAy 1BsPL6ndQHhmp46iSvDnVVERFj9kOY5/JejlWDt0Nto2XI4XJJoiIx0nBgAgqN0g FCJ/wdCgOK9nueRR+lkQLw8ACBZ9m5yvfZeFhLb2NQTWnYH701nlKfgZ87j///Xh +AlST1bVzMSXBRxIBa+LH+1q5nMgdIKQ0UwUQI1GITUQ7bTIFX2KGkZbGySIn0Zh uxH6HjzwLXEkeVH810mLdEe+fC2fNPD0NBgXWIfMFEBDgly9Fw593lvAvQMl2Bao tgqdXyo7I78+IwaIHzZTJBsIwK1FAjP71BQYeBcxJ6g6GPdpLD5rNboEr1zmXodv 7MAo56elKMm/lSSD+/Yqy8cHWTR/uEI2kP8hgGargos3c58z5VTgsn2MCxx/5iGv nLdv3qLlLdQUqHam5lH5066JME+YodIp7P9OZNt/ X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp1.mailbox.org ([80.241.60.240]) (using TLS with cipher AES256-GCM-SHA384) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTPS id 0_qn4wi28MI6 for ; Fri, 31 Oct 2014 09:30:09 +0100 (CET) Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) X-Spam-Score: -3.7 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85197 Archived-At: Hello, I want to access the raw (unwashed) version of an article from emacs lisp to search for a regexp. I do this in order to extract information from the body of the article to be used in the summary line. I used `gnus-summary-show-raw-article' which did not seem to work. What is the preferred way of doing this? Regards, -- Alexander Baier