Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e76917e6
Commit
e76917e6
authored
Mar 19, 2012
by
Lars Magne Ingebrigtsen
Committed by
Katsumi Yamaoka
Mar 19, 2012
Browse files
shr.el (shr-insert): Minor shr white space rendering tweak
parent
4ebb358f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/shr.el
lisp/gnus/shr.el
+1
-0
No files found.
lisp/gnus/ChangeLog
View file @
e76917e6
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
...
...
lisp/gnus/shr.el
View file @
e76917e6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment