* filladapt: creating a new bullet style with bullet that appears only on first line of paragraph
@ 2004-09-26 12:01 John Bullock
0 siblings, 0 replies; only message in thread
From: John Bullock @ 2004-09-26 12:01 UTC (permalink / raw)
Hello,
I use GNU Emacs 21.2.1 with filladapt 2.12. I am trying to
make filladapt work with my style of bulleting: whenever a paragraph
begins with two hyphens ("--"), I want the rest of the paragraph to
be indented by two spaces. For example,
--It would be nice if filladapt would
do something like this.
But whatever I've tried, filladapt adds my prefix ("--") to every
line, so I get
--Alas, this is what filladapt is doing
--now. I don't know how to change
--it.
I can't read e-lisp well and so I don't have a good sense of where
my error lies. That said, I wonder if it might lie here:
(defcustom filladapt-token-conversion-table
'(
(hyphen-comment . exact)
; other styles appear here
)
Can you help me?
Thank you,
--John
------------------------------------------
John Bullock
Department of Political Science
Stanford University
616 Serra St. West
Encina Hall Rm. 100
Stanford, CA 94305-6044
john.bullock@stanford.edu
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-26 12:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-26 12:01 filladapt: creating a new bullet style with bullet that appears only on first line of paragraph John Bullock
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.