From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.bugs Subject: Re: Issue with ido.el (post-command-hook) Date: Wed, 20 Jun 2007 16:19:40 +0200 Message-ID: References: <1182261235.245638.21900@n60g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182349205 9423 80.91.229.12 (20 Jun 2007 14:20:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 14:20:05 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: weber Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 20 16:20:04 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I112O-000285-53 for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Jun 2007 16:20:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I112N-0005fp-Ey for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Jun 2007 10:19:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1128-0005a7-2P for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2007 10:19:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1126-0005ZJ-EN for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2007 10:19:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1126-0005ZC-9D for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2007 10:19:42 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.225]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1125-0001Mk-C8 for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2007 10:19:41 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so234515wxd for ; Wed, 20 Jun 2007 07:19:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R1cVyo1Tywrdq8ubn8BFamkKmu1fKeAKPhH2n/uAN8FoDqZYxmfZ/119QuXyrREnu4HQtq/vWWkV5cuJvf4rxi257h07RmFCy7Dok0Q6LKpUCP8O0bPIbqfBdCV0fkXabWSoAkaqETcXEO16O8CYAXSpew+xN9SXZvq+PWg0TJA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l2fnP+4sPREUTqO5TsZSRQVZFDp/MaAoQtFTVvzdU+8YW7VGKI1Xm5WM4Xw0oV9/2Gs9TXoX4IvmBpl9w9EvZ3tKXvUhQT34PxTH3E9pKphaPlV1O95ZWyqhjSoomS8Y2N2WMZdTTpD5qjVNZD7wPWvakqrheh+mpSkYYAlyF9M= Original-Received: by 10.90.92.7 with SMTP id p7mr372224agb.1182349180914; Wed, 20 Jun 2007 07:19:40 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Wed, 20 Jun 2007 07:19:40 -0700 (PDT) In-Reply-To: <1182261235.245638.21900@n60g2000hse.googlegroups.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15964 Archived-At: On 6/19/07, weber wrote: > Let's say I have a buffer named init.el. > If I do a "ido-switch-buffer" and type "ini..." all is fine.. > But if I type ".el", after the last 'L' I get this error: > Error in post-command-hook: (wrong-type-argument sequencep t) I cannot reproduce it. Could you please give a precise step-by-step recipe, starting from "emacs -q"? Juanma