mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
shr.el (shr-insert): Minor shr white space rendering tweak
This commit is contained in:
parent
4ebb358f29
commit
e76917e6cd
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* shr.el (shr-insert): Update the text state properly to avoid
|
||||
inserting spurious paragraph starts.
|
||||
|
||||
2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus-sum.el (gnus-update-marks): Don't propagate marks unless
|
||||
|
|
|
|||
|
|
@ -332,6 +332,7 @@ the URL of the image to the kill buffer instead."
|
|||
(unless shr-start
|
||||
(setq shr-start (point)))
|
||||
(insert elem)
|
||||
(setq shr-state nil)
|
||||
(let (found)
|
||||
(while (and (> (current-column) shr-width)
|
||||
(progn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue