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

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

Re: Changing file end-of-line style


From: Oleksandr Gavenko
Subject: Re: Changing file end-of-line style
Date: Tue, 06 Nov 2012 20:08:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On 2012-11-05, Suvayu Ali wrote:

>> At C-x C-m f prompt, you can choose utf-8-unix, utf-8-dos, utf-8-mac
>> apart from other options that start with utf-8.  The two things -
>> encoding and what constitues a eol character - are orthogonal to each
>> other.
>> 
>
> Yup that works!  I wonder why I did not see that earlier.  :-/

Because you don't press TAB!

With TAB Emacs show possible completions. Also I recommend such settings:

  (require 'icomplete) ; Interactive completion in minibuffer.
  (icomplete-mode 1)

So when you type utf-8 it show you:

  utf-8{-dos,-mac,auto,....}

-- 
Best regards!




reply via email to

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