all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Jari Aalto <jari.aalto@cante.net>
Cc: 4491@emacsbugs.donarmstrong.com, storm@cua.dk
Subject: bug#4491: [PATCH] Emacs CVS lisp/ido.el: (ido-everywhere): Add autoload stanza
Date: Sun, 20 Sep 2009 14:20:28 -0400	[thread overview]
Message-ID: <jwv4oqxfphg.fsf-monnier+emacsbugreports@gnu.org> (raw)
In-Reply-To: <87pr9l4n3o.fsf@jondo.cante.net> (Jari Aalto's message of "Sun, 20 Sep 2009 19:06:35 +0300")

> This is where I use it:

>   (autoload 'ido-everywhere "ido")
>   (ido-everywhere 1)
>   (ido-mode 1)

Actually ido-everywhere is called by ido-mode.  So

   (setq ido-everywhere t)
   (ido-mode 1)

will work just fine.  You only need to call ido-everywhere if you change
the variable after enabling ido-mode.


        Stefan





  parent reply	other threads:[~2009-09-20 18:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-19 20:18 bug#4491: [PATCH] Emacs CVS lisp/ido.el: (ido-everywhere): Add autoload stanza Jari Aalto
2009-09-20 14:46 ` Stefan Monnier
2009-09-20 16:06   ` Jari Aalto
2009-09-20 17:32     ` Leo
2009-09-20 18:20     ` Stefan Monnier [this message]
2009-09-20 18:53       ` Jari Aalto
2009-09-20 18:58       ` Leo
2011-07-13 13:52       ` Lars Magne 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

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

  git send-email \
    --in-reply-to=jwv4oqxfphg.fsf-monnier+emacsbugreports@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=4491@emacsbugs.donarmstrong.com \
    --cc=jari.aalto@cante.net \
    --cc=storm@cua.dk \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.