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

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

Re: mode-specific paragraph-start


From: Peter Dyballa
Subject: Re: mode-specific paragraph-start
Date: Tue, 11 Dec 2007 20:00:22 +0100


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







reply via email to

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