From xemacs-m  Sun Jul  6 05:51:34 1997
Received: from pc-zcalusic.srce.hr (hniksic@pc-zcalusic.srce.hr [161.53.2.132])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id FAA25718
	for <xemacs-beta@xemacs.org>; Sun, 6 Jul 1997 05:51:33 -0500 (CDT)
Received: (from hniksic@localhost)
	by pc-zcalusic.srce.hr (8.8.5/8.8.5) id MAA11880;
	Sun, 6 Jul 1997 12:51:12 +0200
Date: Sun, 6 Jul 1997 12:51:12 +0200
Message-Id: <199707061051.MAA11880@pc-zcalusic.srce.hr>
From: Hrvoje Niksic <hniksic@srce.hr>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: Hrvoje Niksic <hniksic@srce.hr>,
        karlheg+xemacs@inetarena.com (Karl M. Hegbloom),
        XEmacs Beta <xemacs-beta@xemacs.org>, bugs@gnus.org
Subject: Re: Minibuffer filename history corruption by gnus?
In-Reply-To: <m27mf4zgjw.fsf@proletcult.slip.ifi.uio.no>
References: <87u3i9f5wl.fsf@bittersweet.inetarena.com>
	<199707052353.BAA00775@pc-zcalusic.srce.hr>
	<m27mf4zgjw.fsf@proletcult.slip.ifi.uio.no>
X-Mailer: VM 6.31 under 20.2 XEmacs Lucid

Lars Magne Ingebrigtsen writes:
 > Hrvoje Niksic <hniksic@srce.hr> writes:
 > 
 > > The copying probably should have been done using
 > > `buffer-substring-no-properties', but I don't know if this behaviour
 > > is the fault of Gnus, or XEmacs (or some bad interaction somewhere.)
 > > Lars, can you help with this?
 > 
 > Well -- what was the problem?  The folder name was displayed in
 > purple, but in what way is that wrong?

Well, text properties shouldn't be copied to minibuffer, I think.  If 
a more "dangerous" property had been copied (like, say, `read-only'),
it would be wrong.

