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

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

bug#5591: 23.1.92; bookmark.el and file path


From: Leo
Subject: bug#5591: 23.1.92; bookmark.el and file path
Date: Sat, 20 Feb 2010 11:18:19 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

On 2010-02-18 18:54 +0000, Stefan Monnier wrote:
>> However, if the directory gtd does not exist and you use bookmark's
>> relocation to change to a new file, say ~/Emacs/todo/Tasks.org. The path
>> in bookmark list will be a absolute path:
>> /home/someone/Emacs/todo/Tasks.org.
>
> Thank you.  Should be fixed now,
>
>
>         Stefan

On 2010-02-17 22:26 +0000, Thierry Volpiatto wrote:
> Hi all,
> is there any reason to expand-file-name here in bookmark-relocate?
>
> ,----
> | (let* ((bmrk-filename (bookmark-get-filename bookmark))
> |        (newloc (expand-file-name ==> here
> |                 (read-file-name
> |                  (format "Relocate %s to: " bookmark)
> |                  (file-name-directory bmrk-filename)))))
> `----
>
> Work fine without here.

Many thanks.

Leo








reply via email to

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