From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4173 Path: main.gmane.org!not-for-mail From: arius@immd2.informatik.uni-erlangen.de (Peter Arius) Newsgroups: gmane.emacs.gnus.general Subject: Re: xemacs user sees trouble with gnus-vis Date: 30 Nov 1995 11:29:09 +0100 Organization: CSD, University of Erlangen, Germany Sender: arius@faui21i.informatik.uni-erlangen.de Message-ID: References: <199511291605.RAA28158@ifi.uio.no> <199511292103.QAA03852@loiosh.kei.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144958 28734 80.91.224.250 (20 Oct 2002 20:15:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:15:58 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id DAA19853 for ; Thu, 30 Nov 1995 03:26:58 -0800 Original-Received: from faui21.informatik.uni-erlangen.de (root@faui21.informatik.uni-erlangen.de [131.188.1.42]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Thu, 30 Nov 1995 11:29:15 +0100 Original-Received: from faui21i.informatik.uni-erlangen.de by immd2.informatik.uni-erlangen.de with SMTP (5.64+/7.3h-FAU) id AA22096; Thu, 30 Nov 95 11:29:09 +0100 Original-To: ding@ifi.uio.no X-Face: '()#.t>!S#5GnE?UO~`n[5aK[,*yTb6mt4<12MhS/2B&0Z\IEF}-Qo{t@zFDOYH[S]Nqwr| cET)~qz':Va+Si>x#tUIH<$V,6~}OEv@K*"E:_~83|Lu}D>|;<:b3>>>> In article <199511292103.QAA03852@loiosh.kei.com>, >>>>> "Christopher" == Christopher Davis writes: KK> == Karl Kleinpaste Is KK> anyone else out there familiar with the following failure mode under KK> xemacs? KK> The error raised is: wrong type argument, bufferp, ">>" KK> set-text-properties(0 2 nil ">>") Christopher> Known bug in the text-properties compatibility stuff shipped Christopher> in 19.13. Christopher> Change lisp/utils/text-props.el and re-byte-compile. Christopher> [patch deleted] Sorry Christopher, but that version is broken, too (as I have already reported to the XEmacs newsgroup). Please use (defun set-text-properties (start end props &optional buffer) "You should NEVER use this function. It is ideologically blasphemous. It is provided only to ease porting of broken FSF Emacs programs." (if (stringp buffer) nil (map-extents #'(lambda (extent ignored) (remove-text-properties start end (list (extent-property extent 'text-prop) nil) buffer)) buffer start end nil nil 'text-prop) (add-text-properties start end props buffer))) which will probably go into XEmacs 19.14, according to a note from Ben Wing. Cheers, Peter -- This one's tricky. You have to use imaginary numbers, like eleventeen... -Calvin