* Inhibit line-breaking inside syntactic elements
@ 2003-09-04 13:11 Chong Yidong
2003-09-04 14:33 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: Chong Yidong @ 2003-09-04 13:11 UTC (permalink / raw)
I am currently writing a major mode for the Wiki markup language used
in Wikipedia (http://www.wikipedia.org), and I need help figuring out
how to stop filling functions from breaking lines inside certain
syntactic constructs.
In Wiki markup, links are surrounded by two sets of braces,
[[like this]]. For various reasons, the entire link should be placed
on the same line, so I need to prevent auto-fill and fill-paragraph
from automatically inserting newlines inside such a construct ([[like
this]]).
Does anyone know how to do this?
Thanks,
-- Yidong
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Inhibit line-breaking inside syntactic elements
2003-09-04 13:11 Inhibit line-breaking inside syntactic elements Chong Yidong
@ 2003-09-04 14:33 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-09-04 14:33 UTC (permalink / raw)
Chong Yidong wrote:
> I am currently writing a major mode for the Wiki markup language used
> in Wikipedia (http://www.wikipedia.org), and I need help figuring out
> how to stop filling functions from breaking lines inside certain
> syntactic constructs.
>
> In Wiki markup, links are surrounded by two sets of braces,
> [[like this]]. For various reasons, the entire link should be placed
> on the same line, so I need to prevent auto-fill and fill-paragraph
> from automatically inserting newlines inside such a construct ([[like
> this]]).
| fill-nobreak-predicate's value is nil
|
| Documentation:
| If non-nil, a predicate for recognizing places not to break a line.
| The predicate is called with no arguments, with point at the place
| to be tested. If it returns t, fill commands do not break the line there.
|
| Defined in `textmodes/fill'.
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-09-04 14:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-04 13:11 Inhibit line-breaking inside syntactic elements Chong Yidong
2003-09-04 14:33 ` Kevin Rodgers
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).