Skip to content

ivy-completing-read, read-file-name-internal. Wrong completion if initial filename is given? #744

@Bad-ptr

Description

@Bad-ptr

This works like it should:

(ivy-completing-read "test: " 'read-file-name-internal 'file-exists-p t "~/.emacs.d/")

this doesn't(it starts prompt from current directory):

(ivy-completing-read "test: " 'read-file-name-internal 'file-exists-p t "~/.emacs.d/init.el")

standard completing-read works correctly in both cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions