emacs-devel
[Top][All Lists]
Advanced

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

Re: icomplete-mode in emacs-startup-hook stopped working


From: Eli Zaretskii
Subject: Re: icomplete-mode in emacs-startup-hook stopped working
Date: Mon, 02 Nov 2020 06:59:01 +0200
User-agent: K-9 Mail for Android

On November 2, 2020 6:17:57 AM GMT+02:00, Pankaj Jangid 
<pankaj@codeisgreat.org> wrote:
> I have this in my startup file:
> 
> --8<---------------cut here---------------start------------->8---
> (add-hook 'emacs-startup-hook
>         (lambda ()
>           (icomplete-mode t)))
> --8<---------------cut here---------------end--------------->8---
> 
> Till yesterday, it was working. In today's build it is
> not. `icomplete-mode' is not active after startup.
> 
> I have tried this,
> 
> --8<---------------cut here---------------start------------->8---
> (add-hook 'emacs-startup-hook
>         (lambda ()
>           (message "hello, i have started")))
> --8<---------------cut here---------------end--------------->8---
> 
> This is working. So there is must be somthing wrong with my 1st
> snippet.

Thanks, but please always report bugs to the bug tracker, using "M-x 
report-emacs-bug RET".  Even if the bug is in the development code.



reply via email to

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