help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Simple useful function


From: Andreas Politz
Subject: Re: Simple useful function
Date: Wed, 08 Dec 2010 15:18:52 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> "Drew Adams" <drew.adams@oracle.com> writes:
>
>>> >  (dired "My GIT Files" '("/my/first/file" "/my/2nd/file"...))
>>> 
>>> Isn't it?
>>> (dired (cons "My GIT Files" '("/my/first/file" "/my/2nd/file"...)))
>>
>> Yes, it is!  Sorry about that.
>>
>>> It seem nice to use that with:
>>> (dired (cons "my files" (dired-get-marked-files)))
>>
>> Yes.
>
> However, that lead to many failures in all dired commands, i have
> submitted a bug, have a look.

Probably because the car is ment to be a directory and not a randomly
chosen name, no bug.

-ap
>
>>> Nice feature anyway.
>>
>>
>>


reply via email to

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