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

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

Re: write-region, auto-compression-mode, file endings


From: Stefan Monnier
Subject: Re: write-region, auto-compression-mode, file endings
Date: Mon, 09 Sep 2024 21:51:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> Hi, in some code for a scripting project I use `write-region' calls to
> (over)write data into files, from a temp buffer. This works fine, except
> that for reasons I won't go into, the file names involved have unusual file
> ending like "..Z", which causes auto-complete-mode to kick in, which is not
> good in my case.

You can prepend `/:` to the absolute file name, so as to circumvent any
file-name-handler.


        Stefan




reply via email to

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