[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lisp error when using M-x
From: |
wael-zwaiter |
Subject: |
Re: Lisp error when using M-x |
Date: |
Sun, 10 Jan 2021 22:10:19 +0100 |
> Sent: Monday, January 11, 2021 at 9:03 AM
> From: "Stefan Monnier" <monnier@iro.umontreal.ca>
> To: help-gnu-emacs@gnu.org
> Subject: Re: Lisp error when using M-x
>
> >> The problem occurs with ivy as follows. How is best to have the
> >> keybindings?
> >>
> >> (require 'ivy)
> >> (ivy-mode 1)
>
> How did you install `ivy`? The normal installation via `package.el`
> should make the above `require` unnecessary.
I am using ivy from source.
> >> (setq ivy-use-virtual-buffers t)
> >> (setq ivy-count-format "(%d/%d) ")
> >>
> >> (global-set-key (kbd "C-s") 'swiper-isearch)
> >> (global-set-key (kbd "M-x") 'counsel-M-x)
> >
> > Probably you need a (require 'counsel) and a (require 'swiper) as well
> > before those two lines.
>
> But shouldn't those packages's autoloads take care of that already?
If you say so
> Stefan
>
>
>
- Lisp error when using M-x, wael-zwaiter, 2021/01/10
- Re: Lisp error when using M-x, wael-zwaiter, 2021/01/10
- Re: Lisp error when using M-x, Óscar Fuentes, 2021/01/10
- Re: Lisp error when using M-x, Stefan Monnier, 2021/01/10
- Re: Lisp error when using M-x,
wael-zwaiter <=
- Re: Lisp error when using M-x, wael-zwaiter, 2021/01/10
- Re: Lisp error when using M-x, Óscar Fuentes, 2021/01/10
- Re: Lisp error when using M-x, wael-zwaiter, 2021/01/10
- Re: Lisp error when using M-x, Óscar Fuentes, 2021/01/10
- Re: Lisp error when using M-x, wael-zwaiter, 2021/01/10
- Re: Lisp error when using M-x, Robert Thorpe, 2021/01/10