unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Alan.Grunwald@tatasteel.com
Cc: 6019@debbugs.gnu.org
Subject: bug#6019: 23.3; Can't visit VMS file from Windows Emacs 23.3.1
Date: Tue, 30 Aug 2011 10:57:05 +0200	[thread overview]
Message-ID: <8762lfp99a.fsf@gmx.de> (raw)
In-Reply-To: <OF4134CFDF.2E7CE205-ON802578EF.00490FD1-802578EF.004928B7@LocalDomain> (Alan Grunwald's message of "Wed, 17 Aug 2011 14:24:17 +0100")

Alan.Grunwald@tatasteel.com writes:

Hi Alan,

> I know next-to no emacs LISP, but I am an experienced programmer and
> I've had a go at debugging this by sprinkling (message ... ...) calls
> around the code. As far as I can make out, something outside amg-ftp is
> calling ange-ftp-send-cmd with the command "dir /$DISK1!/". I believe it
> is that that is casuing the problem, but I can't work out why this
> command is being attempted.
>
> For what it's worth, if I connect to machin from a DOS box and type PWD,
> the response is
>
>     "$DISK1:[GRUNWALD]" is current directory.
>
> It seems to me that the exclamation mark between DISK1 and the slash is
> causing the problem, but I've no idea where it's coming from.

I have no access to a VAX any longer (for 15 years or so), and from
reading the sources in ange-ftp.el I cannot find the problem.

Could you, please, apply the following:

(require 'ange-ftp)
(require 'trace)
(dolist (elt (all-completions "ange-ftp-" obarray 'functionp))
  (trace-function-background (intern elt)))

Then rerun your test and show the contents of the buffers

  *ftp ...*
  *trace-output*

Check the buffers, that they do not contain sensitive information like
your password, before sending.

> Thanks,
> Alan

Best regards, Michael.





  reply	other threads:[~2011-08-30  8:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-17 13:24 bug#9315: 23.3; Can't visit VMS file from Windows Emacs 23.3.1 Alan.Grunwald
2011-08-30  8:57 ` Michael Albinus [this message]
2011-10-20  9:14 ` Michael Albinus
     [not found] <OF7CF6E26D.4255F847-ON802578FD.0031AD64-802578FD.00326650@LocalDomain>
2010-04-23 21:09 ` bug#6019: 23.1; ange-ftp with VAX Carroll, Tom
2011-08-31 11:39   ` bug#6019: 23.3; Can't visit VMS file from Windows Emacs 23.3.1 Michael Albinus
2011-08-31 12:41     ` Alan.Grunwald

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8762lfp99a.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=6019@debbugs.gnu.org \
    --cc=Alan.Grunwald@tatasteel.com \
    /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.
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).