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

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

bug#70914: 29.3; Crashes often on Windows


From: Eli Zaretskii
Subject: bug#70914: 29.3; Crashes often on Windows
Date: Thu, 23 May 2024 14:31:28 +0300

> From: Ihor Radchenko <yantar92@posteo.net>
> Cc: simendsjo@gmail.com, ssbssa@yahoo.de, corwin@bru.st, 70914@debbugs.gnu.org
> Date: Thu, 23 May 2024 10:48:15 +0000
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> Since the report appears to be for Doom Emacs, the likely code
> >> responsible for calling `file-exists-p' is
> >> https://github.com/doomemacs/doomemacs/blob/master/modules/lang/org/config.el#L500
> >
> > Could be.  But that function alone doesn't explain the behavior, since
> > it calls file-exists-p on the entire file name, and evaluating
> >
> >   (file-exists-p "file://")
> 
> No. Org mode strips file: from the filename and only passes the links
> path (link is defined as type:path)

Where does that happen?  If Org does that on Windows, that's a bug:
file:// URIs on Windows should be interpreted differently.  See

  https://en.wikipedia.org/wiki/File_URI_scheme





reply via email to

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