* fido-mode initialization issue; can someone verify?
@ 2019-11-10 14:11 Pankaj Jangid
0 siblings, 0 replies; 3+ messages in thread
From: Pankaj Jangid @ 2019-11-10 14:11 UTC (permalink / raw)
To: emacs-devel
First of all *Thanks Jimmy* for adding arrow key bindings to
fido-mode(e3043a73fb1339410b0a96d954734649d7aa1dd8).
Just built the latest commit
b15a2fc3481cdce9c1aeb719b90d8348de632a0c. And I am having one issue with
fido-mode. The setting in my init.el is
(fido-mode +1)
When I start Emacs and press C-x b to switch buffer, the list of open
buffers doesn't appear in the mini-buffer area. But when I restart
fido-mode by pressing M-x fido-mode <RET> twice and then it starts
working. Now it shows list when I press C-x b. I am on macOS 10.15.1.
Can someone verify this behaviour?
Regards,
--
Pankaj Jangid
^ permalink raw reply [flat|nested] 3+ messages in thread
* fido-mode initialization issue; can someone verify?
@ 2019-11-11 7:34 Andrii Kolomoiets
2019-11-11 9:19 ` Pankaj Jangid
0 siblings, 1 reply; 3+ messages in thread
From: Andrii Kolomoiets @ 2019-11-11 7:34 UTC (permalink / raw)
To: pankaj.jangid; +Cc: emacs-devel
Hi Pankaj,
> First of all *Thanks Jimmy* for adding arrow key bindings to
> fido-mode(e3043a73fb1339410b0a96d954734649d7aa1dd8).
> Just built the latest commit
> b15a2fc3481cdce9c1aeb719b90d8348de632a0c. And I am having one issue with
> fido-mode. The setting in my init.el is
> (fido-mode +1)
> When I start Emacs and press C-x b to switch buffer, the list of open
> buffers doesn't appear in the mini-buffer area. But when I restart
> fido-mode by pressing M-x fido-mode <RET> twice and then it starts
> working. Now it shows list when I press C-x b. I am on macOS 10.15.1.
> Can someone verify this behaviour?
Works fine for me in Emacs built with commit
b6942c0c37a504e00c717c8c74bfa9dcd208c931 on same masOS version.
1. emacs -Q --eval '(fido-mode +1)'
2. C-x b
In minibuffer:
Switch to buffer (default *Messages*): [*Messages*] [Matched]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: fido-mode initialization issue; can someone verify?
2019-11-11 7:34 fido-mode initialization issue; can someone verify? Andrii Kolomoiets
@ 2019-11-11 9:19 ` Pankaj Jangid
0 siblings, 0 replies; 3+ messages in thread
From: Pankaj Jangid @ 2019-11-11 9:19 UTC (permalink / raw)
To: Andrii Kolomoiets; +Cc: emacs-devel
Andrii Kolomoiets <andreyk.mad@gmail.com> writes:
>> When I start Emacs and press C-x b to switch buffer, the list of open
>> buffers doesn't appear in the mini-buffer area. But when I restart
>> fido-mode by pressing M-x fido-mode <RET> twice and then it starts
>> working. Now it shows list when I press C-x b. I am on macOS 10.15.1.
>
>> Can someone verify this behaviour?
>
> Works fine for me in Emacs built with commit
> b6942c0c37a504e00c717c8c74bfa9dcd208c931 on same masOS version.
>
> 1. emacs -Q --eval '(fido-mode +1)'
> 2. C-x b
Thanks for sharing this. I debugged after getting your email. And found
this in my init.el,
(fido-mode +1)
(icomplete-mode -1)
This was causing the issue. Actually, I keep on checking features so I
put fido, ido, icomplete side-by-side. To enable one of them I +1 it and
set others to -1.
Sorry for the noise.
Regards,
--
Pankaj Jangid
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-11 9:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-11 7:34 fido-mode initialization issue; can someone verify? Andrii Kolomoiets
2019-11-11 9:19 ` Pankaj Jangid
-- strict thread matches above, loose matches on Subject: below --
2019-11-10 14:11 Pankaj Jangid
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).