From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11275 invoked from network); 3 Sep 2023 18:05:18 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 3 Sep 2023 18:05:18 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qcrTB-00GwWD-1a for ml@inbox.vuxu.org; Sun, 03 Sep 2023 13:05:13 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1qcrTA-0052Wf-2l for ml@inbox.vuxu.org; Sun, 03 Sep 2023 13:05:08 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1qcrT9-0052WY-16 for ding@lists.math.uh.edu; Sun, 03 Sep 2023 13:05:07 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qcrT6-00GwVe-2y for ding@lists.math.uh.edu; Sun, 03 Sep 2023 13:05:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:Message-ID:Date:Subject:From:To: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=ki8l1vuoNsXj7bMHEWwfvUy8O5oDyg3BsPBzKuGJKGI=; b=FHnmetT0e1rkNkZ/dP42BSsd+c IRvDaIcxdYiCPfe7bObdbMvEuj0EmeEF6Qh4deYXgKtUQ5M/w4p3m/ZGRL3OJmC3Z8G34YZnY2LFd nPQuaAAbycQKQrz2iydUcnpWLy0ZqobP/8QebtTbQPJSmFZhXdIhBRBoo5Pgex6c2hDA=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qcrSn-0000pu-SX for ding@gnus.org; Sun, 03 Sep 2023 20:04:49 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1qcrSl-0001bB-Vy for ding@gnus.org; Sun, 03 Sep 2023 20:04:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: John Haman Subject: Write score files without colon Date: Sun, 03 Sep 2023 14:04:33 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:BL2OdBfYvvr5i+2hgOTEgSz2+m4= List-ID: Precedence: bulk When I write a score file, which on my computer something looks like ` nntp+news.gmane.io:gmane.emacs.gnus.user.SCORE`, or similar, there is a colon in the filename. I share my score files on Windows, which cannot accept a colon in the filename. How can I replace the colon with another character when I read/write score files? This will help me use the same score files across all OSs. Thanks. -- Dr. John Haman Maryland, USA