Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: Larger smilies
Date: Wed, 12 Apr 2006 23:25:41 +0200	[thread overview]
Message-ID: <v9sloizdt6.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <m364lf734f.fsf@quimbies.gnus.org>

On Wed, Apr 12 2006, Lars Magne Ingebrigtsen wrote:

> asjo@koldfront.dk (Adam Sjøgren) writes:
>
>> Nicer smileys, whattayathink, comments?
>
> Neat.  I think 'medium should be made the default.

For my font size (14) the medium (16x16 pixel) smilies are too large
(causing increased "linespread").  Maybe the default should depend on
the face height?

(defcustom smiley-style
  (if (and (fboundp 'face-attribute)
	   (>= (face-attribute 'default :height) 160))
      'medium
    'low-color)
  "Smiley style."
  :type '(choice (const :tag "small, 3 colors" low-color) ;; 13x14
		 (const :tag "medium, ~10 colors" medium) ;; 16x16
		 (const :tag "dull, grayscale" grayscale));; 14x14
[...])

I don't know how to check for the size in XEmacs which lacks
`face-attribute'.  It exists in Emacs 21.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2006-04-12 21:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87adgwl8ht.fsf@virgil.koldfront.dk>
2006-02-21 20:03 ` Adam Sjøgren
2006-02-22 23:47   ` Miles Bader
2006-03-08 19:54     ` Adam Sjøgren
2006-03-09 19:19       ` Reiner Steib
2006-03-20 18:22         ` Adam Sjøgren
2006-03-20 20:02           ` Reiner Steib
2006-03-20 21:04             ` Adam Sjøgren
2006-03-20 23:09               ` Reiner Steib
2006-03-21  0:03                 ` Adam Sjøgren
2006-03-20 21:09             ` Adam Sjøgren
2006-03-20 18:46         ` Adam Sjøgren
2006-04-12  5:51   ` Lars Magne Ingebrigtsen
2006-04-12 21:25     ` Reiner Steib [this message]
2006-04-13  5:51       ` Lars Magne Ingebrigtsen
2006-04-15 11:09       ` Lars Magne Ingebrigtsen

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=v9sloizdt6.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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).