Gnus development mailing list
 help / color / mirror / Atom feed
* Smaller Face: wrap margin
@ 2004-06-23 15:39 Andrew A. Raines
  2004-06-23 16:19 ` Reiner Steib
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew A. Raines @ 2004-06-23 15:39 UTC (permalink / raw)


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

OK, nitpick time.

Since recent No Gnus apparently now wrap Face: headers with \n\t
instead of \n__ like it has been since Oort, I think this wrapping
looks much better:

Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+2D5BBg
        HgZxmPJxLOSR6pNhrwgCBxFwYcdbd+AAACMklEQVR4nG3TwXIbIQwAUP8C4/
        FwbTGm17Ys5ppgNrk2BY2vydoh17hrl9+vJHadpO0e9UZCaMXClFKeBX+11t
        [.....]

Than (ugly!):

Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEVELCDTj4R/T0S0dGoa
        EQryvK8nnzuJAAACXElEQVR4nF2UzY7bMAyEWa17ryzorojJ3RKRu7HQC6gG3/9VOqMEi+4GMBD7
        M/9mKEsvRcoYMl6/8ywiYmZyhHKWscn2BqHWIkog2ykn3trOBWrT+0ZQ8GQLsgEtoKneh1onEFEm
        foGbdYIqpQDUBQQtSIupDO11RVStqLlYyD6PoZUA3aXKYD6/uc+ywHGK4q2YOvoM5u7XdrLl4wwN
        [.....]

Lines ending in column 68 in the first example look much better
than 84 in the second.  I arrived at 68 after playing around with a
few different values in the 70-75 range -- it would append the last
line to the second-to-last line in those cases.

Anyone willing to commit the attached patch?

-- 
    aaraines@pobox.com (Andrew A. Raines)


[-- Attachment #2: Prettier margin for gnus-face-encode --]
[-- Type: text/plain, Size: 301 bytes --]

Index: gnus-fun.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-fun.el,v
retrieving revision 7.4
diff -r7.4 gnus-fun.el
159c159
<   (let ((step 72))
---
>   (let ((step 62))
169c169
<       (setq step 76))
---
>       (setq step 60))

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

end of thread, other threads:[~2004-06-24  0:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-23 15:39 Smaller Face: wrap margin Andrew A. Raines
2004-06-23 16:19 ` Reiner Steib
2004-06-23 17:29   ` Andrew A. Raines
2004-06-24  0:56     ` Katsumi Yamaoka

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