Gnus development mailing list
 help / color / mirror / Atom feed
* smilification nits
@ 1998-01-08 20:09 Karl Kleinpaste
  1998-01-09 23:49 ` Wes Hardaker
  1998-01-12 22:35 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: Karl Kleinpaste @ 1998-01-08 20:09 UTC (permalink / raw)


(q0.22, XEmacs 20.3.)

Methinks the regexps are a bit too generous in their interpretation of 
certain strings as smilies.

|----------------------------------------------------------------|

The above should bring up FaceKOed.xpm.  It's a pretty long reach to
call such a line a smiley at all.  Similarly:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The above should bring up a single WideFaceSmile.xbm, but could
something be done to leave some kind of indication of the size of the
underlying string?  They're usually used to highlight a slice of text
immediately above, but it seems reducing long strings to a single
left-justified pair of eyes is a bit too minimalistic.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: smilification nits
  1998-01-08 20:09 smilification nits Karl Kleinpaste
@ 1998-01-09 23:49 ` Wes Hardaker
  1998-01-10  0:08   ` Lars Balker Rasmussen
  1998-01-12 22:35 ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 8+ messages in thread
From: Wes Hardaker @ 1998-01-09 23:49 UTC (permalink / raw)
  Cc: ding

>>>>> On 08 Jan 1998 15:09:09 -0500, Karl Kleinpaste <karl@jprc.com> said:

Karl> (q0.22, XEmacs 20.3.)
Karl> Methinks the regexps are a bit too generous in their interpretation of 
Karl> certain strings as smilies.

If only things like perl's regexp:  /|-{0,2}|/ were easily possible in 
emacs, where you'd have to specificly write "|\\(-\\(-\\|\\)\\)|".  Ick.

-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: smilification nits
  1998-01-09 23:49 ` Wes Hardaker
@ 1998-01-10  0:08   ` Lars Balker Rasmussen
  1998-01-10  6:17     ` Wes Hardaker
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Balker Rasmussen @ 1998-01-10  0:08 UTC (permalink / raw)


Wes Hardaker <wjhardaker@ucdavis.edu> writes:
> If only things like perl's regexp:  /|-{0,2}|/ were easily possible in 
> emacs, where you'd have to specificly write "|\\(-\\(-\\|\\)\\)|".  Ick.

What about "|-?-?|" ? :-)
-- 
Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS
lbr@mjolner.dk


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: smilification nits
  1998-01-10  0:08   ` Lars Balker Rasmussen
@ 1998-01-10  6:17     ` Wes Hardaker
  0 siblings, 0 replies; 8+ messages in thread
From: Wes Hardaker @ 1998-01-10  6:17 UTC (permalink / raw)
  Cc: ding

>>>>> On 10 Jan 1998 01:08:08 +0100, Lars Balker Rasmussen <lbr@mjolner.dk> said:

Lars> What about "|-?-?|" ? :-)

Ya got me ;-)

-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: smilification nits
  1998-01-08 20:09 smilification nits Karl Kleinpaste
  1998-01-09 23:49 ` Wes Hardaker
@ 1998-01-12 22:35 ` Lars Magne Ingebrigtsen
  1998-01-12 23:35   ` Karl Kleinpaste
  1 sibling, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-01-12 22:35 UTC (permalink / raw)


Karl Kleinpaste <karl@jprc.com> writes:

> The above should bring up a single WideFaceSmile.xbm, but could
> something be done to leave some kind of indication of the size of the
> underlying string?

How would one do that?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: smilification nits
  1998-01-12 22:35 ` Lars Magne Ingebrigtsen
@ 1998-01-12 23:35   ` Karl Kleinpaste
  1998-01-13  0:17     ` Wes Hardaker
  1998-02-02 18:27     ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: Karl Kleinpaste @ 1998-01-12 23:35 UTC (permalink / raw)


Karl Kleinpaste <karl@jprc.com> writes:
>> The above should bring up a single WideFaceSmile.xbm, but could
>> something be done to leave some kind of indication of the size of the
>> underlying string?

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> How would one do that?

I don't know; I was just thinking out loud.  But perhaps the
smilification should simply find pairs of `^' and replace each pair
with a (smaller) eyes image, rather than subsuming a whole line-width
of `^' with a single larger image.

Here's another nit: :):):)

You probably see one smiley.  There are actually 3.

Now middle-button around those a bit.  Particularly, convert them all
to <colon><rparen>, then middle-button the center one.  It eats two
<colon><rparen> sequences into a single face.  Middle-button the
remaining one and it simply disappears.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: smilification nits
  1998-01-12 23:35   ` Karl Kleinpaste
@ 1998-01-13  0:17     ` Wes Hardaker
  1998-02-02 18:27     ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 8+ messages in thread
From: Wes Hardaker @ 1998-01-13  0:17 UTC (permalink / raw)
  Cc: ding

>>>>> On 12 Jan 1998 18:35:59 -0500, Karl Kleinpaste <karl@jprc.com> said:

Karl> Here's another nit: :):):)

Karl> You probably see one smiley.  There are actually 3.

There's a trip...  Kinda fun to play with really :-)



-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: smilification nits
  1998-01-12 23:35   ` Karl Kleinpaste
  1998-01-13  0:17     ` Wes Hardaker
@ 1998-02-02 18:27     ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-02-02 18:27 UTC (permalink / raw)


Karl Kleinpaste <karl@jprc.com> writes:

> Here's another nit: :):):)
> 
> You probably see one smiley.  There are actually 3.
> 
> Now middle-button around those a bit.  Particularly, convert them all
> to <colon><rparen>, then middle-button the center one.  It eats two
> <colon><rparen> sequences into a single face.  Middle-button the
> remaining one and it simply disappears.

It's a bug!  It's a feature!  No, wait... it's a game!

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1998-02-02 18:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-08 20:09 smilification nits Karl Kleinpaste
1998-01-09 23:49 ` Wes Hardaker
1998-01-10  0:08   ` Lars Balker Rasmussen
1998-01-10  6:17     ` Wes Hardaker
1998-01-12 22:35 ` Lars Magne Ingebrigtsen
1998-01-12 23:35   ` Karl Kleinpaste
1998-01-13  0:17     ` Wes Hardaker
1998-02-02 18:27     ` Lars Magne Ingebrigtsen

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).