Gnus development mailing list
 help / color / mirror / Atom feed
* Noseless arrow lines?
@ 2002-01-10  4:21 Karl Kleinpaste
  0 siblings, 0 replies; only message in thread
From: Karl Kleinpaste @ 2002-01-10  4:21 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

It has bothered me for a long time that the "noseless" form of
repeated `^' gets replaced with a face, when the usual use of a line
of `^' is to underline something for special attention by the reader.

Would this patch be acceptable, to remove the noseless form entirely?


[-- Attachment #2: smiley.diff --]
[-- Type: text/x-patch, Size: 693 bytes --]

--- smiley.el.orig	Wed Jan  9 23:08:06 2002
+++ smiley.el	Sat Dec 22 22:35:48 2001
@@ -64,10 +64,10 @@
 ;; two alists below.
 
 (defcustom smiley-deformed-regexp-alist
-  '(("\\(\\^_?\\^;;;\\)\\W" 1 "WideFaceAse3.xbm")
-    ("\\(\\^_?\\^;;\\)\\W" 1 "WideFaceAse2.xbm")
-    ("\\(\\^_?\\^;\\)\\W" 1 "WideFaceAse1.xbm")
-    ("\\(\\^_?\\^\\)\\W" 1 "WideFaceSmile.xbm")
+  '(("\\(\\^_\\^;;;\\)\\W" 1 "WideFaceAse3.xbm")
+    ("\\(\\^_\\^;;\\)\\W" 1 "WideFaceAse2.xbm")
+    ("\\(\\^_\\^;\\)\\W" 1 "WideFaceAse1.xbm")
+    ("\\(\\^_\\^\\)\\W" 1 "WideFaceSmile.xbm")
     ("\\(;_;\\)\\W" 1 "WideFaceWeep.xbm")
     ("\\(T_T\\)\\W" 1 "WideFaceWeep.xbm")
     ("\\(:-*[<«]+\\)\\W" 1 "FaceAngry.xpm")

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

only message in thread, other threads:[~2002-01-10  4:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-10  4:21 Noseless arrow lines? Karl Kleinpaste

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