[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: init file help
From: |
Eli Zaretskii |
Subject: |
Re: init file help |
Date: |
Wed, 30 Apr 2008 19:41:42 +0300 |
> From: Peter Dyballa <Peter_Dyballa@Web.DE>
> Date: Wed, 30 Apr 2008 09:59:26 +0200
> Cc: help-gnu-emacs@gnu.org
>
>
> Am 30.04.2008 um 01:02 schrieb DeSoya:
>
> > (setq default-buffer-file-coding-system 'unix)
>
>
> It might be better not to specify the UNIX line endings form of all
> encodings but of one specific, for example:
>
> (setq default-buffer-file-coding-system 'iso-8859-15-unix)
Actually, this is not what the OP wants. I think he wants this:
(setq default-buffer-file-coding-system 'undecided-unix)
The advantage of the latter is that it doesn't fix the character
encoding, only the line-endings.