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: Oleksandr Gavenko
Subject: Re: Using Emacs' help system
Date: Sat, 16 Feb 2013 23:50:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On 2013-02-11, Jambunathan K wrote:

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

Interesting settings... I try on "M-x man" and "C-x C-f" and found that some
times *Completions* buffer more valuable then icomplete, but if there are only
a few suggestions then icomplete is better.

Seems that "eval-after-load" unnecessary in your snippet:

 * icomplete.el introduced is 1993 with ";;;autoload".
 * icomplete-with-completion-tables was added in 2006 as "defvar".

-- 
Best regards!




reply via email to

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