all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#15693: viper-mode disappears when switching to c++-mode using ESC-x but not when using M-x
@ 2013-10-23 18:29 Matthew Carter
  2013-10-23 18:39 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Carter @ 2013-10-23 18:29 UTC (permalink / raw
  To: 15693

$ 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#15693: viper-mode disappears when switching to c++-mode using ESC-x but not when using M-x
  2013-10-23 18:29 bug#15693: viper-mode disappears when switching to c++-mode using ESC-x but not when using M-x Matthew Carter
@ 2013-10-23 18:39 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2013-10-23 18:39 UTC (permalink / raw
  To: 15693-done

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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-23 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23 18:29 bug#15693: viper-mode disappears when switching to c++-mode using ESC-x but not when using M-x Matthew Carter
2013-10-23 18:39 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.