From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: weber Newsgroups: gmane.emacs.bugs Subject: Issue with ido.el (post-command-hook) Date: Tue, 19 Jun 2007 06:53:55 -0700 Organization: http://groups.google.com Message-ID: <1182261235.245638.21900@n60g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1182348473 6182 80.91.229.12 (20 Jun 2007 14:07:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 14:07:53 +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 Jun 20 16:07:52 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 1I10qd-0007S0-UF for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Jun 2007 16:07:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I10qd-0003lr-9w for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Jun 2007 10:07:51 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!n60g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 13 Original-NNTP-Posting-Host: 201.21.221.231 Original-X-Trace: posting.google.com 1182261235 17849 127.0.0.1 (19 Jun 2007 13:53:55 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 19 Jun 2007 13:53:55 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 fw.datacom-telematica.com.br:3128 (squid/2.5.STABLE6) Complaints-To: groups-abuse@google.com Injection-Info: n60g2000hse.googlegroups.com; posting-host=201.21.221.231; posting-account=pG57fA0AAADtQ-4h1MyvjXjZpSNZC0zj Original-Xref: shelby.stanford.edu gnu.emacs.bug:42873 X-Mailman-Approved-At: Wed, 20 Jun 2007 10:07:48 -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:15962 Archived-At: Hi all. I have this little issue with ido, and I would like to see if any of you can reproduce. 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) Any ideas? TIA weber