emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: partial-completion-mode and deleting symlink problem


From: Stefan Monnier
Subject: Re: partial-completion-mode and deleting symlink problem
Date: Fri, 20 May 2005 18:33:01 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> This code needs to specify some other predicate, instead of file-exists-p.
> Perhaps

>   (lambda (filename) (or (file-exists-p filename) (file-symlink-p filename)))

The normal completion simply has no predicate at all.  I think
partial-completion-mode should do likewise.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]