unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* icomplete-mode in emacs-startup-hook stopped working
@ 2020-11-02  4:17 Pankaj Jangid
  2020-11-02  4:25 ` Pankaj Jangid
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Pankaj Jangid @ 2020-11-02  4:17 UTC (permalink / raw)
  To: Emacs Developers

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.



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

end of thread, other threads:[~2020-11-02 15:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02  4:17 icomplete-mode in emacs-startup-hook stopped working Pankaj Jangid
2020-11-02  4:25 ` Pankaj Jangid
2020-11-02  4:59 ` Eli Zaretskii
2020-11-02  7:35   ` Pankaj Jangid
2020-11-02 15:41     ` Eli Zaretskii
2020-11-02 14:48 ` Lars Ingebrigtsen

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