From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84035 Path: news.gmane.org!not-for-mail From: Alexander Baier Newsgroups: gmane.emacs.gnus.general Subject: From Elisp: Do stuff with article at point Date: Tue, 07 Jan 2014 22:29:57 +0100 Message-ID: <8761pvfpka.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389130269 30862 80.91.229.3 (7 Jan 2014 21:31:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 21:31:09 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32287@lists.math.uh.edu Tue Jan 07 22:31:14 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 1W0eEy-0005zH-24 for ding-account@gmane.org; Tue, 07 Jan 2014 22:31:12 +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 1W0eEE-0001XA-DE; Tue, 07 Jan 2014 15:30:26 -0600 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 1W0eEB-0001Wo-Fs for ding@lists.math.uh.edu; Tue, 07 Jan 2014 15:30:23 -0600 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 1W0eE9-0004ZW-NV for ding@lists.math.uh.edu; Tue, 07 Jan 2014 15:30:23 -0600 Original-Received: from mail-ea0-f179.google.com ([209.85.215.179]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1W0eE7-0000Dd-W5 for ding@gnus.org; Tue, 07 Jan 2014 22:30:20 +0100 Original-Received: by mail-ea0-f179.google.com with SMTP id r15so457700ead.38 for ; Tue, 07 Jan 2014 13:30:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:mail-followup-to:date:message-id:user-agent :mime-version:content-type; bh=DQAl/UKpPQ6Fg8CpHQxGziINva160NfGbyS002aRVCg=; b=Fgl7O6hGLXqdzcUMlZgzX3he4M+iBYdlRy80tfKtQPa5OoQpkmaUUf6u586soAYb7s QGdfmGS5mzJExgUIyOKk2KlbuK8JU3ba3SRT24ywyHhqwMS5Nl55ON+8XNl48ovpG/4/ ddn0XYyovoFMAcATvRT0rUc6mcZTW9drZZlCQbcyTI+TxLx/KY+5T5b7BtkiFp4+u3oQ AnGJz+sqD6KRXqKahnwj4LueEF6AgsK0oC/zU9WN7lWlgf0x84RRVRNBmjNzH5++Renv gfsFqznvOlazvrmjfu+/RRrDYWxrrhspypXSFyfEvU9KwA3ituitqMLvp/AQRszVEL30 G5mA== X-Received: by 10.14.114.71 with SMTP id b47mr96292798eeh.26.1389130214545; Tue, 07 Jan 2014 13:30:14 -0800 (PST) Original-Received: from T420s (nat-wh-wh36.rz.uni-karlsruhe.de. [141.70.81.154]) by mx.google.com with ESMTPSA id o1sm183591489eea.10.2014.01.07.13.30.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jan 2014 13:30:14 -0800 (PST) Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) X-Spam-Score: -1.6 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84035 Archived-At: Hello, I want to do "something" (what exactly is not really interesting I think) with the article at point. In this scenario the cursor is either in the summary or the article buffer. What are the recommended means of doing something like that from emacs lisp? Are there some functions I can take a look at, or even a macro in the form of (with-article-at-point BODY)? Or some documentation that adresses such questions? Any pointers are greatly appreciated. Regards, -- Alexander Baier