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, 08 Jan 2024 14:11:24 +0100	[thread overview]
Message-ID: <yqoonkl34v8km0z.fsf@dod.no> (raw)
In-Reply-To: <yqoonkltucc4cw2.fsf@dod.no>

I'm trying to use gnus-cloud on emacs 29 on a new windows laptop.

First hurdle:
gnus-cloud sync fails because it can't overwrite ~ backup files.

I cloned the emacs git repository, made a branch off the emacs-29 branch
and cherry picked my fix from a similar emacs 28 branch (made in june
2023)
 https://github.com/steinarb/emacs-gnus-cloud-sb/commit/e48bb24270f93e40192b18dcead2f95190e1b1a4

Then byte compiled the gnus and restarted emacs (I have
~/git/emacs/lisp/gnus in the load-path).

The new branch is here: https://github.com/steinarb/emacs-gnus-cloud-sb/tree/emacs-29-with-gnus-cloud-mods

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 have the following setting in ~/.emacs:
 (setq gnus-cloud-synced-files '((:directory "~/News" :match ".*.SCORE\\'"))

I have tried to make it more restrictive to exclude file names
containing ":" but I get the same error:
 (setq gnus-cloud-synced-files '((:directory "~/News" :match "[^:]*\\.SCORE\\'"))

Ideas?

Thanks!


- Steinar



  reply	other threads:[~2024-01-08 13:12 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 [this message]
2024-01-13 15:16   ` John Haman
2024-01-13 22:34   ` John Haman
2024-01-15 15:54     ` Steinar Bang
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=yqoonkl34v8km0z.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).