From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47892 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: void-variable deactivate-mark Date: Tue, 26 Nov 2002 20:54:58 +0900 Organization: Emacsen advocacy group Sender: owner-ding@hpc.uh.edu Message-ID: References: <84adjxk080.fsf@lucy.cs.uni-dortmund.de> <84d6osh97k.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1038311676 10090 80.91.224.249 (26 Nov 2002 11:54:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 11:54:36 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GeIT-0002cU-00 for ; Tue, 26 Nov 2002 12:54:33 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18GeJr-0006gY-00; Tue, 26 Nov 2002 05:55:59 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 26 Nov 2002 05:56:48 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA21797 for ; Tue, 26 Nov 2002 05:56:29 -0600 (CST) Original-Received: (qmail 945 invoked by alias); 26 Nov 2002 11:55:28 -0000 Original-Received: (qmail 935 invoked from network); 26 Nov 2002 11:55:23 -0000 Original-Received: from unknown (HELO mars.web-hosting.com) (207.228.244.150) by gnus.org with SMTP; 26 Nov 2002 11:55:23 -0000 Original-Received: from localhost ([207.228.245.242]) by mars.web-hosting.com (8.11.1/8.11.1) with ESMTP id gAQBtCs00308; Tue, 26 Nov 2002 06:55:12 -0500 (EST) Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, sparc-sun-solaris2.6) X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:t3DzciImqmYPOCWtzJQwM2ZhOJU= X-Hashcash: 021126:kai.grossjohann@uni-duisburg.de:34032cf27e105444 X-Hashcash: 021126:ding@gnus.org:f4ac66c666ed3254 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47892 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47892 >>>>> In <84d6osh97k.fsf@lucy.cs.uni-dortmund.de> >>>>> kai.grossjohann@uni-duisburg.de (Kai Gro=DFjohann) wrote: > I've now tried to make the code work on XEmacs, too. It requires > thingatpt and protects against deactivate-mark being unbound. I've wrapped deactivate-mark with symbol-value and added autoload for number-at-point instead, since XEmacs still complained about them. --=20 Katsumi Yamaoka