From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Halvorson Newsgroups: gmane.emacs.devel Subject: Re: autocomplete error Date: Sat, 06 Jan 2007 14:34:04 -0500 Message-ID: <877iw0dk5v.wl%hhalvors@Princeton.EDU> References: <87r6u9hrqn.wl%hhalvors@Princeton.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1168112059 3619 80.91.229.12 (6 Jan 2007 19:34:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Jan 2007 19:34:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 06 20:34:12 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H3HIs-000220-OR for ged-emacs-devel@m.gmane.org; Sat, 06 Jan 2007 20:34:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3HIr-00081M-VR for ged-emacs-devel@m.gmane.org; Sat, 06 Jan 2007 14:34:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3HIg-000811-Ld for emacs-devel@gnu.org; Sat, 06 Jan 2007 14:33:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3HIf-00080Z-5h for emacs-devel@gnu.org; Sat, 06 Jan 2007 14:33:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3HIf-00080W-1C for emacs-devel@gnu.org; Sat, 06 Jan 2007 14:33:53 -0500 Original-Received: from [128.112.131.112] (helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H3HId-0006cD-Mi for emacs-devel@gnu.org; Sat, 06 Jan 2007 14:33:52 -0500 Original-Received: from smtpserver2.Princeton.EDU (smtpserver2.Princeton.EDU [128.112.129.148]) by Princeton.EDU (8.13.8/8.13.8) with ESMTP id l06JXmPC025934; Sat, 6 Jan 2007 14:33:51 -0500 (EST) Original-Received: from localhost.princeton.edu (pool-151-204-207-10.pskn.east.verizon.net [151.204.207.10]) (authenticated bits=0) by smtpserver2.Princeton.EDU (8.12.9/8.12.9) with ESMTP id l06JXlWE002780 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Sat, 6 Jan 2007 14:33:48 -0500 (EST) Original-To: Chris Moore In-Reply-To: User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.92 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64889 Archived-At: 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 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.