help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Using Emacs' help system


From: Jambunathan K
Subject: Re: Using Emacs' help system
Date: Mon, 11 Feb 2013 14:57:29 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

>> > (And Icomplete does not show completions for `I count'.)
>> 
>> It does.
>
> Not with emacs -Q and no other configuring, at least not in the latest MS
> Windows build I have, from 2013-02-08.
>
> Likewise for Emacs 24.2 and 23.4.  Likewise for Emacs 22.3 for `i' (there is 
> no
> `I' for Emacs 22).
>
> emacs -Q
> C-h r
> M-x icomplete-mode RET ; turn it on
> I count
>
> No icompletions shown.
> None shown no matter what input you type to `I'.

The magic is in this snippet.

    (eval-after-load 'icomplete
      (setq icomplete-with-completion-tables t))

The option is so useful, it should be `t' by default.



reply via email to

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