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

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

[debbugs-tracker] bug#15693: closed (viper-mode disappears when switchin


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15693: closed (viper-mode disappears when switching to c++-mode using ESC-x but not when using M-x)
Date: Wed, 23 Oct 2013 18:40:02 +0000

Your message dated Wed, 23 Oct 2013 14:39:07 -0400
with message-id <address@hidden>
and subject line Re: bug#15693: viper-mode disappears when switching to 
c++-mode using ESC-x but not when using M-x
has caused the debbugs.gnu.org bug report #15693,
regarding viper-mode disappears when switching to c++-mode using ESC-x but not 
when using M-x
to be marked as done.

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


-- 
15693: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15693
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: viper-mode disappears when switching to c++-mode using ESC-x but not when using M-x Date: Wed, 23 Oct 2013 14:29:45 -0400 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1
$ emacs --version
GNU Emacs 23.3.1

$ uname -a
Linux taurus 3.3.7-1.fc16.x86_64 #1 SMP Tue May 22 13:59:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

$ cat .emacs
(setq viper-mode t)
(require 'viper)

$ cat .viper
(setq viper-no-multiple-ESC 'nil)
(setq viper-inhibit-startup-message 't)
(setq viper-expert-level '5)

$ ls > 1.cpp.ftl

Test 1:
$ emacs 1.cpp.ftl
Press and release the Esc key.
Press and release the x key.
Type "c++-mode" (without the quotes) and press Enter.
Result: Buffer switches to c++-mode but viper-mode is off.

Test 2:
$ emacs 1.cpp.ftl
Press and hold the Meta (Alt) key.
Press and release the x key.
Release the Meta (Alt) key.
Type "c++-mode" (without the quotes) and press Enter.
Result: Buffer switches to c++-mode but viper-mode is on.

I have reproduced these results with 2 different emacs installations on 2 different machines, one Linux, one Windows 7.

I expected, in Test 1, for the buffer to remain in viper-mode upon switching to c++-mode . I believe that it is a defect that it lost viper-mode.

Please let me know if you have any questions.

Thank you.



--- End Message ---
--- Begin Message --- Subject: Re: bug#15693: viper-mode disappears when switching to c++-mode using ESC-x but not when using M-x Date: Wed, 23 Oct 2013 14:39:07 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

Matthew Carter wrote:

> $ emacs --version
> GNU Emacs 23.3.1

Thanks. By experiment, this is fixed in 24.1, so time to upgrade.
Latest is 24.3.


--- End Message ---

reply via email to

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