Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
To: ding@gnus.org
Subject: Re: The current state of gnus-cloud
Date: Mon, 15 Jan 2024 16:54:55 +0100	[thread overview]
Message-ID: <yqoonklzfx6ioc0.fsf@dod.no> (raw)
In-Reply-To: <m1y1cszwvb.fsf@johnhaman.org>

>>>>> John Haman <mail@johnhaman.org>:

> Steinar Bang <sb@dod.no> writes:
>> Second hurdle: gnus sync fails because it can't handle files with ":" in
>> their names on Windows. Stack trace here:
>> https://gist.github.com/steinarb/8806d9ac18f00a4504eb00ece117c0bf

> I use the following in my gnus.el

> ;;; Colon is illegal on Windows filesystem
>   (setq nnheader-file-name-translation-alist '((?: . ?_)))

> now, no colons in score files.

Thanks for the tip!

Didn't help, unfortunately. :-/

Looks like the above translation (i.e. from ascii 58 to ascii 95) was
part of the original value of nnheader-file-name-translation-alist on a
windows emacs:

nnheader-file-name-translation-alist is a variable defined in ‘nnheader.el’.

Its value is shown below.
[snip!]
Value: ((58 . 95))
Original value was 
((58 . 95)
 (42 . 95)
 (34 . 95)
 (60 . 95)
 (62 . 95)
 (63 . 95))



  reply	other threads:[~2024-01-15 15:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-05 15:50 Steinar Bang
2024-01-08 13:11 ` Steinar Bang
2024-01-13 15:16   ` John Haman
2024-01-13 22:34   ` John Haman
2024-01-15 15:54     ` Steinar Bang [this message]
2024-01-17  7:24       ` Steinar Bang
2024-01-21 19:32         ` Andy Moreton
2024-01-24 17:51           ` Steinar Bang

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=yqoonklzfx6ioc0.fsf@dod.no \
    --to=sb@dod.no \
    --cc=ding@gnus.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).