emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ERC tracking broken


From: Stefan Monnier
Subject: Re: ERC tracking broken
Date: Tue, 29 Mar 2011 20:56:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Alright, I finally traced it back to something not ERC-related. The
> easiest way I could reproduce it is with some code to highlight
> parentheses. So here's a simple recipe:

> - Get http://pastebin.com/UafFZ9qy and put it in your load path (I got
>   this code from emacswiki some time ago, it worked fine until today -
>   which doesn't mean it's correct, maybe your changes simply exposed a
>   bug in it)

> - Put

> (require 'highlight-parentheses)
> (global-highlight-parentheses-mode t)
> (ido-mode 1)
> (icomplete-mode 1)

> in a blank .emacs

> - M-x a, observe there's a nice completion list
> - C-g to get out of the completion
> - M-x a, observe the completion list has disappeared (for the rest
>   of the session)

I did:

% trunk/src/emacs -Q -l /.../highlight-parentheses.el \
                     -f global-highlight-parentheses-mode \
                     -f ido-mode \
                     -f icomplete-mode
M-x a, observe the completion list
C-g to get out of M-x
M-x a

and I observed the completion list again.
I.e. I can't reproduce it here :-(


        Stefan


PS: Why use ido and icomplete?  Doesn't ido already do what icomplete does?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]