|
Re: texinfo-fill-workaround.el -- no break after @: when filling: msg#00009emacs.sources
Stefan Monnier <monnier@xxxxxxxxxxxxxxxx> writes: > > fill-nobreak-predicate. Ah, that one's hiding a bit. I see it's as easy as say (add-hook 'texinfo-mode-hook (lambda () (set (make-local-variable 'fill-nobreak-predicate) (lambda () (string-equal (buffer-substring (- (point) 3) (point)) "@: "))))) |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | view-tp.el 1.0: 00009, Benjamin Rutt |
|---|---|
| Next by Date: | shs-utils.el: 00009, D Goel |
| Previous by Thread: | Re: texinfo-fill-workaround.el -- no break after @: when fillingi: 00009, Stefan Monnier |
| Next by Thread: | view-tp.el 1.0: 00009, Benjamin Rutt |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |