emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#15915: closed (24.3.50; electric-indent-mode break


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15915: closed (24.3.50; electric-indent-mode breaks C-j in ido)
Date: Mon, 18 Nov 2013 03:07:02 +0000

Your message dated Sun, 17 Nov 2013 22:06:00 -0500
with message-id <address@hidden>
and subject line Re: bug#15915: 24.3.50; electric-indent-mode breaks C-j in ido
has caused the debbugs.gnu.org bug report #15915,
regarding 24.3.50; electric-indent-mode breaks C-j in ido
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15915: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15915
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; electric-indent-mode breaks C-j in ido Date: Sun, 17 Nov 2013 22:38:15 +0100
The global electric-indent-mode does not work well with ido-mode. When
opening a new buffer or file, you have to use C-j to confirm that you
really want to open a non-existing buffer/file. electric-indent-mode
inserts the ^J verbatim instead of this.

Reproduction:

Enable ido-mode for buffers

C-x b t C-j should create a new buffer named "t". With
electric-indent-mode, it does not confirm, but adds ^J to the buffer
name. RET then opens a buffer named "t^J". (This might also be a
misfeature in ido, not sure).


In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu)
 of 2013-11-16
Bzr revision: 115122 address@hidden

Configured using:
 `configure --without-x'



--- End Message ---
--- Begin Message --- Subject: Re: bug#15915: 24.3.50; electric-indent-mode breaks C-j in ido Date: Sun, 17 Nov 2013 22:06:00 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
> The global electric-indent-mode does not work well with ido-mode. When
> opening a new buffer or file, you have to use C-j to confirm that you
> really want to open a non-existing buffer/file. electric-indent-mode
> inserts the ^J verbatim instead of this.

I've moved the binding from a minor-mode map to the global map, so this
should now be fixed, thank you,


        Stefan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]