all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* shadowfile.el reloaded
@ 2018-07-10 15:27 Michael Albinus
  2018-07-10 15:38 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2018-07-10 15:27 UTC (permalink / raw)
  To: emacs-devel

Hi,

shadowfile.el is implemented with Ange-FTP in mind. It uses a lot of
Ange-FTP internal functions and data structures.

Since Tramp has been integrated into Emacs 22, this doesn't work
well. Bug#4526 and bug#4846 speak about. One could do some variable
fiddlings to let it work (setting `tramp-default-method' to "ftp"), but
this is not the way we want to go.

With Emacs 26, Tramp syntax has been changed. shadowfile.el doesn't work
any longer even with the tricks.

So I have rewritten it, to use Tramp instead of Ange-FTP. There are a
lot of incompatible changes I had to decide for, but this couldn't be
avoided.

I would like to install it into the emacs-26 branch, because one could
regard this as bug fixing related to the changed Tramp syntax in Emacs 26.

Well, I'm not a shadowfile.el user, so this would require more testing
from other users. But at least I have written shadowfile-tests.el in
parallel, which should give us a minimal level of trust.

Comments?

Best regards, Michael.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: shadowfile.el reloaded
  2018-07-10 15:27 shadowfile.el reloaded Michael Albinus
@ 2018-07-10 15:38 ` Eli Zaretskii
  2018-07-18 14:56   ` Michael Albinus
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2018-07-10 15:38 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel

> From: Michael Albinus <michael.albinus@gmx.de>
> Date: Tue, 10 Jul 2018 17:27:30 +0200
> 
> With Emacs 26, Tramp syntax has been changed. shadowfile.el doesn't work
> any longer even with the tricks.
> 
> So I have rewritten it, to use Tramp instead of Ange-FTP. There are a
> lot of incompatible changes I had to decide for, but this couldn't be
> avoided.
> 
> I would like to install it into the emacs-26 branch, because one could
> regard this as bug fixing related to the changed Tramp syntax in Emacs 26.
> 
> Well, I'm not a shadowfile.el user, so this would require more testing
> from other users. But at least I have written shadowfile-tests.el in
> parallel, which should give us a minimal level of trust.
> 
> Comments?

It's fine with me to put that in emacs-26.  Please wait for a few
days, in case someone might come up with objections.

Thanks.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: shadowfile.el reloaded
  2018-07-10 15:38 ` Eli Zaretskii
@ 2018-07-18 14:56   ` Michael Albinus
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Albinus @ 2018-07-18 14:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> It's fine with me to put that in emacs-26.  Please wait for a few
> days, in case someone might come up with objections.

Nobody has spoken, so I have committed it to the emacs-26 branch. There
is also the new shadowfile-tests.el, which provides some basic tests.

Heads up for former shadowfile.el users or people who want to use
it. Pls test, whether it works for you. Existing files
"~/.emacs.d/shadows" and "~/.emacs.d/shadow_todo" must be removed prior
using the changed 'shadow-*' commands.

> Thanks.

Best regards, Michael.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-18 14:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-10 15:27 shadowfile.el reloaded Michael Albinus
2018-07-10 15:38 ` Eli Zaretskii
2018-07-18 14:56   ` Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.