From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76376 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Read-only message separator Date: Fri, 04 Feb 2011 13:36:50 -0800 Organization: Programmerer Ingebrigtsen Message-ID: <87zkqbo51p.fsf@gnus.org> References: <874o8jpjv7.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296855623 7458 80.91.229.12 (4 Feb 2011 21:40:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2011 21:40:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24727@lists.math.uh.edu Fri Feb 04 22:40:19 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PlTO2-0005w2-NK for ding-account@gmane.org; Fri, 04 Feb 2011 22:40:14 +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 1PlTO0-0005gq-Gc; Fri, 04 Feb 2011 15:40:12 -0600 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 1PlTNz-0005gf-Gt for ding@lists.math.uh.edu; Fri, 04 Feb 2011 15:40:11 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PlTNv-0006ca-BB for ding@lists.math.uh.edu; Fri, 04 Feb 2011 15:40:11 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PlTNu-00070Z-Jn for ding@gnus.org; Fri, 04 Feb 2011 22:40:06 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PlTNs-0005nW-9l for ding@gnus.org; Fri, 04 Feb 2011 22:40:04 +0100 Original-Received: from baybryj.net ([198.144.208.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Feb 2011 22:40:04 +0100 Original-Received: from larsi by baybryj.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Feb 2011 22:40:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: baybryj.net Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:0853cnypzOMEgk4wQ8ODePyFW2E= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76376 Archived-At: Lars Ingebrigtsen writes: > So you can't insert read-only strings into buffers in XEmacs? That > sounds... annoying... If I eval: (insert (propertize (concat mail-header-separator "\n") 'read-only t 'rear-nonsticky t 'intangible t)) in XEmacs, it works as you'd expect. It inserts a read-only string. So I don't seem to be able to reproduce this bug. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen