From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?ISO-8859-15?Q?R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Save without carriage returns Date: Thu, 19 Jan 2006 20:18:35 +0100 Organization: 1&1 Internet AG Message-ID: References: <1137638289.891342.108920@g44g2000cwa.googlegroups.com> <87acdsq41k.fsf@thalassa.informatimago.com> <1137683326.606976.112140@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1137705412 16353 80.91.229.2 (19 Jan 2006 21:16:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 21:16:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 19 22:16:50 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ezh8u-000521-El for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jan 2006 22:16:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzhBM-0003Nw-Ja for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jan 2006 16:19:00 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-stu1.dfn.de!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: p54be8f6c.dip0.t-ipconnect.de Original-X-Trace: online.de 1137697989 10216 84.190.143.108 (19 Jan 2006 19:13:09 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Thu, 19 Jan 2006 19:13:09 +0000 (UTC) User-Agent: KNode/0.9.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:137123 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32745 Archived-At: iamnoah@gmail.com wrote: > Is there a .emacs line that will make it the default? In my .emacs I found the following: (require 'ucs-tables) (unify-8859-on-encoding-mode 1) (unify-8859-on-decoding-mode 1) Seems not to harm... I'm not sure if the first line is needed in your context, it installs unicode as I understand it. Andreas Roehler