Gnus development mailing list
 help / color / mirror / Atom feed
* [patch] Smileys treatment
@ 1999-02-28  0:46 Petr Konecny
  0 siblings, 0 replies; only message in thread
From: Petr Konecny @ 1999-02-28  0:46 UTC (permalink / raw)


Hi,

gnus-smiley-display skips headers, even if called on the body/part of
message. It means that only smileys after the first empty line in the
article are visible.

Since there should be no headers in the buffer unless the user
explicitly wants them, I propose to remove special handling of headers
in smileys.


						Petr

--- smiley.el.orig      Sun Feb 28 01:41:09 1999
+++ smiley.el   Sun Feb 28 01:41:08 1999
@@ -309,11 +309,7 @@
   (interactive)
   (save-excursion
     (set-buffer gnus-article-buffer)
-    (goto-char (point-min))
-    ;; We skip the headers.
-    (unless (search-forward "\n\n" nil t)
-      (goto-char (point-max)))
-    (smiley-buffer (current-buffer) (point))))
+    (smiley-buffer (current-buffer) (point-min) (point-max))))

 (provide 'smiley)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-28  0:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-28  0:46 [patch] Smileys treatment Petr Konecny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).