emacs-devel
[Top][All Lists]
Advanced

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

Re: Modified remote file name syntax


From: Michael Albinus
Subject: Re: Modified remote file name syntax
Date: Tue, 14 Mar 2017 09:48:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Tino Calancha <address@hidden> writes:

> Hi Michael,

Hi Tino,

> after your commit ed33337c3e0d0b1a8b140e23168421ea43d79324
> i cannot launch emacs with a symbolic link.
>
> To reproduce:
>
> ;; Make a link to the emacs executable in a dir inside your PATH.
> ;; For instance, i have the link ~/bin/emacs
> (if (member (file-name-as-directory (expand-file-name "~/bin"))
> (parse-colon-path (getenv "PATH")))
>     (message "OK, '~/bin' is in PATH")
>   (error "'~/bin' not in PATH"))
>
> ;; Launch Emacs using this link.
> M-& emacs -Q ; It doesn't work.

I've followed your recipe exactly. The emacs is the recent one:

--8<---------------cut here---------------start------------->8---
C-h C-a
GNU Emacs 26.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.20.9)
 of 2017-03-14

M-& which emacs
/home/albinmic/bin/emacs

M-& ls -l `which emacs`
lrwxrwxrwx 1 albinmic albinmic 34 Mär 14 09:36 /home/albinmic/bin/emacs -> 
/home/albinmic/src/emacs/src/emacs

M-& ls -l /home/albinmic/src/emacs/src/emacs
-rwxrwxr-x 3 albinmic albinmic 56720584 Mär 14 08:43 
/home/albinmic/src/emacs/src/emacs

M-& emacs -Q
--8<---------------cut here---------------end--------------->8---

It comes up. So I don't know why it doesn't work for you :-(

Best regards, Micahel.



reply via email to

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