all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matthew Flaschen <matthew.flaschen@gatech.edu>
To: Adam Funk <a24061@yahoo.com>, emacs <help-gnu-emacs@gnu.org>
Subject: Re: Configuring fill-paragraph not to mash the subversion delimiter?
Date: Mon, 19 Mar 2007 19:59:24 -0400	[thread overview]
Message-ID: <45FF23DC.40405@gatech.edu> (raw)
In-Reply-To: <9os2d4-2hs.ln1@news.ducksburg.com>

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	other threads:[~2007-03-19 23:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-16 21:21 Configuring fill-paragraph not to mash the subversion delimiter? Adam Funk
2007-03-16 21:49 ` David Hansen
2007-03-16 23:50 ` Matthew Flaschen
     [not found] ` <mailman.1038.1174089116.7795.help-gnu-emacs@gnu.org>
2007-03-19  3:52   ` Stefan Monnier
2007-03-19 17:10   ` Adam Funk
2007-03-19 23:59     ` Matthew Flaschen [this message]
     [not found]     ` <mailman.1142.1174348863.7795.help-gnu-emacs@gnu.org>
2007-03-21 13:34       ` Adam Funk
2007-03-20 19:48 ` Petter Gustad
2007-04-06 19:40 ` Sam Peterson
2007-04-06 19:56   ` Adam Funk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45FF23DC.40405@gatech.edu \
    --to=matthew.flaschen@gatech.edu \
    --cc=a24061@yahoo.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.