all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax
@ 2019-01-23 13:50 Tim Blackman
       [not found] ` <87o987xwht.fsf@gmx.de>
  0 siblings, 1 reply; 7+ messages in thread
From: Tim Blackman @ 2019-01-23 13:50 UTC (permalink / raw)
  To: 34178

When using this nightly Emacs build, I noticed that C-x C-f was not
responding correctly to the normal tramp syntax.

After starting up with 'emacs -Q', I did:

  C-x C-f /scp:slc:<RET>

("slc" is the name of my remote host.)

The message area displayed:

 File not found and directory write-protected

The buffer showing was named "scp:slc:", so it seemed to think I was
talking about a local file.

Note that when I type C-x C-f in the 26.1 pretest version, the default
directory is "~/", but it is "/" in the nightly. Not sure if that is
significant.

Note that, following instructions, I did M-: (setq tramp-verbose 6)
prior to calling C-x C-f, but there did not seem to be a tramp debug
trace generated. I'm guessing that the problem is happening earlier and
the command is deciding to not invoke tramp at all.

- Tim

In GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin14.5.0, NS appkit-1561.60 Version 10.13.6 (Build 17G4015))
 of 2019-01-23 built on Lime.local
Windowing system distributor 'Apple', version 10.3.1561
System Description:  Mac OS X 10.13.6

Recent messages:
Loading electric...done
Loading emacs-lisp/eldoc...done
Loading cus-start...done
Loading tooltip...done
Loading /Users/tblackma/Desktop/Emacs-nightly.app/Contents/Resources/lisp/leim/leim-list.el (source)...done
Finding pointers to doc strings...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading loadup.el (source)...done
6 (#o6, #x6, ?\C-f)
File not found and directory write-protected

Configured using:
 'configure --with-ns '--enable-locallisppath=/Library/Application
 Support/Emacs/${version}/site-lisp:/Library/Application
 Support/Emacs/site-lisp' --with-modules'

Configured features:
NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES
THREADS CANNOT_DUMP

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  shell-dirtrack-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml easymenu mml-sec epa derived epg epg-config gnus-util rmail
rmail-loaddefs time-date mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils tramp-loaddefs trampver
tramp-compat shell pcomplete comint ansi-color ring parse-time
format-spec advice auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json map seq byte-opt gv bytecomp
byte-compile cconv cl-loaddefs cl-lib elec-pair tooltip cus-start eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/ns-win
ns-win ucs-normalize mule-util term/common-win tool-bar dnd fontset
image regexp-opt fringe tabulated-list replace newcomment text-mode
elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow
isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu
font-core term/tty-colors frame cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads kqueue cocoa ns multi-tty
make-network-process emacs)

Memory information:
((conses 16 280154 15648)
 (symbols 48 21850 2)
 (strings 32 59698 2519)
 (string-bytes 1 2495898)
 (vectors 16 51938)
 (vector-slots 8 1404615 50944)
 (floats 8 190 60)
 (intervals 56 225 0)
 (buffers 992 12))






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

* bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax
       [not found] ` <87o987xwht.fsf@gmx.de>
@ 2019-01-23 14:57   ` Tim Blackman
  2019-01-23 15:17     ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Tim Blackman @ 2019-01-23 14:57 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 34178

[-- Attachment #1: Type: text/plain, Size: 1636 bytes --]

On Jan 23, 2019, at 9:46 AM, Michael Albinus <michael.albinus@gmx.de> wrote:

>> When using this nightly Emacs build, I noticed that C-x C-f was not
>> responding correctly to the normal tramp syntax.
>> 
>> After starting up with 'emacs -Q', I did:
>> 
>>  C-x C-f /scp:slc:<RET>
>> 
>> ("slc" is the name of my remote host.)
>> 
>> The message area displayed:
>> 
>> File not found and directory write-protected
>> 
>> The buffer showing was named "scp:slc:", so it seemed to think I was
>> talking about a local file.
>> 
>> Note that when I type C-x C-f in the 26.1 pretest version, the default
>> directory is "~/", but it is "/" in the nightly. Not sure if that is
>> significant.
>> 
>> Note that, following instructions, I did M-: (setq tramp-verbose 6)
>> prior to calling C-x C-f, but there did not seem to be a tramp debug
>> trace generated. I'm guessing that the problem is happening earlier and
>> the command is deciding to not invoke tramp at all.
> 
> Hmm, yes. Tramp shall be autoloaded.

🙏🙏🙏

> Could you pls perform 'C-h v file-name-handler-alist' prior and after
> opening your file?

When I do that and press <RET>, I get transient minibuffer output that says:

  Wrong type argument: stringp, (require . elec-pair)

Same thing happens on second <RET>, but third one works — neat!

The C-x C-f behavior is unchanged after this: Still says file not found and brings up a local buffer.

> As a second test, does it help to preload Tramp when starting Emacs, as
> with 'emacs -Q -l tramp'?

That got tramp to work. Then I see the redisplay problem. :-)

- Tim

[-- Attachment #2: Type: text/html, Size: 6890 bytes --]

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

* bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax
  2019-01-23 14:57   ` Tim Blackman
@ 2019-01-23 15:17     ` Michael Albinus
  2019-01-24 19:16       ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2019-01-23 15:17 UTC (permalink / raw)
  To: Tim Blackman; +Cc: 34178

Tim Blackman <tim.blackman@oracle.com> writes:

Hi Tim,

>     Could you pls perform 'C-h v file-name-handler-alist' prior and
>     after
>     opening your file?
>
> When I do that and press <RET>, I get transient minibuffer output that
> says:
>
>   Wrong type argument: stringp, (require . elec-pair)

OMG. That's not Tramp related. No idea what's that, could somebody else
pls chime in?

>     As a second test, does it help to preload Tramp when starting
>     Emacs, as
>     with 'emacs -Q -l tramp'?
>
> That got tramp to work.

At least this ...

> - Tim

Best regards, Michael.





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

* bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax
  2019-01-23 15:17     ` Michael Albinus
@ 2019-01-24 19:16       ` Glenn Morris
  2019-01-25  8:02         ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2019-01-24 19:16 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 34178, Tim Blackman

Michael Albinus wrote:

>>   Wrong type argument: stringp, (require . elec-pair)
>
> OMG. That's not Tramp related. No idea what's that, could somebody else
> pls chime in?

https://debbugs.gnu.org/34094





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

* bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax
  2019-01-24 19:16       ` Glenn Morris
@ 2019-01-25  8:02         ` Michael Albinus
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Albinus @ 2019-01-25  8:02 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 34178, Tim Blackman

Glenn Morris <rgm@gnu.org> writes:

Hi Glenn,

>>>   Wrong type argument: stringp, (require . elec-pair)
>>
>> OMG. That's not Tramp related. No idea what's that, could somebody else
>> pls chime in?
>
> https://debbugs.gnu.org/34094

Thanks, I've merged both bugs.

Best regards, Michael.





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

* bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax
  2022-05-01 10:57         ` bug#34094: bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax Lars Ingebrigtsen
@ 2022-05-02  4:56           ` Tassilo Horn
  2022-05-02  8:04             ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Tassilo Horn @ 2022-05-02  4:56 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 34178, Stefan Monnier, 34094

Lars Ingebrigtsen <larsi@gnus.org> writes:

Hi Lars,

>>> There was discussion to make Emacs follow the symlink to try and
>>> find the corresponding pdmp file, so maybe that's what you're
>>> seeing.
>>
>> "Discussion"?  I thought Daniel fixed that some time ago, see commit
>> 65d45de.
>
> (I'm going through old bug reports that unfortunately weren't resolved
> at the time.)
>
> I thought so, too, so I guess this bug should be fixed now, too?
>
> Tassilo, are you still seeing this issue in recent Emacs versions?

Uhm, I wonder how I got into the Cc list of that bug given that I didn't
report or comment on it.  Ah, it seems it has been merged with #34094
which I reported!

C-x C-f /scp:<host>:/... works just fine with both 28 and the current
master (-Q), so I guess the issue has been fixed.

Thanks,
Tassilo





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

* bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax
  2022-05-02  4:56           ` Tassilo Horn
@ 2022-05-02  8:04             ` Lars Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Ingebrigtsen @ 2022-05-02  8:04 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: 34178, Stefan Monnier, 34094

Tassilo Horn <tsdh@gnu.org> writes:

> C-x C-f /scp:<host>:/... works just fine with both 28 and the current
> master (-Q), so I guess the issue has been fixed.

Thanks for checking; I'm closing this bug report, then.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2022-05-02  8:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-23 13:50 bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax Tim Blackman
     [not found] ` <87o987xwht.fsf@gmx.de>
2019-01-23 14:57   ` Tim Blackman
2019-01-23 15:17     ` Michael Albinus
2019-01-24 19:16       ` Glenn Morris
2019-01-25  8:02         ` Michael Albinus
  -- strict thread matches above, loose matches on Subject: below --
2019-01-16  7:42 bug#34094: 27.0.50; (wrong-type-argument stringp (require . elec-pair)) with describe-function (and other commands) Tassilo Horn
2020-02-17 15:07 ` Stefan Monnier
2020-02-17 15:31   ` Tassilo Horn
2020-02-17 16:33     ` Stefan Monnier
2020-02-17 17:34       ` Eli Zaretskii
2022-05-01 10:57         ` bug#34094: bug#34178: 27.0.50; Tramp not responding correctly to "/scp:slc:" syntax Lars Ingebrigtsen
2022-05-02  4:56           ` Tassilo Horn
2022-05-02  8:04             ` Lars Ingebrigtsen

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.