Re: emacs M-c

2015-08-19 Thread Alberto Luaces
Alberto Luaces writes: >> How do I get the default (Capitalize next word) back to M-c? >> > > I suspect this could be related to your configuration; the standard > procedure is to launch "emacs -Q" in order to make sure this is the > case. Oops. The threading for this mail was broken and I didn

Re: emacs M-c

2015-08-19 Thread Alberto Luaces
Johann Spies writes: > I have been an emacs user for many years. For the last months (might be a > year or longer) M-c is do not capitalize the next word as described in the > documentation, but call up Calc. > This is not happening to me. > How do I get the default (Capitalize next word) back

Re: emacs M-c (Solved)

2015-08-19 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Aug 19, 2015 at 11:30:37AM +0200, Johann Spies wrote: > The following line (with the help of > http://ergoemacs.org/emacs/keyboard_shortcuts.html) added to .emacs solved > my problem : > > (global-set-key(kbd "M-c") 'capitalize-word); Alt-c T

Re: emacs M-c (Solved)

2015-08-19 Thread Johann Spies
The following line (with the help of http://ergoemacs.org/emacs/keyboard_shortcuts.html) added to .emacs solved my problem : (global-set-key(kbd "M-c") 'capitalize-word); Alt-c Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:

emacs M-c

2015-08-19 Thread Johann Spies
I have been an emacs user for many years. For the last months (might be a year or longer) M-c is do not capitalize the next word as described in the documentation, but call up Calc. How do I get the default (Capitalize next word) back to M-c? If I want to use Calc I can do M-x * c Regards Johan