Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: read-active-file some
Date: 19 Oct 1996 19:26:29 -0700	[thread overview]
Message-ID: <m2ybh2xtey.fsf@deanna.miranova.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 20 Oct 1996 03:42:42 +0100

>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

Lars> Steven L Baur <steve@miranova.com> 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.


      reply	other threads:[~1996-10-20  2:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-17 15:35 Vinnie Shelton
1996-10-17 19:37 ` Lars Magne Ingebrigtsen
1996-10-17 20:09   ` Steven L Baur
1996-10-19  5:53     ` Lars Magne Ingebrigtsen
1996-10-19 17:45       ` Steven L Baur
1996-10-20  2:42         ` Lars Magne Ingebrigtsen
1996-10-20  2:26           ` Steven L Baur [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ybh2xtey.fsf@deanna.miranova.com \
    --to=steve@miranova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).