all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: tramp
       [not found] <mailman.1032894380.6606.help-gnu-emacs@gnu.org>
@ 2002-09-24 20:11 ` Kai Großjohann
  2002-09-26 17:38 ` tramp Michael P. Soulier
  1 sibling, 0 replies; 14+ messages in thread
From: Kai Großjohann @ 2002-09-24 20:11 UTC (permalink / raw)


Roger Mason <rmason@sparky2.esd.mun.ca> writes:

> I downloaded tramp-2.0.22 and installed it.  I am trying to get it
> configured. For now I have to use telnet as the default connection method,
> so I executed
>
> (setq tramp-default-method "tm") in the scratch buffer and it returned

The new Tramp has different methods.  It auto-detects whether to use
base64 or uuencode encodings.  The method is now called "telnet".

kai
-- 
~/.signature is: umop 3p!sdn    (Frank Nobis)

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

* Re: tramp
       [not found] <mailman.1032894380.6606.help-gnu-emacs@gnu.org>
  2002-09-24 20:11 ` tramp Kai Großjohann
@ 2002-09-26 17:38 ` Michael P. Soulier
  2002-09-27 11:43   ` tramp Kai Großjohann
  1 sibling, 1 reply; 14+ messages in thread
From: Michael P. Soulier @ 2002-09-26 17:38 UTC (permalink / raw)


On Tue, 24 Sep 2002 16:35:37 -0230 (NDDT), Roger Mason
<rmason@sparky2.esd.mun.ca> wrote:
> 
> When I try to get a file from a my home dir on a remote machine:
> 
> /fred.here.there.everywhere:~/.emacs

    Ah! So that's the new syntax! It's really confusing having all that
documentation at tramp.sourceforge.net conflict with the new tramp. Is the
EmacsWiki up to date? I don't see tramp mentioned there. 

    Hmm. I just tried the new tramp to login to my box at home.

Args out of range: 0, 0

    This is in the tramp buffer:

Enter passphrase for key '/home/e-smith/files/users/msoulier/.ssh/id_rsa': 

    Mike

-- 
Michael P. Soulier <msoulier@storm.ca>, GnuPG pub key: 5BC8BE08
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort."  -Harley Hahn, A Student's Guide to Unix
HTML Email Considered Harmful: http://expita.com/nomime.html

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

* Re: tramp
  2002-09-26 17:38 ` tramp Michael P. Soulier
@ 2002-09-27 11:43   ` Kai Großjohann
  2002-09-27 12:15     ` tramp Roger Mason
  0 siblings, 1 reply; 14+ messages in thread
From: Kai Großjohann @ 2002-09-27 11:43 UTC (permalink / raw)


"Michael P. Soulier" <msoulier@storm.ca._nospam> writes:

> On Tue, 24 Sep 2002 16:35:37 -0230 (NDDT), Roger Mason
> <rmason@sparky2.esd.mun.ca> wrote:
>> 
>> When I try to get a file from a my home dir on a remote machine:
>> 
>> /fred.here.there.everywhere:~/.emacs
>
>     Ah! So that's the new syntax! It's really confusing having all that
> documentation at tramp.sourceforge.net conflict with the new tramp.

I'm sorry.  I really should change the SourceForge information.
[time passes]  I've now done it.

>     Hmm. I just tried the new tramp to login to my box at home.
>
> Args out of range: 0, 0
>
>     This is in the tramp buffer:
>
> Enter passphrase for key '/home/e-smith/files/users/msoulier/.ssh/id_rsa': 

Please submit a bug report, using M-x tramp-bug RET.  That also tells
you which information I need to successfully chase the bug.  In your
case, it's important to load tramp.el instead of tramp.elc and to
provide a backtrace (you get it if you do M-x toggle-debug-on-error
RET and the reproduce the error message).

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

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

* Re: tramp
  2002-09-27 11:43   ` tramp Kai Großjohann
@ 2002-09-27 12:15     ` Roger Mason
  2002-09-27 13:59       ` tramp Carsten Dominik
  2002-09-27 14:19       ` tramp Kai Großjohann
  0 siblings, 2 replies; 14+ messages in thread
From: Roger Mason @ 2002-09-27 12:15 UTC (permalink / raw)


Hello,

Please forgive my ignorance, but how do I ensure loading of tramp.el & not
tramp.elc?

Thanks,

Roger

On Fri, 27 Sep 2002, Kai [iso-8859-15] Großjohann wrote:

> "Michael P. Soulier" <msoulier@storm.ca._nospam> writes:
> 
> > On Tue, 24 Sep 2002 16:35:37 -0230 (NDDT), Roger Mason
> > <rmason@sparky2.esd.mun.ca> wrote:
> >> 
> >> When I try to get a file from a my home dir on a remote machine:
> >> 
> >> /fred.here.there.everywhere:~/.emacs
> >
> >     Ah! So that's the new syntax! It's really confusing having all that
> > documentation at tramp.sourceforge.net conflict with the new tramp.
> 
> I'm sorry.  I really should change the SourceForge information.
> [time passes]  I've now done it.
> 
> >     Hmm. I just tried the new tramp to login to my box at home.
> >
> > Args out of range: 0, 0
> >
> >     This is in the tramp buffer:
> >
> > Enter passphrase for key '/home/e-smith/files/users/msoulier/.ssh/id_rsa': 
> 
> Please submit a bug report, using M-x tramp-bug RET.  That also tells
> you which information I need to successfully chase the bug.  In your
> case, it's important to load tramp.el instead of tramp.elc and to
> provide a backtrace (you get it if you do M-x toggle-debug-on-error
> RET and the reproduce the error message).
> 
> kai
> -- 
> ~/.signature is: umop ap!sdn    (Frank Nobis)
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 

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

* Re: tramp
  2002-09-27 12:15     ` tramp Roger Mason
@ 2002-09-27 13:59       ` Carsten Dominik
  2002-09-27 14:19       ` tramp Kai Großjohann
  1 sibling, 0 replies; 14+ messages in thread
From: Carsten Dominik @ 2002-09-27 13:59 UTC (permalink / raw)


>>>>> "RM" == Roger Mason <rmason@sparky2.esd.mun.ca> writes:

RM> Hello, Please forgive my ignorance, but how do I ensure loading of
RM> tramp.el & not tramp.elc?



Either remove tramp.elc, or load tramp.el explicitly with

M-x load-file /path/to/tramp.el RET

- Carsten

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

* Re: tramp
  2002-09-27 12:15     ` tramp Roger Mason
  2002-09-27 13:59       ` tramp Carsten Dominik
@ 2002-09-27 14:19       ` Kai Großjohann
  2002-09-27 17:07         ` w3 again, Roger Mason
       [not found]         ` <mailman.1033146535.10923.help-gnu-emacs@gnu.org>
  1 sibling, 2 replies; 14+ messages in thread
From: Kai Großjohann @ 2002-09-27 14:19 UTC (permalink / raw)


Roger Mason <rmason@sparky2.esd.mun.ca> writes:

> Please forgive my ignorance, but how do I ensure loading of tramp.el & not
> tramp.elc?

You could delete tramp.elc, for example :-)

Or say (load "tramp.el") in your .emacs file.

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

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

* w3 again,
  2002-09-27 14:19       ` tramp Kai Großjohann
@ 2002-09-27 17:07         ` Roger Mason
       [not found]         ` <mailman.1033146535.10923.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 14+ messages in thread
From: Roger Mason @ 2002-09-27 17:07 UTC (permalink / raw)


Hi,

I downloaded and installed the CVS versions of url and w3.  When I invoke
w3 (m-x w3) I get:

Loading w3...
Loading cus-edit...
Loading easymenu...done
Loading cus-edit...done
Loading w3...done
Loading url-auth...done
Could not load cookie file /home/rmason/.url/cookies
Loading w3-hot...done
/home/rmason/.mosaic-hotlist-default does not exist!
Contacting host: www.cs.indiana.edu:80
Loading url-cache...done
Downloading of `http://www.cs.indiana.edu/elisp/w3/docs.html' complete.
error in process filter: w3-decode-charset: Invalid function: (macro .
#[(handle) "ÁE‡" [handle nth 2] 3])
error in process filter: Invalid function: (macro . #[(handle) "ÁE‡"
[handle nth 2] 3]

Thanks for any help you can give.

Roger Mason

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

* Re: w3 again,
       [not found]         ` <mailman.1033146535.10923.help-gnu-emacs@gnu.org>
@ 2002-09-27 21:16           ` Kevin Rodgers
  2002-09-28 12:27           ` Kai Großjohann
  1 sibling, 0 replies; 14+ messages in thread
From: Kevin Rodgers @ 2002-09-27 21:16 UTC (permalink / raw)


Roger Mason wrote:

> I downloaded and installed the CVS versions of url and w3.  When I invoke
> w3 (m-x w3) I get:
> 
> Loading w3...
> Loading cus-edit...
> Loading easymenu...done
> Loading cus-edit...done
> Loading w3...done
> Loading url-auth...done
> Could not load cookie file /home/rmason/.url/cookies
> Loading w3-hot...done
> /home/rmason/.mosaic-hotlist-default does not exist!
> Contacting host: www.cs.indiana.edu:80
> Loading url-cache...done
> Downloading of `http://www.cs.indiana.edu/elisp/w3/docs.html' complete.
> error in process filter: w3-decode-charset: Invalid function: (macro .
> #[(handle) "ÁE++" [handle nth 2] 3])
> error in process filter: Invalid function: (macro . #[(handle) "ÁE++"
> [handle nth 2] 3]
> 
> Thanks for any help you can give.


Apparently the w3-decode-charset function uses a macro that is not
defined (if you're running it interpreted) or was not defined at
compile-time (if you're running it compiled).

-- 
<a href="mailto:&lt;kevinr&#64;ihs.com&gt;">Kevin Rodgers</a>

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

* Re: w3 again,
       [not found]         ` <mailman.1033146535.10923.help-gnu-emacs@gnu.org>
  2002-09-27 21:16           ` Kevin Rodgers
@ 2002-09-28 12:27           ` Kai Großjohann
  2002-09-28 14:18             ` Roger Mason
  1 sibling, 1 reply; 14+ messages in thread
From: Kai Großjohann @ 2002-09-28 12:27 UTC (permalink / raw)


Roger Mason <rmason@sparky2.esd.mun.ca> writes:

> error in process filter: Invalid function: (macro . #[(handle) "ÁE"
> [handle nth 2] 3]

Hm.  Are you sure that "make" to compile the two packages used the
same Emacs as the one you're using to run it?

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

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

* Re: w3 again,
  2002-09-28 12:27           ` Kai Großjohann
@ 2002-09-28 14:18             ` Roger Mason
  2002-09-28 16:00               ` Kai Großjohann
  0 siblings, 1 reply; 14+ messages in thread
From: Roger Mason @ 2002-09-28 14:18 UTC (permalink / raw)


Hello,

I checked the config.log for the url & w3 packages: the configure script
found 21.1 in both cases, which is correct.

Thanks,

Roger Mason

On Sat, 28 Sep 2002, Kai [iso-8859-15] Großjohann wrote:

> Roger Mason <rmason@sparky2.esd.mun.ca> writes:
> 
> > error in process filter: Invalid function: (macro . #[(handle) "ÁE"
> > [handle nth 2] 3]
> 
> Hm.  Are you sure that "make" to compile the two packages used the
> same Emacs as the one you're using to run it?
> 
> kai
> -- 
> ~/.signature is: umop ap!sdn    (Frank Nobis)
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 

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

* Re: w3 again,
  2002-09-28 14:18             ` Roger Mason
@ 2002-09-28 16:00               ` Kai Großjohann
  2002-09-28 17:51                 ` Roger Mason
                                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Kai Großjohann @ 2002-09-28 16:00 UTC (permalink / raw)


Roger Mason <rmason@sparky2.esd.mun.ca> writes:

> I checked the config.log for the url & w3 packages: the configure script
> found 21.1 in both cases, which is correct.

Hm.  Could you M-: (load "w3.el") RET, then try again?  Maybe now the
backtrace is better, or the issue goes away completely.

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

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

* Re: w3 again,
  2002-09-28 16:00               ` Kai Großjohann
@ 2002-09-28 17:51                 ` Roger Mason
  2002-10-01 17:42                 ` Roger Mason
  2002-10-02 14:34                 ` Roger Mason
  2 siblings, 0 replies; 14+ messages in thread
From: Roger Mason @ 2002-09-28 17:51 UTC (permalink / raw)


Hi,

It returns 't' in the minibuffer, and

Loading w3.el (source)...done
t

in the messages buffer.

Roger

On Sat, 28 Sep 2002, Kai [iso-8859-15] Großjohann wrote:

> Roger Mason <rmason@sparky2.esd.mun.ca> writes:
> 
> > I checked the config.log for the url & w3 packages: the configure script
> > found 21.1 in both cases, which is correct.
> 
> Hm.  Could you M-: (load "w3.el") RET, then try again?  Maybe now the
> backtrace is better, or the issue goes away completely.
> 
> kai
> -- 
> ~/.signature is: umop ap!sdn    (Frank Nobis)
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 

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

* Re: w3 again,
  2002-09-28 16:00               ` Kai Großjohann
  2002-09-28 17:51                 ` Roger Mason
@ 2002-10-01 17:42                 ` Roger Mason
  2002-10-02 14:34                 ` Roger Mason
  2 siblings, 0 replies; 14+ messages in thread
From: Roger Mason @ 2002-10-01 17:42 UTC (permalink / raw)


Hello,

I had another go at w3.  I removed the *.elc files of url and w3, set
debug-on-error to 't' and invoked w3 using 'm-x w3'.  here is the
resulting backtrace:

Debugger entered--Lisp error: (invalid-function (macro . #[(handle) "ÁE‡"
[handle nth 2] 3]))
  mm-handle-encoding((#<buffer  *mm*<2>> ("text/html") nil nil nil nil nil
nil))
  w3-decode-charset((#<buffer  *mm*<2>> ("text/html") nil nil nil nil nil
nil))
  w3-fetch-callback("http://www.cs.indiana.edu/elisp/w3/docs.html")
  apply(w3-fetch-callback "http://www.cs.indiana.edu/elisp/w3/docs.html")
  url-http-activate-callback()
  url-http-wait-for-headers-change-function(1 185 184)
  url-http-generic-filter(#<process www.cs.indiana.edu> "HTTP/1.1 304 Not
Modified
\nDate: Tue, 01 Oct 2002 17:33:19 GMT
\nServer: Apache/1.3.26 (Unix) PHP/4.2.2 mod_ssl/2.8.10 OpenSSL/0.9.6e
\nConnection: close
\nETag: \"148a7e-b86-3c02cee1\"
\n
\n")

I found a thread at
http://mail.gnu.org/pipermail/emacs-devel/2002-January/004938.html
discussing the same error.  But there did not seem to be any fix.

It would be nice to find a cure for this, but if not I'll try w3m instead.

Roger Mason
emacs 21.1
CVS versions of url & w3
Linux

On Sat, 28 Sep 2002, Kai [iso-8859-15] Großjohann wrote:

> Roger Mason <rmason@sparky2.esd.mun.ca> writes:
> 
> > I checked the config.log for the url & w3 packages: the configure script
> > found 21.1 in both cases, which is correct.
> 
> Hm.  Could you M-: (load "w3.el") RET, then try again?  Maybe now the
> backtrace is better, or the issue goes away completely.
> 
> kai
> -- 
> ~/.signature is: umop ap!sdn    (Frank Nobis)
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 

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

* Re: w3 again,
  2002-09-28 16:00               ` Kai Großjohann
  2002-09-28 17:51                 ` Roger Mason
  2002-10-01 17:42                 ` Roger Mason
@ 2002-10-02 14:34                 ` Roger Mason
  2 siblings, 0 replies; 14+ messages in thread
From: Roger Mason @ 2002-10-02 14:34 UTC (permalink / raw)


Hello,

I have now found the problem.

Firstly, you were correct that running sources vs. byte-code helps to sort
the problem.

Weh I run source code, with debug-on-error set to 't' I get the following
backtrace on invoking m-x w3:

Loading w3 (source)...
Loading cl-macs...done
Loading cus-edit...
Loading easymenu...done
Loading cus-edit...done
Loading w3 (source)...done
Loading url-auth (source)...done
Loading cl-seq...done
Loading w3-hot (source)...done
Cannot determine format of hotlist file:
/home/rmason/.mosaic-hotlist-default
Contacting host: www.cs.indiana.edu:80
Loading url-cache (source)...done
Downloading of `http://www.cs.indiana.edu/elisp/w3/docs.html' complete.
Parsed  80% of 2951...
Parsed 100% of 2951...done
Drawing... done
error in process filter: if: Symbol's value as variable is void:
font-running-xemacs
error in process filter: Symbol's value as variable is void:
font-running-xemacs

On grepping for this variable in the site-lisp directory, I find it is not
defined, so I put

;; Kludge by rm Oct. 2 2002
(defvar font-running-xemacs nil
"True if this is Xemacs.  By default I set it to nil.")

in w3.el, and now everything seems to be OK.

I have not yet tried compiling and running compiled the code.

Thanks to all who assisted.

Roger Mason

On Sat, 28 Sep 2002, Kai [iso-8859-15] Großjohann wrote:

> Roger Mason <rmason@sparky2.esd.mun.ca> writes:
> 
> > I checked the config.log for the url & w3 packages: the configure script
> > found 21.1 in both cases, which is correct.
> 
> Hm.  Could you M-: (load "w3.el") RET, then try again?  Maybe now the
> backtrace is better, or the issue goes away completely.
> 
> kai
> -- 
> ~/.signature is: umop ap!sdn    (Frank Nobis)
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 

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

end of thread, other threads:[~2002-10-02 14:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1032894380.6606.help-gnu-emacs@gnu.org>
2002-09-24 20:11 ` tramp Kai Großjohann
2002-09-26 17:38 ` tramp Michael P. Soulier
2002-09-27 11:43   ` tramp Kai Großjohann
2002-09-27 12:15     ` tramp Roger Mason
2002-09-27 13:59       ` tramp Carsten Dominik
2002-09-27 14:19       ` tramp Kai Großjohann
2002-09-27 17:07         ` w3 again, Roger Mason
     [not found]         ` <mailman.1033146535.10923.help-gnu-emacs@gnu.org>
2002-09-27 21:16           ` Kevin Rodgers
2002-09-28 12:27           ` Kai Großjohann
2002-09-28 14:18             ` Roger Mason
2002-09-28 16:00               ` Kai Großjohann
2002-09-28 17:51                 ` Roger Mason
2002-10-01 17:42                 ` Roger Mason
2002-10-02 14:34                 ` Roger Mason

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.