GNU TeXmacs - Bugs: bug #61563, Local style files in Windows give...
You are not allowed to post comments on this tracker with your current authentication level.
bug #61563: Local style files in Windows give a cache error
Submitter: | Jeroen Wouters <jeronim> | ||
Submitted: | Fri 26 Nov 2021 03:34:18 PM UTC | ||
Category: | Windows port | Priority: | 5 - Normal |
Item Group: | Error | Status: | Ready For Test |
Privacy: | Public | Assigned to: | sadhen |
Originator Name: | Open/Closed: | Open | |
Release: | None | Release: | 2.1 |
Fixed Release: | None | Fixed Release: | 2.1.3 |
Keywords: |
Sun 31 Jul 2022 12:27:21 PM UTC, comment #5: |
Darcy Shen <sadhen>![]() ![]() |
Mon 09 May 2022 06:50:07 PM UTC, comment #4: I have the same thing happening on Windows 10 with the most up to date version. |
Gennady Uraltsev <guraltsev> |
Fri 06 May 2022 11:38:20 AM UTC, comment #3: I have attached a patch to illustrate the proposed fix.
|
Jeroen Wouters <jeronim>![]() |
Fri 06 May 2022 09:21:17 AM UTC, comment #2: Adding `s= replace (s, "\\", "%");` to `cache_file_name` in `new_style.cpp` removes the error message and saves to a cache file, but the local style file is still not loaded. The contents of the local style file are not present in the cache.
|
Jeroen Wouters <jeronim>![]() |
Tue 03 May 2022 10:14:34 PM UTC, comment #1: An additional comment as clarification: due to the error the style file cannot be loaded. Local style files are therefore unusable in Windows.
|
Jeroen Wouters <jeronim>![]() |
Fri 26 Nov 2021 03:34:18 PM UTC, original submission:
When I try to open a .tm file on Windows that has a local style file (i.e. a .ts file that is located in the same directory as the .tm file), I get a cache error like the following:
|
Jeroen Wouters <jeronim>![]() |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
jeronim's patch applied