From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72250 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: New Gnus and Exchange 2003 - Usable? Date: Thu, 30 Sep 2010 09:40:25 +0200 Organization: Probably a good idea Message-ID: References: <76sk0s3diy.fsf@dev-d01.ppllc.com> <87tyl88lzz.fsf@dod.no> <87ocbf7lzf.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285832444 7297 80.91.229.12 (30 Sep 2010 07:40:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2010 07:40:44 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20623@lists.math.uh.edu Thu Sep 30 09:40:43 2010 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 1P1Dkx-0002Ql-4H for ding-account@gmane.org; Thu, 30 Sep 2010 09:40:43 +0200 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 1P1Dkr-0000O0-4V; Thu, 30 Sep 2010 02:40:37 -0500 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 1P1Dkp-0000Nk-B2 for ding@lists.math.uh.edu; Thu, 30 Sep 2010 02:40:35 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P1Dkn-0000lv-Mp for ding@lists.math.uh.edu; Thu, 30 Sep 2010 02:40:35 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P1Dkn-00008s-00 for ; Thu, 30 Sep 2010 09:40:33 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P1Dkm-0002P2-AC for ding@gnus.org; Thu, 30 Sep 2010 09:40:32 +0200 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Sep 2010 09:40:32 +0200 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Sep 2010 09:40:32 +0200 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: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:TDXNdtqDC9D5jRasyyqWEhzgs0A= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72250 Archived-At: >>>>> Reiner Steib : > On Wed, Sep 29 2010, Steinar Bang wrote: >> ;; Are we running XEmacs or Emacs? >> (defvar running-xemacs (string-match "XEmacs\\|Lucid" (emacs-version)) >> "Hold a numerical value if this is XEmacs, nil if it isn't") > I'd recommend (featurep 'xemacs) instead. Ok. My .emacs file has... er... lots of history in it. The reference to "Lucid", is a clue...:-) Parts of it goes back to 18.55 in 1989. I'm not entirely sure, because I didn't start version controlling it until 1997, and the current history doesn't go further back than 2001.