Re: The current state of gnus-cloud
Steinar Bang <[email protected]>
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Organization | Probably a good idea |
| Message-ID | <[email protected]> |
>>>>> John Haman <[email protected]>: > Steinar Bang <[email protected]> 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))