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]> |
For now, this is what I've done in my ~/.emacs: (when windows-emacs (setq gnus-cloud-synced-files nil)) And windows-emacs is an oldie that has been with me since the 1990-ies: (defvar windows-emacs (string-match "mingw" (emacs-version)) "Hold a numerical value if this is an Emacs running on Windows, and nil if this isn't windows") (git blame says 2004 but I think maybe it lies a little bit here. But at least windows-emacs has been in the samme spot since 2004... (and git didn't exist in 2004 you may say...? Correct! But cvs existed then, and RCS before that. My home directory has gone from individual file RCS versioning, to CVS (I just moved the RCS files of one computer into a CVS repo) and then turned that into svn with very complex branch tracking in the mid-late noughts, before I finally landed on git in 2010 (I think...?)))