Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong file name conversion on Windows #1

Open
m2ym opened this issue Apr 21, 2012 · 4 comments
Open

Wrong file name conversion on Windows #1

m2ym opened this issue Apr 21, 2012 · 4 comments
Labels

Comments

@m2ym
Copy link
Contributor

m2ym commented Apr 21, 2012

http://d.hatena.ne.jp/Lian/20120420/1334856445

@zk-phi
Copy link

zk-phi commented Aug 6, 2014

愛用させていただいています。
make-undohist-file-name 関数から convert-standard-filename を除くと windows でも正しく動作しましたが、いかがでしょうか。

(defadvice make-undohist-file-name (around my-undohist-fix activate)
    (flet ((convert-standard-filename (file) file))
      ad-do-it))

@jcs090218 jcs090218 added the bug label Mar 24, 2020
@ideasman42
Copy link
Contributor

ideasman42 commented Oct 25, 2021

Try https://codeberg.org/ideasman42/emacs-undo-fu-session (a fork of this package which avoids this problem).

@tarsius
Copy link
Member

tarsius commented May 22, 2023

Could someone please describe the problem in English. It would be best if you could do that in a commit message. Then open a new pull-request replacing #3.

@tarsius
Copy link
Member

tarsius commented May 22, 2023

#3 actually does describe the issue, but I have some doubt. To my knowledge, convert-standard-filename is particularly useful on Windows and other odd OSs. So while I don't doubt this fixes some issue for some Windows users, I also strongly expect that it breaks what was previously working for other Windows users.

But please enlighten me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

5 participants