all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Will Parsons <wbp@nodomain.invalid>
To: help-gnu-emacs@gnu.org
Subject: Re: mimencode error using tramp
Date: 19 Jan 2009 17:31:25 GMT	[thread overview]
Message-ID: <6tjrncFbbib8U1@mid.individual.net> (raw)
In-Reply-To: mailman.5156.1232269827.26697.help-gnu-emacs@gnu.org

Michael Albinus wrote:
> Will Parsons <wbp@nodomain.invalid> writes:
>
>> Using Emacs 22.1.1 on FreeBSD, I'm trying to edit remote files on a system
>> running QNX4 using tramp, but I get the following error in the minibuffer:
>>
>>   Couldn't find exit status of `mimencode -b </dev/null'
>>
>> From the tramp buffer:
>>
>>   ( mimencode -b </dev/null 2>/dev/null; echo tramp_exit_status $? )
>>   mimencode: not found
>>   tramp_exit_status 1
>>
>> How can I turn off looking for mimencode so that I can get tramp to work?
>
> See variable `tramp-coding-commands'. But Tramp shall check first, if a
> given coding command is applicable on the remote host, so I don't
> understand, why it is using mimencode.
>
> Could you, please, send the traces?

When I retried this, I get somewhat different diagnostics, but still the
same basic problem.

Tramp buffer:
--------------------------------------
( tramp_encode </dev/null 2>/dev/null; echo tramp_exit_status $? )
tramp_encode: not found
tramp_exit_status 1


Trace buffer:
--------------------------------------
Debugger entered--Lisp error: (error "Couldn't find an inline transfer encoding")
  signal(error ("Couldn't find an inline transfer encoding"))
  error("Couldn't find an inline transfer encoding")
  tramp-find-inline-encoding(nil nil "wbp" "maple")
  tramp-post-connection(nil nil "wbp" "maple")
  tramp-open-connection-rsh(nil nil "wbp" "maple")
  tramp-maybe-open-connection(nil nil "wbp" "maple")
  tramp-send-command(nil nil "wbp" "maple" "cd ~; pwd" t)
  tramp-handle-expand-file-name("/wbp@maple:.emacs" nil)
  apply(tramp-handle-expand-file-name ("/wbp@maple:.emacs" nil))
  tramp-sh-file-name-handler(expand-file-name "/wbp@maple:.emacs" nil)
  apply(tramp-sh-file-name-handler expand-file-name ("/wbp@maple:.emacs" nil))
  tramp-file-name-handler(expand-file-name "/wbp@maple:.emacs" nil)
  expand-file-name("/wbp@maple:.emacs")
  find-file-noselect("/wbp@maple:.emacs" nil nil t)
  find-file("/wbp@maple:.emacs" t)
  call-interactively(find-file)

--------------------------------------

The value of tramp-coding-commands is:

(("mimencode -b" "mimencode -u -b" base64-encode-region base64-decode-region)
 ("mmencode -b" "mmencode -u -b" base64-encode-region base64-decode-region)
 ("recode data..base64" "recode base64..data" base64-encode-region base64-decode-region)
 ("uuencode xxx" "uudecode -o /dev/stdout" tramp-uuencode-region uudecode-decode-region)
 ("uuencode xxx" "uudecode -o -" tramp-uuencode-region uudecode-decode-region)
 ("uuencode xxx" "uudecode -p" tramp-uuencode-region uudecode-decode-region)
 ("uuencode xxx" "tramp_uudecode" tramp-uuencode-region uudecode-decode-region)
 ("tramp_encode_with_module" "tramp_decode_with_module" base64-encode-region base64-decode-region)
 ("tramp_encode" "tramp_decode" base64-encode-region base64-decode-region))

But I don't know what to do with this information to get tramp to work.

-- 
Will


  parent reply	other threads:[~2009-01-19 17:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-16 14:25 mimencode error using tramp Will Parsons
2009-01-18  9:10 ` Michael Albinus
     [not found] ` <mailman.5156.1232269827.26697.help-gnu-emacs@gnu.org>
2009-01-19 17:31   ` Will Parsons [this message]
2009-01-19 19:17     ` Michael Albinus

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

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

  git send-email \
    --in-reply-to=6tjrncFbbib8U1@mid.individual.net \
    --to=wbp@nodomain.invalid \
    --cc=help-gnu-emacs@gnu.org \
    --cc=william.b.parsons@us.westinghouse.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 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.