From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82269 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.gnus.general Subject: Re: Summary line format and gnus-face-X Date: Thu, 06 Sep 2012 16:51:23 +0200 Message-ID: <85392vurv8.fsf@iznogoud.viz> References: <87d3393iud.fsf@thinkpad.tsdh.de> <87mx15ifog.fsf@gnus.org> <87pq612cuj.fsf@thinkpad.tsdh.de> <87sjawd3ak.fsf@gnus.org> <87r4qg1qmr.fsf@thinkpad.tsdh.de> <87d320783z.fsf@gnus.org> <85ipbruvaz.fsf@iznogoud.viz> <87ehmfi7ff.fsf@gnus.org> <85ehmfut5m.fsf@iznogoud.viz> <87txvbgqw4.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1346943122 23551 80.91.229.3 (6 Sep 2012 14:52:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2012 14:52:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30536@lists.math.uh.edu Thu Sep 06 16:52:05 2012 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 1T9dR0-0001R9-C9 for ding-account@gmane.org; Thu, 06 Sep 2012 16:51:58 +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 1T9dQg-0008Cc-Jl; Thu, 06 Sep 2012 09:51:38 -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 1T9dQf-0008CQ-IZ for ding@lists.math.uh.edu; Thu, 06 Sep 2012 09:51:37 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1T9dQa-0005aj-Js for ding@lists.math.uh.edu; Thu, 06 Sep 2012 09:51:37 -0500 Original-Received: from mx11.lb01.inode.at ([62.99.145.13] helo=mx.inode.at) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1T9dQY-0005pY-N6 for ding@gnus.org; Thu, 06 Sep 2012 16:51:30 +0200 Original-Received: from [91.119.101.188] (port=10475 helo=iznogoud.viz) by smartmx-11.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1T9dQT-0002D8-8O for ding@gnus.org; Thu, 06 Sep 2012 16:51:25 +0200 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.80 (FreeBSD)) (envelope-from ) id 1T9dQR-00016f-Bc for ding@gnus.org; Thu, 06 Sep 2012 16:51:23 +0200 Mail-Followup-To: ding@gnus.org In-Reply-To: <87txvbgqw4.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 06 Sep 2012 16:36:11 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (berkeley-unix) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82269 Archived-At: On Thu, Sep 06 2012, Lars Ingebrigtsen wrote: > And will `add-text-properties' add the properties instead of overwriting > them? No, it doesn't do anything special for the `face' property. That's the reason why a function like gnus-combine-text-property has to do some minimal amount of work. Wolfgang