From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Tyler Smith <tyler.smith@mail.mcgill.ca>
Cc: help-gnu-emacs@gnu.org
Subject: Re: mode-specific paragraph-start
Date: Tue, 11 Dec 2007 20:00:22 +0100 [thread overview]
Message-ID: <FF67B024-BA2E-425C-A687-067A1B48191F@Web.DE> (raw)
In-Reply-To: <slrnfltsto.fru.tyler.smith@blackbart.sedgenet>
Am 11.12.2007 um 17:31 schrieb Tyler Smith:
> How do I set this variable so that it doesn't continuously grow?
(if (not (exists your_new_variable))
(setq your_new_variable to_your_desired_value)
(setq paragraph-separate 'your_new_variable)
(setq paragraph-start 'your_new_variable)
)
If you feel uncertain whether your settings of paragraph-* are reset
anywhere, put them outside the if clause so that are set right every
time.
--
Greetings
Pete
To be is to do.
– I. Kant
To do is to be.
– A. Sartre
Yabba-Dabba-Doo!
– F. Flintstone
next prev parent reply other threads:[~2007-12-11 19:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-11 16:31 mode-specific paragraph-start Tyler Smith
2007-12-11 19:00 ` Peter Dyballa [this message]
2007-12-12 0:24 ` tyler
2007-12-11 21:01 ` Peter Dyballa
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=FF67B024-BA2E-425C-A687-067A1B48191F@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
--cc=tyler.smith@mail.mcgill.ca \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).