From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84760 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.gnus.general Subject: Re: Missing function 'gnus-get-text-property-excluding-characters-with-faces' using gnus from git Date: Sat, 09 Aug 2014 17:32:10 +0200 Message-ID: <85bnrt8yrp.fsf@iznogoud.viz> References: <87bns5xxzu.fsf@topper.koldfront.dk> <84oavxcad1.fsf@davestoy.home> <85ppgc9lm6.fsf@iznogoud.viz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407598423 29004 80.91.229.3 (9 Aug 2014 15:33:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Aug 2014 15:33:43 +0000 (UTC) Cc: ding@gnus.org To: Alan Schmitt Original-X-From: ding-owner+M33003@lists.math.uh.edu Sat Aug 09 17:33:35 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 1XG8eE-0002ki-3Z for ding-account@gmane.org; Sat, 09 Aug 2014 17:33:34 +0200 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 1XG8d7-00046n-N8; Sat, 09 Aug 2014 10:32:25 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XG8d3-00046d-Nm for ding@lists.math.uh.edu; Sat, 09 Aug 2014 10:32:21 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XG8d2-0006Qn-8F for ding@lists.math.uh.edu; Sat, 09 Aug 2014 10:32:21 -0500 Original-Received: from b2bfep16.mx.upcmail.net ([62.179.121.61]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XG8cz-0000jZ-W6 for ding@gnus.org; Sat, 09 Aug 2014 17:32:18 +0200 Original-Received: from edge11.upcmail.net ([192.168.13.81]) by b2bfep16-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140809153211.DRZI9247.b2bfep16-int.chello.at@edge11.upcmail.net> for ; Sat, 9 Aug 2014 17:32:11 +0200 Original-Received: from iznogoud.viz ([91.119.88.190]) by edge11.upcmail.net with edge id cfYB1o00846QafP0BfYB2l; Sat, 09 Aug 2014 17:32:11 +0200 X-SourceIP: 91.119.88.190 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.83 (FreeBSD)) (envelope-from ) id 1XG8cs-0000f4-TP; Sat, 09 Aug 2014 17:32:10 +0200 Mail-Followup-To: Alan Schmitt , ding@gnus.org In-Reply-To: (Alan Schmitt's message of "Fri, 08 Aug 2014 16:35:51 +0200") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (berkeley-unix) X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84760 Archived-At: On Fri, Aug 08 2014, Alan Schmitt wrote: > On 2014-08-07 20:47, Wolfgang Jenkner writes: [...] >> M-: (while (not (or (eobp) (featurep 'gnus-util))) >> (eval (read (current-buffer)))) [...] > Thank you for this very nice trick! For the record, the (eobp) test is bogus because trailing whitespace or comments will cause an end-of-file error if the featurep test never returns t. So, for our diagnostic purposes, it's best to just omit the (eobp). Oh, and it is not a trick ;-) Wolfgang