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

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

Re: How to join most buffer in one buffer


From: Eli Zaretskii
Subject: Re: How to join most buffer in one buffer
Date: Fri, 07 Sep 2012 11:52:29 +0300

> From: Peter Dyballa <Peter_Dyballa@Web.DE>
> Date: Fri, 7 Sep 2012 10:30:56 +0200
> Cc: help-gnu-emacs@gnu.org
> 
> Convert the files to one encoding and then use cat to concatenate them.

Too complicated.

> In GNU Emacs you could open the first file in a buffer and save the buffer 
> with the final  encoding to a new file. Now you can open the other files, 
> copy their contents (maybe into registers), and finally paste them into the 
> target buffer. This way the different encodings will be automatically adapted 
> to that of the target buffer.

This is not needed.  You should be able to just "C-x i" each file into
the same buffer, then "C-x RET c utf-8 RET C-x C-s" to SUM.txt to save
them all.

If this doesn't work for you, please report the details.  I just tried
in Emacs 24.2, and it does work.



reply via email to

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