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

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

Re: Configuring fill-paragraph not to mash the subversion delimiter?


From: Matthew Flaschen
Subject: Re: Configuring fill-paragraph not to mash the subversion delimiter?
Date: Mon, 19 Mar 2007 19:59:24 -0400
User-agent: Thunderbird 1.5.0.10 (X11/20070306)

Adam Funk wrote:
> On 2007-03-16, Matthew Flaschen wrote:
> 
>> Adam Funk wrote:
>>> Is there any easy way to set something in my ~/.emacs file so that
>>> when I'm editing subversion commit messages and I use M-q to tidy up a
>>> few lines of text, the fill-paragraph command will treat the standard
>>> line 
>> What package are you using, psvn?
> 
> Nothing, as far as I know.  I use the svn command from the shell and
> EDITOR='emacs -nw' --- Emacs comes up with the commit message in
> Fundamental mode.

Okay, then just add this to .emacs.  It's necessary to set both start
and separate (separate alone doesn't work):

(setq paragraph-start (concat paragraph-start "\\|--This line, and those
below, will be ignored--"))
(setq paragraph-separate (concat paragraph-separate "\\|--This line, and
those below, will be ignored--"))

Matthew Flaschen




reply via email to

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