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: Richard Stallman
Subject: Re: partial-completion-mode and deleting symlink problem
Date: Fri, 20 May 2005 17:57:26 -0400

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)))




reply via email to

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