From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?windows-1252?Q?=D3scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: Line ending style on VC commit messages. Date: Sat, 17 Oct 2009 03:31:31 +0200 Message-ID: <877huun6vg.fsf@telefonica.net> References: <87bpk7m0p1.fsf@telefonica.net> <1377BA9B-A680-4613-8860-BBD377492FB7@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1255743164 9320 80.91.229.12 (17 Oct 2009 01:32:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Oct 2009 01:32:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 17 03:32:34 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Myy9o-000589-F2 for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Oct 2009 03:32:32 +0200 Original-Received: from localhost ([127.0.0.1]:43858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Myy9n-0002U2-OE for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Oct 2009 21:32:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Myy9N-0002Tm-It for help-gnu-emacs@gnu.org; Fri, 16 Oct 2009 21:32:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Myy9J-0002TG-59 for help-gnu-emacs@gnu.org; Fri, 16 Oct 2009 21:32:05 -0400 Original-Received: from [199.232.76.173] (port=52012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Myy9J-0002TD-2N for help-gnu-emacs@gnu.org; Fri, 16 Oct 2009 21:32:01 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:49561) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Myy9I-0007dv-Ic for help-gnu-emacs@gnu.org; Fri, 16 Oct 2009 21:32:00 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1Myy9E-0004yB-RX for help-gnu-emacs@gnu.org; Sat, 17 Oct 2009 03:31:56 +0200 Original-Received: from 194.red-83-38-72.dynamicip.rima-tde.net ([83.38.72.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Oct 2009 03:31:56 +0200 Original-Received: from ofv by 194.red-83-38-72.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Oct 2009 03:31:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 194.red-83-38-72.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:V7t/K6X+dzPtbJipWxAr/pB5K+U= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:69045 Archived-At: Peter Dyballa writes: >> C-x RET f unix >> >> does not work. The commit message that is sent to the backend still >> contains /r/n line endings. > > > Could be this works (example for an encoding): > > (prefer-coding-system 'iso-8859-15-unix) No, it doesn't work. The commit message that is passed as an argument to the external application still has \r\n. -- Óscar