unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#33141: 27.0.50; TRAMP simplified syntax doesn't work
@ 2018-10-24 17:41 Dima Kogan
  2018-10-24 18:31 ` Eli Zaretskii
  2018-10-24 18:58 ` Michael Albinus
  0 siblings, 2 replies; 8+ messages in thread
From: Dima Kogan @ 2018-10-24 17:41 UTC (permalink / raw)
  To: 33141

Hi.

Currently the simplified TRAMP syntax doesn't work. I'm at a recent
(2018/9/8) build: e4896856172

I do this:

1. emacs -Q
2. (require 'tramp)
3. (tramp-change-syntax 'simplified)
4. I try to open a file with the simplified syntax
   - C-x C-f
   - /localhost:

I see this:

tramp-file-name-handler: Wrong type argument: stringp, ""

Thanks





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

* bug#33141: 27.0.50; TRAMP simplified syntax doesn't work
  2018-10-24 17:41 bug#33141: 27.0.50; TRAMP simplified syntax doesn't work Dima Kogan
@ 2018-10-24 18:31 ` Eli Zaretskii
  2018-10-24 18:35   ` Dima Kogan
  2018-10-24 18:58 ` Michael Albinus
  1 sibling, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2018-10-24 18:31 UTC (permalink / raw)
  To: Dima Kogan; +Cc: 33141

> From: Dima Kogan <dima@secretsauce.net>
> Date: Wed, 24 Oct 2018 10:41:47 -0700
> 
> 1. emacs -Q
> 2. (require 'tramp)
> 3. (tramp-change-syntax 'simplified)
> 4. I try to open a file with the simplified syntax
>    - C-x C-f
>    - /localhost:
> 
> I see this:
> 
> tramp-file-name-handler: Wrong type argument: stringp, ""

FWIW, I cannot reproduce this with today's master.

(Do you mean the error message pops up as soon as you type the colon?
If not, what else do you type after the colon?)





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

* bug#33141: 27.0.50; TRAMP simplified syntax doesn't work
  2018-10-24 18:31 ` Eli Zaretskii
@ 2018-10-24 18:35   ` Dima Kogan
  2018-10-24 19:04     ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Dima Kogan @ 2018-10-24 18:35 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 33141

Thanks for checking

> FWIW, I cannot reproduce this with today's master.
>
> (Do you mean the error message pops up as soon as you type the colon?
> If not, what else do you type after the colon?)

The error message pops up after I press ENTER, and the open operation
then fails. I can imagine that this was fixed in the last month, so I'll
try the master in a bit.

Thanks.





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

* bug#33141: 27.0.50; TRAMP simplified syntax doesn't work
  2018-10-24 17:41 bug#33141: 27.0.50; TRAMP simplified syntax doesn't work Dima Kogan
  2018-10-24 18:31 ` Eli Zaretskii
@ 2018-10-24 18:58 ` Michael Albinus
  1 sibling, 0 replies; 8+ messages in thread
From: Michael Albinus @ 2018-10-24 18:58 UTC (permalink / raw)
  To: Dima Kogan; +Cc: 33141

Dima Kogan <dima@secretsauce.net> writes:

> Hi.

Hi Dima,

> Currently the simplified TRAMP syntax doesn't work. I'm at a recent
> (2018/9/8) build: e4896856172
>
> tramp-file-name-handler: Wrong type argument: stringp, ""

Oops, yes. I've committed a fix to the master; could you pls check?

> Thanks

Best regards, Michael.





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

* bug#33141: 27.0.50; TRAMP simplified syntax doesn't work
  2018-10-24 18:35   ` Dima Kogan
@ 2018-10-24 19:04     ` Eli Zaretskii
  2018-10-24 19:12       ` Michael Albinus
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2018-10-24 19:04 UTC (permalink / raw)
  To: Dima Kogan; +Cc: 33141

> From: Dima Kogan <dima@secretsauce.net>
> Cc: 33141@debbugs.gnu.org
> Date: Wed, 24 Oct 2018 11:35:26 -0700
> 
> > FWIW, I cannot reproduce this with today's master.
> >
> > (Do you mean the error message pops up as soon as you type the colon?
> > If not, what else do you type after the colon?)
> 
> The error message pops up after I press ENTER, and the open operation
> then fails. I can imagine that this was fixed in the last month, so I'll
> try the master in a bit.

No, it seems to be system-dependent.  I see this on GNU/Linux, but not
on MS-Windows (you didn't show the details of your build, AFAICT).





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

* bug#33141: 27.0.50; TRAMP simplified syntax doesn't work
  2018-10-24 19:04     ` Eli Zaretskii
@ 2018-10-24 19:12       ` Michael Albinus
  2018-10-24 19:39         ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Albinus @ 2018-10-24 19:12 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Dima Kogan, 33141

Eli Zaretskii <eliz@gnu.org> writes:

> No, it seems to be system-dependent.  I see this on GNU/Linux, but not
> on MS-Windows (you didn't show the details of your build, AFAICT).

Hmm, the fix I've committed minutes ago does not depend on the
underlying system. Could you, pls, test in parallel to Dima, that it
works now for you everywhere?

Thanks, and best regards, Michael.





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

* bug#33141: 27.0.50; TRAMP simplified syntax doesn't work
  2018-10-24 19:12       ` Michael Albinus
@ 2018-10-24 19:39         ` Eli Zaretskii
  2018-10-24 19:50           ` Dima Kogan
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2018-10-24 19:39 UTC (permalink / raw)
  To: Michael Albinus; +Cc: dima, 33141

> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: Dima Kogan <dima@secretsauce.net>,  33141@debbugs.gnu.org
> Date: Wed, 24 Oct 2018 21:12:16 +0200
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > No, it seems to be system-dependent.  I see this on GNU/Linux, but not
> > on MS-Windows (you didn't show the details of your build, AFAICT).
> 
> Hmm, the fix I've committed minutes ago does not depend on the
> underlying system. Could you, pls, test in parallel to Dima, that it
> works now for you everywhere?

Works on both systems.

Thanks.





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

* bug#33141: 27.0.50; TRAMP simplified syntax doesn't work
  2018-10-24 19:39         ` Eli Zaretskii
@ 2018-10-24 19:50           ` Dima Kogan
  0 siblings, 0 replies; 8+ messages in thread
From: Dima Kogan @ 2018-10-24 19:50 UTC (permalink / raw)
  To: 33141-done

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Michael Albinus <michael.albinus@gmx.de>
>> Cc: Dima Kogan <dima@secretsauce.net>,  33141@debbugs.gnu.org
>> Date: Wed, 24 Oct 2018 21:12:16 +0200
>>
>> Eli Zaretskii <eliz@gnu.org> writes:
>>
>> > No, it seems to be system-dependent.  I see this on GNU/Linux, but not
>> > on MS-Windows (you didn't show the details of your build, AFAICT).
>>
>> Hmm, the fix I've committed minutes ago does not depend on the
>> underlying system. Could you, pls, test in parallel to Dima, that it
>> works now for you everywhere?
>
> Works on both systems.

It works for me on Debian. Thanks for the lightning-fast response! I'm
closing the bug.





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

end of thread, other threads:[~2018-10-24 19:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24 17:41 bug#33141: 27.0.50; TRAMP simplified syntax doesn't work Dima Kogan
2018-10-24 18:31 ` Eli Zaretskii
2018-10-24 18:35   ` Dima Kogan
2018-10-24 19:04     ` Eli Zaretskii
2018-10-24 19:12       ` Michael Albinus
2018-10-24 19:39         ` Eli Zaretskii
2018-10-24 19:50           ` Dima Kogan
2018-10-24 18:58 ` Michael Albinus

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).