Ramiro James Rebolledo Cormack <[email protected]> writes: > Hello. > > In mac, when you want á,ã,à,â,ª, etc. you need to press 1 sec the > button "a". > But, when I'm using Emacs, if I press "a" one sec. or more appears a > lot "a". > > How can I write the accent?
You can also use different emacs input methods such as spanish-postfix spanish-prefix and a multitude of other input methods. type: C-\ TAB You can also configure the keyboard layout at the system level, for example if you run X11, you can configure it writing a .xmodmap file and loading it with: M-x shell RET xmodmap .xmodmap RET Google for examples; with xmodmap you can configure composition, dead-keys, direct access to accents with modifiers, etc. -- __Pascal Bourguignon__ http://www.informatimago.com/ “The factory of the future will have only two employees, a man and a dog. The man will be there to feed the dog. The dog will be there to keep the man from touching the equipment.” -- Carl Bass CEO Autodesk _______________________________________________ Emacs-es mailing list [email protected] http://es.gnu.org/cgi-bin/mailman/listinfo/emacs-es
