From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: How to change line endings - where is it explained? Date: Tue, 09 May 2006 21:41:20 +0200 Message-ID: <4460F060.8020905@student.lu.se> References: <445FCA20.60204@student.lu.se> <44602DD7.20209@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1147211436 31176 80.91.229.2 (9 May 2006 21:50:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 May 2006 21:50:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 09 23:50:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fda5x-0005sp-O0 for ged-emacs-devel@m.gmane.org; Tue, 09 May 2006 23:50:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fda5x-0000Xs-1c for ged-emacs-devel@m.gmane.org; Tue, 09 May 2006 17:50:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fda5l-0000XP-04 for emacs-devel@gnu.org; Tue, 09 May 2006 17:50:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fda5i-0000Wk-2B for emacs-devel@gnu.org; Tue, 09 May 2006 17:50:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fda5h-0000Wh-TM for emacs-devel@gnu.org; Tue, 09 May 2006 17:50:01 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FdY6L-0007wA-LR; Tue, 09 May 2006 15:42:33 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.072.1) id 4460A18400019CF9; Tue, 9 May 2006 21:41:21 +0200 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: Eli Zaretskii In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54149 Archived-At: Eli Zaretskii wrote: >> Date: Tue, 09 May 2006 07:51:19 +0200 >> From: Lennart Borgman >> CC: emacs-devel@gnu.org >> >> Forgot to say that the elisp manual also should say something about how >> to find out the line endings currently used. >> > > I'm not sure I understand what you mean by that. In particular, what > is the exact meaning of ``currently used''. > I was thinking about the line endings that will be used when writing the buffer (with just C-x C-s for example). But I might misunderstand something here?