Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@pdc.kth.se>
Cc: nicene@bigfoot.com (Andie), xemacs-nt@xemacs.org, ding@gnus.org
Subject: Re: SCORE doesn't work in Gnus
Date: 13 Nov 1999 21:05:34 +0100	[thread overview]
Message-ID: <ilu9042yx69.fsf@badis.pdc.kth.se> (raw)
In-Reply-To: Jan Vroonhof's message of "13 Nov 1999 20:53:18 +0100"

Jan Vroonhof <vroonhof@math.ethz.ch> writes:

> nicene@bigfoot.com (Andie) writes:
> 
> > Windows doesn't permit files with ":" in the filename and the score
> > file for foreign servers contains the character. As a result, whenever 
> > Gnus tries to save score customisation for a foreign group, it
> > hangs. Emacs for Win32 doesn't have the problem as the score file uses 
> > "_" instead of ":".
> 
> Hmmm. This seems more like a gnus problem to me. Do you mean that
> NTEmacs, mangles filenames automatically? From what I can see gnus
> doesn't seem to use any special code for NTEmacs here.

If Gnus is used under Win32 this is required:

(setq nnheader-file-name-translation-alist '((?: . ?_)
                                             (?+ . ?-)))

OTOH this should be the default for theese systems -- so make sure the
variable contain the proper value.

The check is

        (string-match "windows-nt\\|os/2\\|emx" (symbol-name system-type))

would that evaluate to true on a Windows 95/98 system, I wonder?


  reply	other threads:[~1999-11-13 20:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Jan Vroonhof's message of "13 Nov 1999 20:53:18 +0100">
     [not found] ` <199911131913.DAA14801@mercury.starnet.gov.sg>
1999-11-13 19:53   ` Jan Vroonhof
1999-11-13 20:05     ` Simon Josefsson [this message]
1999-11-14  2:27       ` Craig Lanning
1999-11-14 11:58         ` Per Abrahamsen
1999-11-15 19:37           ` Lars Magne Ingebrigtsen
     [not found]       ` <382E6876.5D9DBDE6@bigfoot.com>
1999-11-14 23:47         ` Shenghuo ZHU
1999-11-13 20:37     ` Jody M. Klymak

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=ilu9042yx69.fsf@badis.pdc.kth.se \
    --to=jas@pdc.kth.se \
    --cc=ding@gnus.org \
    --cc=nicene@bigfoot.com \
    --cc=xemacs-nt@xemacs.org \
    /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).