Gnus development mailing list
 help / color / mirror / Atom feed
From: "Andrew A. Raines" <aaraines@pobox.com>
Subject: Smaller Face: wrap margin
Date: Wed, 23 Jun 2004 10:39:18 -0500	[thread overview]
Message-ID: <w48yeeqo61.fsf@mid.packer.its.vanderbilt.edu> (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))

             reply	other threads:[~2004-06-23 15:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-23 15:39 Andrew A. Raines [this message]
2004-06-23 16:19 ` Reiner Steib
2004-06-23 17:29   ` Andrew A. Raines
2004-06-24  0:56     ` Katsumi Yamaoka

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=w48yeeqo61.fsf@mid.packer.its.vanderbilt.edu \
    --to=aaraines@pobox.com \
    /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).