From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: VerifyIt Newsgroups: gmane.emacs.bugs Subject: Re: Issue with ido.el (post-command-hook) Date: Wed, 11 Jul 2007 11:05:12 -0700 Organization: http://groups.google.com Message-ID: <1184177112.973336.255260@d30g2000prg.googlegroups.com> References: <1182261235.245638.21900@n60g2000hse.googlegroups.com> <1184141691.214299.325270@22g2000hsm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1184181701 6075 80.91.229.12 (11 Jul 2007 19:21:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2007 19:21:41 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 11 21:21:40 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 1I8hkk-0006hc-DO for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Jul 2007 21:21:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8hkj-0004LO-Ge for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Jul 2007 15:21:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!d30g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 10 Original-NNTP-Posting-Host: 209.213.198.25 Original-X-Trace: posting.google.com 1184177113 17973 127.0.0.1 (11 Jul 2007 18:05:13 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 11 Jul 2007 18:05:13 +0000 (UTC) In-Reply-To: <1184141691.214299.325270@22g2000hsm.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d30g2000prg.googlegroups.com; posting-host=209.213.198.25; posting-account=vSHflQ0AAABW3g2RbQYw6ok6xSrLKzz6 Original-Xref: shelby.stanford.edu gnu.emacs.bug:43056 X-Mailman-Approved-At: Wed, 11 Jul 2007 15:20:24 -0400 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:16142 Archived-At: I'm having the same problem. I use ido 1.57 came together with emacs 22.1. It only happens if I type and finish the postfix. For example, when current directory contains files test1.log and test2.log, everything is fine when I type .lo (with test1.log and test2.log selected). But when I finish .log, I get error Error in post-command-hook: (wrong-type-argument sequencep t) Could someone take a look?