all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

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

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.