[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: find-file completion
From: |
A Soare |
Subject: |
Re: find-file completion |
Date: |
Wed, 21 Mar 2007 11:21:43 +0100 (CET) |
> Message du 20/03/07 à 16h44
> De : "Kim F. Storm" <address@hidden>
> A : address@hidden
> Copie à : "Emacs Dev [emacs-devel]" <address@hidden>
> Objet : Re: find-file completion
>
> A Soare <address@hidden> writes:
>
> > 1. C-x C-f
> >
> > 2. /g/e/lisp/sub <TAB>
> >
> > => Find file: /gnu/emacs/lisp/sub
> >
> > In *Completions* press the mouse on subr.el
> >
> > Result: /gnu/emacssubr.el
>
>
> Please report bugs using M-x report-emacs-bug.
>
> It doesn't happen for me when I start emacs -Q on GNU/Linux.
>
I should have said <M-TAB> instead of TAB. With TAB it looks for path
completion. With M-TAB it looks for elisp symbols. There is no sense I believe
to look for elisp symbols in this case...
Alin Soare.