unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Pankaj Jangid <pankaj@codeisgreat.org>
To: Emacs Developers <emacs-devel@gnu.org>
Subject: icomplete-mode in emacs-startup-hook stopped working
Date: Mon, 02 Nov 2020 09:47:57 +0530	[thread overview]
Message-ID: <m28sbkmlxm.fsf@gmail.com> (raw)

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.



             reply	other threads:[~2020-11-02  4:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02  4:17 Pankaj Jangid [this message]
2020-11-02  4:25 ` icomplete-mode in emacs-startup-hook stopped working 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m28sbkmlxm.fsf@gmail.com \
    --to=pankaj@codeisgreat.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).