unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Issue with ido.el (post-command-hook)
@ 2007-06-19 13:53 weber
  2007-06-20 14:19 ` Juanma Barranquero
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: weber @ 2007-06-19 13:53 UTC (permalink / raw)
  To: bug-gnu-emacs

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Issue with ido.el (post-command-hook)
  2007-06-19 13:53 Issue with ido.el (post-command-hook) weber
@ 2007-06-20 14:19 ` Juanma Barranquero
  2007-06-20 15:27 ` Kim F. Storm
       [not found] ` <mailman.2447.1182353489.32220.bug-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 6+ messages in thread
From: Juanma Barranquero @ 2007-06-20 14:19 UTC (permalink / raw)
  To: weber; +Cc: bug-gnu-emacs

On 6/19/07, weber <hugows@gmail.com> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Issue with ido.el (post-command-hook)
  2007-06-19 13:53 Issue with ido.el (post-command-hook) weber
  2007-06-20 14:19 ` Juanma Barranquero
@ 2007-06-20 15:27 ` Kim F. Storm
       [not found] ` <mailman.2447.1182353489.32220.bug-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 6+ messages in thread
From: Kim F. Storm @ 2007-06-20 15:27 UTC (permalink / raw)
  To: weber; +Cc: bug-gnu-emacs

weber <hugows@gmail.com> writes:

> 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)

Which version of ido.el and which version of Emacs ?

What ido related customizations have you made ?

Does it happen with emacs -q  ?

-- 
Kim F. Storm  http://www.cua.dk

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Issue with ido.el (post-command-hook)
       [not found] ` <mailman.2447.1182353489.32220.bug-gnu-emacs@gnu.org>
@ 2007-07-11  8:14   ` shmulr
  2007-07-11 18:05     ` VerifyIt
  2007-07-12 22:44     ` Kim F. Storm
  0 siblings, 2 replies; 6+ messages in thread
From: shmulr @ 2007-07-11  8:14 UTC (permalink / raw)
  To: bug-gnu-emacs


> Which version of ido.el and which version of Emacs ?
>
> What ido related customizations have you made ?
>

I've started encountering the same problem when I switched to Emacs
22.1.1 (i386-mingw-nt5.1.2600) . My ido version is 1.56 .

> Does it happen with emacs -q  ?
Yes it does.

Cheers,
Shmul

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Issue with ido.el (post-command-hook)
  2007-07-11  8:14   ` shmulr
@ 2007-07-11 18:05     ` VerifyIt
  2007-07-12 22:44     ` Kim F. Storm
  1 sibling, 0 replies; 6+ messages in thread
From: VerifyIt @ 2007-07-11 18:05 UTC (permalink / raw)
  To: bug-gnu-emacs

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?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Issue with ido.el (post-command-hook)
  2007-07-11  8:14   ` shmulr
  2007-07-11 18:05     ` VerifyIt
@ 2007-07-12 22:44     ` Kim F. Storm
  1 sibling, 0 replies; 6+ messages in thread
From: Kim F. Storm @ 2007-07-12 22:44 UTC (permalink / raw)
  To: shmulr; +Cc: bug-gnu-emacs

shmulr@gmail.com writes:

> I've started encountering the same problem when I switched to Emacs
> 22.1.1 (i386-mingw-nt5.1.2600) . My ido version is 1.56 .

Emacs 22.1 comes with a newer ido.el built-in.

So remove your old 1.56 version (both ido.el and ido.elc files),
and the problems should go away.

-- 
Kim F. Storm  http://www.cua.dk

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-07-12 22:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-19 13:53 Issue with ido.el (post-command-hook) weber
2007-06-20 14:19 ` Juanma Barranquero
2007-06-20 15:27 ` Kim F. Storm
     [not found] ` <mailman.2447.1182353489.32220.bug-gnu-emacs@gnu.org>
2007-07-11  8:14   ` shmulr
2007-07-11 18:05     ` VerifyIt
2007-07-12 22:44     ` Kim F. Storm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).