emacs-devel
[Top][All Lists]
Advanced

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

Re: write-region bug ?


From: Eli Zaretskii
Subject: Re: write-region bug ?
Date: Sun, 05 Jan 2020 20:26:01 +0200

> From: Stefan Monnier <address@hidden>
> Cc: address@hidden,  address@hidden,
>   address@hidden
> Date: Sun, 05 Jan 2020 12:37:06 -0500
> 
> >   (write-region 1 1024 "foo")
> >   (write-region "\nEnd-of-foo\n." nil "foo" t t)
> 
> Which is just as naturally written:
> 
>     (write-region 1 1024 "foo" nil t)
>     (write-region "\nEnd-of-foo\n." nil "foo" t)

But that doesn't make the former illegitimate.  So I don't see any
reason to declare it unsupported.



reply via email to

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