bug#3314: 23.0.93; Emacs manual, node RegPos
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> However, elsewhere we generally do not bother much to put the noun
> first, to facilitate completion etc. We use, for example:
Indeed: using such "common prefix for completion" principles amounts to
imposing a hierarchical structure, which we already have elsewhere.
So I don't think it's very useful: if you want to see nodes that relate
to "Register", you can simply do "m Regi TAB RET" and that node lists
pretty much the entries you've given as example.
OTOH I agree that it would be good to replace "RegPos" with something
more explicit such as "Position Registers".
FWIW (assuming more explicit names are used) you can also use
"*Register" and then hit TAB to see the entries that contain "Register"
somewhere. This also reduces the need for such common prefixes.
This doesn't mean that common prefixes aren't good, but just that they
are very secondary in this case. Clear names are much more important.
Stefan