Discussion:
[carbon-emacs:1697] Can't get ido to load in Carbon Emacs
Baq Haidri
2011-04-19 19:01:02 UTC
Permalink
Hi,

I'm using Carbon Emacs Leopard-20100115 on my Mac. Here's what I have in my
.emacs:

(setq confirm-nonexistent-file-or-buffer nil)
; ido
(require 'ido)
(ido-mode 1)
(ido-everywhere 1)
(setq ido-enable-flex-matching t)

Here's the error I get when I do a C-x C-f when Emacs starts:

ido-read-internal: Symbol's function definition is void:
confirm-nonexistent-file-or-buffer
let*: Symbol's function definition is void:
confirm-nonexistent-file-or-buffer
eval-defun-2: End of file during parsing
Quit
let*: Symbol's function definition is void:
confirm-nonexistent-file-or-buffer

Thanks,
Baq
--
Carbon Emacs User Group
http://groups.google.com/group/carbon-emacs?hl=en
Baq Haidri
2011-04-19 19:13:06 UTC
Permalink
Ah, never mind. I didn't realize I had downloaded ido.el and placed it in
my load path. After removing it, it all works. :)
Post by Baq Haidri
Hi,
I'm using Carbon Emacs Leopard-20100115 on my Mac. Here's what I have in
(setq confirm-nonexistent-file-or-buffer nil)
; ido
(require 'ido)
(ido-mode 1)
(ido-everywhere 1)
(setq ido-enable-flex-matching t)
confirm-nonexistent-file-or-buffer
confirm-nonexistent-file-or-buffer
eval-defun-2: End of file during parsing
Quit
confirm-nonexistent-file-or-buffer
Thanks,
Baq
--
Carbon Emacs User Group
http://groups.google.com/group/carbon-emacs?hl=en
Loading...