> * In the menu bar, in Prefs, could you add [X] for item selected and
> [ ] for item not selected? Now I have to press two times for deselect
> the item and we have no idea if item is selected or not.
The status bar has letter for essentially everything--what are you missing, specifically?
> * Could you change Prefs to Preferences? Better for non-english users.
mmmhhh... a bit to long.
> * Could you i18n ne? I have LC_ALL=ca_ES.UTF-8 in env bash, and nano
> displays me in catalan, but ne does not. Is i18n avaliable? I could
> translate english sentences to catalan and spanish if you want.
No, we are willingly keeping it simple...
Ciao,
seba
> Is it possible to have abbreviations, in the style of vi or emacs ? I
> just have browsed through the manual, I supposse it could be done with
> macros, but maybe not as fast as an abbreviate utility does need.
> It's the only thing I miss in ne...
Have you tried completion? It's ESC-TAB. It uses the words currently existing in the document.
Ciao,
seba
I think there's some good reasons why real abbreviations would be
nicer than using macros:
For one, since the point is to save typing, it's nice to be able to
just type a few characters, hit a keyboard shortcut, and have ne
figure out what abbrev to use based on the characters immediately
behind the cursor. (Preferable to entering command mode, typing the
abbrev, and then hitting Return.) There's also something nice about
seeing the abbrev get expanded into its replacement text while you
type (and without having to take your eyes off the text you're
typing).
Another reason real abbrevs would be preferable to using macros is
that they could all be kept in their own ~/.ne/.abbreviations file --
such that, perhaps ne could have a feature to display all available
abbrevs (for times when you can't recall the exact one you're looking
for). This would also help keep your ~/.ne directory from filling up
with a bunch of tiny abbreviation macros.
---John