all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Line ending style on VC commit messages.
@ 2009-10-16 22:30 Óscar Fuentes
  2009-10-16 22:51 ` Peter Dyballa
  2009-10-17  8:37 ` Bernardo
  0 siblings, 2 replies; 4+ messages in thread
From: Óscar Fuentes @ 2009-10-16 22:30 UTC (permalink / raw)
  To: help-gnu-emacs

Is it possible to set the line ending style on VC-log commit edit
buffer?

C-x RET f unix

does not work. The commit message that is sent to the backend still
contains /r/n line endings.

For the curious, I'm trying to workaround this bug on Bazaar:

https://bugs.launchpad.net/bzr/+bug/433779/comments/4

-- 
Óscar





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Line ending style on VC commit messages.
  2009-10-16 22:30 Line ending style on VC commit messages Óscar Fuentes
@ 2009-10-16 22:51 ` Peter Dyballa
  2009-10-17  1:31   ` Óscar Fuentes
  2009-10-17  8:37 ` Bernardo
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Dyballa @ 2009-10-16 22:51 UTC (permalink / raw)
  To: Óscar Fuentes; +Cc: help-gnu-emacs


Am 17.10.2009 um 00:30 schrieb Óscar Fuentes:

> 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)

--
Greetings
                                  <]
   Pete       o        __o         |__    o           recumbo
     ___o    /I       -\<,         |o \  -\),-%       ergo sum!
___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________







^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Line ending style on VC commit messages.
  2009-10-16 22:51 ` Peter Dyballa
@ 2009-10-17  1:31   ` Óscar Fuentes
  0 siblings, 0 replies; 4+ messages in thread
From: Óscar Fuentes @ 2009-10-17  1:31 UTC (permalink / raw)
  To: help-gnu-emacs

Peter Dyballa <Peter_Dyballa@Web.DE> 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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Line ending style on VC commit messages.
  2009-10-16 22:30 Line ending style on VC commit messages Óscar Fuentes
  2009-10-16 22:51 ` Peter Dyballa
@ 2009-10-17  8:37 ` Bernardo
  1 sibling, 0 replies; 4+ messages in thread
From: Bernardo @ 2009-10-17  8:37 UTC (permalink / raw)
  To: help-gnu-emacs

Óscar Fuentes said the following on 10/17/09 09:30:
> Is it possible to set the line ending style on VC-log commit edit
> buffer?
> 
> C-x RET f unix
> 
> does not work. The commit message that is sent to the backend still
> contains /r/n line endings.
> 

just guessing here - it's possible that Unix line ending convention does 
not kick in until you *save* the buffer (which you probably don't, 
suppose you are just adding a comment to your checkin)

maybe performing a search and replace "\r" => "" on the buffer would 
help; not sure if adding such a translation to vc-before-checkin-hook 
would be of any use here but it's worth a try





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-17  8:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16 22:30 Line ending style on VC commit messages Óscar Fuentes
2009-10-16 22:51 ` Peter Dyballa
2009-10-17  1:31   ` Óscar Fuentes
2009-10-17  8:37 ` Bernardo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.