jhuniepi <[EMAIL PROTECTED]> writes: > hhmmmm... i see.. thatś what i like about emacs, not just non-modal. > well itś modal pala.. > why does it displays ś when i type apostrophe s?
Your ~/.emacs probably sets a language environment or input method. You can interactively set or toggle the input method with M-x set-input-method (C-\). To find out what input method you're currently using, use M-x describe-input-method (C-h I) and accept the default. If you use ASCII all the time anyway, check your ~/.emacs for a set-language-environment or set-input-method call and disable it. Input methods allow you to type non-ASCII characters easily. For example, I can use the Japanese input method to type hiragana, katakana, and kanji. In fact, the input method I use also does prediction, guessing what I meant to type. -- Sacha Chua <[EMAIL PROTECTED]> - open source geekette http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C interests: emacs, gnu/linux, personal information management, CS ed sachac on irc.freenode.net#emacs . YM: sachachua83 _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

