From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55780 Path: main.gmane.org!not-for-mail From: Steve Youngs Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Trivial itimer tweaks for password.el Date: Wed, 07 Jan 2004 14:31:18 +1000 Organization: Linux Users - Fanatics Dept. Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: sea.gmane.org 1073449934 19245 80.91.224.253 (7 Jan 2004 04:32:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2004 04:32:14 +0000 (UTC) Keywords: set-text-properties,lmi,lisp,xemacs,usr,text-props,start,props Original-X-From: ding-owner+M4320@lists.math.uh.edu Wed Jan 07 05:32:10 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ae5MY-0003Z3-00 for ; Wed, 07 Jan 2004 05:32:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ae5M3-0004eJ-00; Tue, 06 Jan 2004 22:31:39 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ae5Lv-0004eD-00 for ding@lists.math.uh.edu; Tue, 06 Jan 2004 22:31:31 -0600 Original-Received: from gizmo08ps.bigpond.com (gizmo08ps.bigpond.com [144.140.71.18]) by justine.libertine.org (Postfix) with SMTP id F11D23A0026 for ; Tue, 6 Jan 2004 22:31:29 -0600 (CST) Original-Received: (qmail 27739 invoked from network); 7 Jan 2004 04:27:44 -0000 Original-Received: from unknown (HELO psmam01.bigpond.com) (144.135.25.69) by gizmo08ps.bigpond.com with SMTP; 7 Jan 2004 04:27:44 -0000 Original-Received: from cpe-138-130-240-59.qld.bigpond.net.au ([138.130.240.59]) by psmam01.bigpond.com(MAM REL_3_4_2 71/14762895) with SMTP id 14762895; Wed, 07 Jan 2004 14:31:26 +1000 Original-Received: (from steve@localhost) by eicq.dnsalias.org (8.12.9/8.12.9) id i074VNu8014864; Wed, 7 Jan 2004 14:31:23 +1000 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: #/1'_-|5_1$xjR,mVKhpfMJcRh8"k}_a{EkIO:Ox<]@zl/Yr|H,qH#3jJi6Aw(Mg@"!+Z"C N_S3!3jzW^FnPeumv4l#,E}J.+e%0q(U>#b-#`~>l^A!_j5AEgpU)>t+VYZ$:El7hLa1:%%L=3%B>n K{^jU_{& X-URL: X-Request-PGP: X-OpenPGP-Fingerprint: 1659 2093 19D5 C06E D320 3A20 1D27 DB4B A94B 3003 X-Now-Playing: We Could Be So Happy Baby --- [Jeff Buckley] X-Attribution: SY Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Reasonable Discussion, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55780 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55780 --=-=-= |--==> "LMI" == Lars Magne Ingebrigtsen writes: LMI> This is with: LMI> XEmacs 21.4 (patch 6) "Common Lisp" [Lucid] (i386-debian-linux, LMI> Mule) of Sat Apr 6 2002 on eeyore LMI> Before running Gnus, `C-h f set-text-properties' returns this: LMI> `set-text-properties' is a compiled Lisp function LMI> -- loaded from "/usr/lib/xemacs-21.4.6/lisp/text-props.elc" LMI> (set-text-properties START END PROPS &optional BUFFER-OR-STRING) LMI> After starting Gnus, it says this: LMI> Signaling: (void-function set-text-properties) [...] A wee test... XEmacs 21.4 (patch 14) "Reasonable Discussion" [Lucid] (i586-pc-linux, Mule) of Sun Dec 21 2003 on eicq $ xemacs -vanilla (describe-function 'set-text-properties) => `set-text-properties' is a compiled Lisp function -- loaded from "/usr/local/src/xemacs/lisp/text-props.elc" (set-text-properties START END PROPS &optional BUFFER-OR-STRING) (load-user-init-file) => nil (describe-function 'set-text-properties) => `set-text-properties' is a compiled Lisp function -- loaded from "/usr/local/src/xemacs/lisp/text-props.elc" (set-text-properties START END PROPS &optional BUFFER-OR-STRING) (gnus) => # C-h f set-text-properties RET => `set-text-properties' is a compiled Lisp function -- loaded from "/usr/local/src/xemacs/lisp/text-props.elc" (set-text-properties START END PROPS &optional BUFFER-OR-STRING) q (describe-function 'set-text-properties) => `set-text-properties' is a compiled Lisp function -- loaded from "/usr/local/src/xemacs/lisp/text-props.elc" (set-text-properties START END PROPS &optional BUFFER-OR-STRING) LMI> It's pretty bizarre... Truly. Perhaps update your XEmacs? -- |---------------------| | Ashes to ashes, dust to dust. | | The proof of the pudding, is under the crust. | |---------------------------------| --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Eicq - The XEmacs ICQ Client iEYEABECAAYFAj/7i5oACgkQHSfbS6lLMAM0CgCgizHcWkPfVhWH4YTVWaSTJCxH 77sAnjLVMm7+lEGvzEEkoqX4GqwSz3Q5 =4D3o -----END PGP SIGNATURE----- --=-=-=--