Troubles with wordDelimiters

Joerg Fischer jf505 at gmx.de
Sat May 3 07:30:28 CEST 2008


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


More information about the Discuss mailing list