unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* autocomplete error
@ 2007-01-06  1:24 Hans Halvorson
  2007-01-06  2:00 ` Chris Moore
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Halvorson @ 2007-01-06  1:24 UTC (permalink / raw)


I just updated from Emacs 22.0.91.1 to 22.0.92.1 from CVS.  When
attempting autocompletion with Tramp (version 2.0.54), I get an error
(see trace below).  Is this a bug?

Thanks, 
Hans

Debugger entered--Lisp error: (wrong-number-of-arguments #[(filename directory) "Æ\b!„\v\0ÇÈ\b\"ˆÉ\b!\x19Ê	!\x1aË	!^[Ì	!\x1cÍ	!\x1dÎ	!\x1e\x13Ï\x0e\x14ÐÑÒ\x0e\x14\b\"\"\".\x06‡" [directory v multi-method method user host tramp-tramp-file-p error "tramp-handle-file-name-completion invoked on non-tramp directory `%s'" tramp-dissect-file-name tramp-file-name-multi-method tramp-file-name-method tramp-file-name-user tramp-file-name-host tramp-file-name-localname try-completion mapcar #[(x) "\bÁB‡" [x nil] 2] file-name-all-completions localname filename] 7 ("/usr/share/emacs/22.0.92/lisp/net/tramp.elc" . 93900)] 3)
  tramp-handle-file-name-completion("" "/su:localhost:/etc/" file-exists-p)
  apply(tramp-handle-file-name-completion ("" "/su:localhost:/etc/" file-exists-p))
  tramp-sh-file-name-handler(file-name-completion "" "/su:localhost:/etc/" file-exists-p)
  apply(tramp-sh-file-name-handler file-name-completion ("" "/su:localhost:/etc/" file-exists-p))
  tramp-file-name-handler(file-name-completion "" "/su:localhost:/etc/" file-exists-p)
  read-file-name-internal("/su:localhost:/etc/" "~/" nil)
  minibuffer-complete()
  call-interactively(minibuffer-complete)
  read-file-name("Find file: " nil "~/" nil)
  find-file-read-args("Find file: " nil)
  call-interactively(find-file)

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

* Re: autocomplete error
  2007-01-06  1:24 autocomplete error Hans Halvorson
@ 2007-01-06  2:00 ` Chris Moore
  2007-01-06 19:34   ` Hans Halvorson
  0 siblings, 1 reply; 10+ messages in thread
From: Chris Moore @ 2007-01-06  2:00 UTC (permalink / raw)
  Cc: emacs-devel

Hans Halvorson <hhalvors@Princeton.EDU> writes:

> I just updated from Emacs 22.0.91.1 to 22.0.92.1 from CVS.  When
> attempting autocompletion with Tramp (version 2.0.54), I get an
> error (see trace below).  Is this a bug?

It used to be a bug, until it was fixed in revision 1.112 of tramp.el:

  date: 2006-12-20 06:57:41 +0100;  author: albinus;  state: Exp;  lines: +12 -7

When you say you 'just updated', how recently is 'just'?  Could it
have been before 20th December?  Alternatively, do you have an old
version of tramp.el or tramp.elc in your load-path somewhere?  If so,
running "emacs -Q" should fix it.

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

* Re: autocomplete error
  2007-01-06  2:00 ` Chris Moore
@ 2007-01-06 19:34   ` Hans Halvorson
  2007-01-07 20:13     ` Richard Stallman
  2007-01-07 21:24     ` Michael Albinus
  0 siblings, 2 replies; 10+ messages in thread
From: Hans Halvorson @ 2007-01-06 19:34 UTC (permalink / raw)
  Cc: emacs-devel

Chris: Thank you for the pointer.

By 'just updated', I meant that I had just updated emacs -- I grabbed
the CVS for emacs 22.0.92 just hours before I sent the email.  But now
I see that the CVS version of emacs still has an older version
(2.0.54) of tramp.  [Also, the latest release of tramp (2.1.7) was
made before the Dec 20th bugfix.]

I just grabbed the CVS of tramp (2.1.8-pre), and the problem is indeed
resolved.

At Sat, 06 Jan 2007 03:00:10 +0100,
Chris Moore wrote:
> 
> Hans Halvorson <hhalvors@Princeton.EDU> writes:
> 
> > I just updated from Emacs 22.0.91.1 to 22.0.92.1 from CVS.  When
> > attempting autocompletion with Tramp (version 2.0.54), I get an
> > error (see trace below).  Is this a bug?
> 
> It used to be a bug, until it was fixed in revision 1.112 of tramp.el:
> 
>   date: 2006-12-20 06:57:41 +0100;  author: albinus;  state: Exp;  lines: +12 -7
> 
> When you say you 'just updated', how recently is 'just'?  Could it
> have been before 20th December?  Alternatively, do you have an old
> version of tramp.el or tramp.elc in your load-path somewhere?  If so,
> running "emacs -Q" should fix it.

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

* Re: autocomplete error
  2007-01-06 19:34   ` Hans Halvorson
@ 2007-01-07 20:13     ` Richard Stallman
  2007-01-07 21:24     ` Michael Albinus
  1 sibling, 0 replies; 10+ messages in thread
From: Richard Stallman @ 2007-01-07 20:13 UTC (permalink / raw)
  Cc: dooglus, Michael Albinus, emacs-devel

    I just grabbed the CVS of tramp (2.1.8-pre), and the problem is indeed
    resolved.

We need to fix this in the Emacs release, not ask people to install
a more recent Tramp version from elsewhere.

Michael, can you install a fix, then ack?

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

* Re: autocomplete error
  2007-01-06 19:34   ` Hans Halvorson
  2007-01-07 20:13     ` Richard Stallman
@ 2007-01-07 21:24     ` Michael Albinus
  2007-01-08  0:29       ` Hans Halvorson
  1 sibling, 1 reply; 10+ messages in thread
From: Michael Albinus @ 2007-01-07 21:24 UTC (permalink / raw)
  Cc: Chris Moore, emacs-devel

Hans Halvorson <hhalvors@Princeton.EDU> writes:

> Chris: Thank you for the pointer.
>
> By 'just updated', I meant that I had just updated emacs -- I grabbed
> the CVS for emacs 22.0.92 just hours before I sent the email.  But now
> I see that the CVS version of emacs still has an older version
> (2.0.54) of tramp.  [Also, the latest release of tramp (2.1.7) was
> made before the Dec 20th bugfix.]

Could you, please, check again? I've uploaded Tramp 2.0.55 to Emacs
CVS on Dec 31st, so a Tramp version of 2.0.54 is an indication that
you load Tramp from somewhere else.

The reported problem shall be fixed since December 20th, as Chris
said. Could you, please, confirm that it doesn't happen anymore with
plain Emacs CVS sources? (Otherwise I would need to investigate in
more detail.)

> I just grabbed the CVS of tramp (2.1.8-pre), and the problem is indeed
> resolved.

There the fix has been applied too.

Best regards, Michael.

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

* Re: autocomplete error
  2007-01-07 21:24     ` Michael Albinus
@ 2007-01-08  0:29       ` Hans Halvorson
  2007-01-08  0:33         ` Andreas Schwab
  2007-01-08  0:45         ` Nick Roberts
  0 siblings, 2 replies; 10+ messages in thread
From: Hans Halvorson @ 2007-01-08  0:29 UTC (permalink / raw)
  Cc: Chris Moore, emacs-devel

I am (now) sure that I am not loading Tramp from somewhere else.  But,
I think I know now why I am still getting Tramp v 2.0.54: The Gentoo
Emacs CVS ebuild checks out the "pretest" branch of 22.0.92.  So, your
bugfixes for tramp have not made it into this branch yet (as of
January 7, 6pm).

Where can one get more information about the different branches of
Emacs CVS and when they are updated?

Thanks,
Hans

At Sun, 07 Jan 2007 22:24:24 +0100,
Michael Albinus wrote:
> 
> Hans Halvorson <hhalvors@Princeton.EDU> writes:
> 
> > Chris: Thank you for the pointer.
> >
> > By 'just updated', I meant that I had just updated emacs -- I grabbed
> > the CVS for emacs 22.0.92 just hours before I sent the email.  But now
> > I see that the CVS version of emacs still has an older version
> > (2.0.54) of tramp.  [Also, the latest release of tramp (2.1.7) was
> > made before the Dec 20th bugfix.]
> 
> Could you, please, check again? I've uploaded Tramp 2.0.55 to Emacs
> CVS on Dec 31st, so a Tramp version of 2.0.54 is an indication that
> you load Tramp from somewhere else.
> 
> The reported problem shall be fixed since December 20th, as Chris
> said. Could you, please, confirm that it doesn't happen anymore with
> plain Emacs CVS sources? (Otherwise I would need to investigate in
> more detail.)
> 
> > I just grabbed the CVS of tramp (2.1.8-pre), and the problem is indeed
> > resolved.
> 
> There the fix has been applied too.
> 
> Best regards, Michael.

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

* Re: autocomplete error
  2007-01-08  0:29       ` Hans Halvorson
@ 2007-01-08  0:33         ` Andreas Schwab
  2007-01-08  0:52           ` Hans Halvorson
  2007-01-08  0:45         ` Nick Roberts
  1 sibling, 1 reply; 10+ messages in thread
From: Andreas Schwab @ 2007-01-08  0:33 UTC (permalink / raw)
  Cc: Chris Moore, Michael Albinus, emacs-devel

Hans Halvorson <hhalvors@Princeton.EDU> writes:

> I am (now) sure that I am not loading Tramp from somewhere else.  But,
> I think I know now why I am still getting Tramp v 2.0.54: The Gentoo
> Emacs CVS ebuild checks out the "pretest" branch of 22.0.92.  So, your
> bugfixes for tramp have not made it into this branch yet (as of
> January 7, 6pm).
>
> Where can one get more information about the different branches of
> Emacs CVS and when they are updated?

There is no "pretest" branch.  Just use HEAD of trunk.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: autocomplete error
  2007-01-08  0:29       ` Hans Halvorson
  2007-01-08  0:33         ` Andreas Schwab
@ 2007-01-08  0:45         ` Nick Roberts
  1 sibling, 0 replies; 10+ messages in thread
From: Nick Roberts @ 2007-01-08  0:45 UTC (permalink / raw)
  Cc: Chris Moore, Michael Albinus, emacs-devel

 > I am (now) sure that I am not loading Tramp from somewhere else.  But,
 > I think I know now why I am still getting Tramp v 2.0.54: The Gentoo
 > Emacs CVS ebuild checks out the "pretest" branch of 22.0.92.  So, your
 > bugfixes for tramp have not made it into this branch yet (as of
 > January 7, 6pm).

There is no "pretest" branch.  22.0.92 is currently HEAD of the main trunk.


-- 
Nick                                           http://www.inet.net.nz/~nickrob

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

* Re: autocomplete error
  2007-01-08  0:33         ` Andreas Schwab
@ 2007-01-08  0:52           ` Hans Halvorson
  2007-01-08  1:26             ` Nick Roberts
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Halvorson @ 2007-01-08  0:52 UTC (permalink / raw)
  Cc: Chris Moore, Michael Albinus, emacs-devel

I think I misused the word "branch."  Here is the command that Gentoo uses:

 cvs -q -f -z1 -d  ":pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs" update -dP  -rEMACS_PRETEST_22_0_92 emacs

So, this is a historical (stale) version, right?

Thanks,
Hans

At Mon, 08 Jan 2007 01:33:20 +0100,
Andreas Schwab wrote:
> 
> Hans Halvorson <hhalvors@Princeton.EDU> writes:
> 
> > I am (now) sure that I am not loading Tramp from somewhere else.  But,
> > I think I know now why I am still getting Tramp v 2.0.54: The Gentoo
> > Emacs CVS ebuild checks out the "pretest" branch of 22.0.92.  So, your
> > bugfixes for tramp have not made it into this branch yet (as of
> > January 7, 6pm).
> >
> > Where can one get more information about the different branches of
> > Emacs CVS and when they are updated?
> 
> There is no "pretest" branch.  Just use HEAD of trunk.
> 
> Andreas.
> 
> -- 
> Andreas Schwab, SuSE Labs, schwab@suse.de
> SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
> PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."

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

* Re: autocomplete error
  2007-01-08  0:52           ` Hans Halvorson
@ 2007-01-08  1:26             ` Nick Roberts
  0 siblings, 0 replies; 10+ messages in thread
From: Nick Roberts @ 2007-01-08  1:26 UTC (permalink / raw)
  Cc: Andreas Schwab, emacs-devel, Michael Albinus, Chris Moore

 > I think I misused the word "branch."  Here is the command that Gentoo uses:
 > 
 >  cvs -q -f -z1 -d  ":pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs" update -dP  -rEMACS_PRETEST_22_0_92 emacs
 > 
 > So, this is a historical (stale) version, right?

If you want the latest version, just do:

  cvs update -A

from the emacs directory (to remove the sticky tag set by
-rEMACS_PRETEST_22_0_92).

The general instructions are at:

  http://savannah.gnu.org/cvs/?group=emacs

but it helps to read the CVS info manual.

-- 
Nick                                           http://www.inet.net.nz/~nickrob

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

end of thread, other threads:[~2007-01-08  1:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-06  1:24 autocomplete error Hans Halvorson
2007-01-06  2:00 ` Chris Moore
2007-01-06 19:34   ` Hans Halvorson
2007-01-07 20:13     ` Richard Stallman
2007-01-07 21:24     ` Michael Albinus
2007-01-08  0:29       ` Hans Halvorson
2007-01-08  0:33         ` Andreas Schwab
2007-01-08  0:52           ` Hans Halvorson
2007-01-08  1:26             ` Nick Roberts
2007-01-08  0:45         ` Nick Roberts

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).