"Jose A. Ortega Ruiz" <[EMAIL PROTECTED]> writes:
> Oh, silly me. IIRC, in previous versions there was a separate prompt
> for each component, each one providing independent tab completion. I
> think i liked that better.
Yes, we changed this. I think you'll get used to the new prompt and
like it. For example, you can copy a full revision name and just C-y
it in the minibuffer prompt, which was impossible to do with the older
name reading engine.
Furthermore, a lot of usefull shortcuts are now also provided. Look at
the "Xtla" menu that appear in the menubar during the prompt.
See this also:
(define-key map [(control r)] 'tla--name-read-refresh-cache)
(define-key map [(meta *)] 'tla--name-read-insert-default-archive)
(define-key map [(meta \.)] 'tla--name-read-insert-info-at-point)
(define-key map [(meta \;)]
'tla--name-read-insert-version-associated-with-default-directory)
(define-key map [(control n)] 'tla--name-read-insert-partner-next)
(define-key map [(control p)] 'tla--name-read-insert-partner-previous)
(define-key map [(control v)] 'tla--name-read-insert-bookmark-next)
(define-key map [(meta v)] 'tla--name-read-insert-bookmark-previous)
(define-key map [(meta ^)] 'tla--name-read-insert-ancestor)
> Understood. Maybe an error message would be of help here?
Masatake's just done it :-)
--
Matthieu