From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8442 Path: main.gmane.org!not-for-mail From: Steven L Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: read-active-file some Date: 19 Oct 1996 19:26:29 -0700 Sender: steve@deanna.miranova.com Message-ID: References: <199610171535.LAA20178@spacely.icd.teradyne.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.90) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035148602 12162 80.91.224.250 (20 Oct 2002 21:16:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:16:42 +0000 (UTC) Return-Path: Original-Received: (qmail 18085 invoked from smtpd); 20 Oct 1996 02:38:02 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 20 Oct 1996 02:38:00 -0000 Original-Received: from deanna.miranova.com (qmailr@deanna.miranova.com [206.190.83.1]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sun, 20 Oct 1996 04:23:44 +0200 Original-Received: (qmail 18060 invoked by uid 501); 20 Oct 1996 02:26:31 -0000 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ Mail-Copies-To: never X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5" f8*@r4ipO6Jl!:Ccqp:9I OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+ In-Reply-To: Lars Magne Ingebrigtsen's message of 20 Oct 1996 03:42:42 +0100 Original-Lines: 37 X-Mailer: Red Gnus v0.52/XEmacs 19.15 Xref: main.gmane.org gmane.emacs.gnus.general:8442 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8442 >>>>> "Lars" == Lars Magne Ingebrigtsen writes: Lars> Steven L Baur writes: Lars> So that variable should be set to nil when using Netscape's server. Lars> Doesn't that work? sb> It works on Emacs but not on XEmacs :-(. Lars> Hm. I see that the function didn't bind `case-fold-search'. (Fix in Lars> Red Gnus v0.53.) Could that be the cause? If you mean: =================================================================== RCS file: RCS/nntp.el,v retrieving revision 1.26 diff -u -r1.26 nntp.el --- nntp.el 1996/10/16 22:29:02 1.26 +++ nntp.el 1996/10/20 02:13:52 @@ -596,6 +596,7 @@ ;; Wait for the status string to arrive. (setq nntp-server-type (buffer-string)) (let ((alist nntp-server-action-alist) + (case-fold-search t) entry) ;; Run server-specific commands. (while alist Yes, that clears things up for me on XEmacs. Now if only I can figure out how to make customize behave and save some settings ... -- steve@miranova.com baur Unsolicited commercial e-mail will be billed at $250/message. What are the last two letters of "doesn't" and "can't"? Coincidence? I think not.