From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Moore Newsgroups: gmane.emacs.devel Subject: Re: autocomplete error Date: Sat, 06 Jan 2007 03:00:10 +0100 Message-ID: References: <87r6u9hrqn.wl%hhalvors@Princeton.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168048840 27099 80.91.229.12 (6 Jan 2007 02:00:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Jan 2007 02:00:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 06 03:00:37 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 1H30rI-0002ub-AV for ged-emacs-devel@m.gmane.org; Sat, 06 Jan 2007 03:00:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H30rH-0002L9-Ke for ged-emacs-devel@m.gmane.org; Fri, 05 Jan 2007 21:00:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H30r5-0002Kk-B7 for emacs-devel@gnu.org; Fri, 05 Jan 2007 21:00:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H30r2-0002IQ-Q0 for emacs-devel@gnu.org; Fri, 05 Jan 2007 21:00:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H30r2-0002I4-KY for emacs-devel@gnu.org; Fri, 05 Jan 2007 21:00:16 -0500 Original-Received: from [66.249.92.175] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H30r2-0006sl-7b for emacs-devel@gnu.org; Fri, 05 Jan 2007 21:00:16 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so6557055ugf for ; Fri, 05 Jan 2007 18:00:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:cc:references:from:date:in-reply-to:message-id:user-agent:mime-version:content-type:x-sa-exim-connect-ip:x-sa-exim-mail-from:x-spam-checker-version:x-spam-level:x-spam-status:subject:x-sa-exim-version:x-sa-exim-scanned:sender; b=HWbIZZrqtGmflkjffwKy+vaD2SE/h69vfYLCGVxOer0jg8Dpy7dGp7nPA5JbPBIoQXjW52XjyRbKP9lQotb3Ae1LOSisjPOVZIkDtT8bMwo52ssoYZTmYZqErCSHr4RrT21ePklGvTsYLvc9JUIC/L1t3sz8HEWHSzBIGpLANgk= Original-Received: by 10.67.19.13 with SMTP id w13mr30758738ugi.1168048815081; Fri, 05 Jan 2007 18:00:15 -0800 (PST) Original-Received: from chrislap.local ( [89.176.28.156]) by mx.google.com with ESMTP id k1sm36212245ugf.2007.01.05.18.00.14; Fri, 05 Jan 2007 18:00:14 -0800 (PST) Original-Received: from localhost ([127.0.0.1] helo=chrislap.local) by chrislap.local with esmtp (Exim 4.63) (envelope-from ) id 1H30qx-00045J-7W; Sat, 06 Jan 2007 03:00:12 +0100 Original-To: Hans Halvorson In-Reply-To: <87r6u9hrqn.wl%hhalvors@Princeton.EDU> (Hans Halvorson's message of "Fri\, 05 Jan 2007 20\:24\:32 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux) X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: dooglus@gmail.com X-SA-Exim-Version: 4.2.1 (built Sun, 03 Dec 2006 00:39:09 +0000) X-SA-Exim-Scanned: Yes (on chrislap.local) 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:64848 Archived-At: 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.