emacs-devel
[Top][All Lists]
Advanced

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

Re: saveplace: don't ask for coding system


From: Eli Zaretskii
Subject: Re: saveplace: don't ask for coding system
Date: Wed, 28 Nov 2007 23:47:30 +0200

> From: David Reitter <address@hidden>
> Date: Wed, 28 Nov 2007 14:46:08 +0000
> 
>           ;; Don't use write-file; we don't want this buffer to visit it.
> !         (let ((coding-system-for-write 'utf-8))
> !           (write-region (point-min) (point-max) file))

FWIW, I don't think UTF-8 is a good idea here, since it cannot encode
all the characters Emacs supports.  Maybe emacs-mule?

> !       ;; (message "Saving places to %s..." file)

I think there should be a user option to disable this, instead of
disabling it unconditionally.  I, for example, quite like this
message.




reply via email to

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