Re: Troubles with wordDelimiters
Joerg Fischer <[email protected]>
| Newsgroups | gmane.editors.nedit.user |
|---|---|
| Message-ID | <[email protected]> |
Nicolas Tardieu wrote:
> Thank you very much for your answer Jörg.
>
> Please excuse my unknowlegde, but I tried to re-bind Ctrl+RightArrow in my
> $HOME/.nedit/nedit.rc file by writing :
>
> NEdit*text.Translations: #override \n\
> Ctrl<Key>osfRight: forward_word( ["nobell"] ) \n
>
> with no success.
>
> What am I doing wrong??????
1. The text translations don't belong to nedit.rc, which stores merely
menu settings and shouldn't be edited manually at all.
2. Menu accelerators override key bindings via translations.
3. forward_word( ["nobell"] ) ?????
So, simplest is probably to create a macro menu entry
(Preferences -> Default setting -> Customize menus) containing the
single line
forward_word("tail")
and adding an Accelerator in the menu entry field.
Jörg
--
NEdit Discuss mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/discuss