Gnus development mailing list
 help / color / mirror / Atom feed
From: Petr Konecny <pekon@informatics.muni.cz>
Subject: [patch] Smileys treatment
Date: 28 Feb 1999 01:46:34 +0100	[thread overview]
Message-ID: <qww4so7bbit.fsf@decibel.fi.muni.cz> (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)


                 reply	other threads:[~1999-02-28  0:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qww4so7bbit.fsf@decibel.fi.muni.cz \
    --to=pekon@informatics.muni.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).