From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57966 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: Re: Smaller Face: wrap margin Date: Wed, 23 Jun 2004 18:19:55 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Sender: ding-owner@lists.math.uh.edu Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088007959 991 80.91.224.253 (23 Jun 2004 16:25:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Jun 2004 16:25:59 +0000 (UTC) Original-X-From: ding-owner+M6507@lists.math.uh.edu Wed Jun 23 18:25:52 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BdAZM-00026X-00 for ; Wed, 23 Jun 2004 18:25:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BdAXj-00075h-00; Wed, 23 Jun 2004 11:24:11 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BdAXb-00075Z-00 for ding@lists.math.uh.edu; Wed, 23 Jun 2004 11:24:03 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BdAXY-00023x-KK for ding@lists.math.uh.edu; Wed, 23 Jun 2004 11:24:00 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id D5B023A0223 for ; Wed, 23 Jun 2004 11:23:58 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BdAXW-0003ZP-00 for ; Wed, 23 Jun 2004 18:23:58 +0200 Original-Received: from lumberjack.physik.uni-ulm.de ([134.60.10.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jun 2004 18:23:58 +0200 Original-Received: from reiner.steib by lumberjack.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jun 2004 18:23:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lumberjack.physik.uni-ulm.de X-Face: :6KQZ[nyoS_edmB.%gw-=)BYth^|2+Y+^cu%I$FSx!&>-'om>3H7A|M&n(V7fIo3P.;yo.b yq4$p;ZaBtkv)\}biaiBQe"mD}iib1AA@99-fZ7i*bLhNRVC&0Wkxg9)SH?oWc@{ Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:TGdzdSy888o7iEhiV/pmea5UjpI= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57966 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57966 On Wed, Jun 23 2004, Andrew A. Raines wrote: > Lines ending in column 68 in the first example look much better > than 84 in the second. For some reason, the leading whitespace in your Face header are TABs rather than SPC. Normally (insert "Face: " (gnus-face-from-file "foo.jpg")) produces: Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEVwbVC1xq5NKydXVTj8 /faSlnbx8uf8/PtZN2mPAAACbUlEQVR4nG2TTW/bMAyG6QjaOUJi5epJ6N2V4N0LCM5VisHuOmOO [...] 79eIYrImy3oCyr1oxgviNb1ivyu/ZhydOm95No3OBWcXZwFjL3Pbf6vH23hMab+cbTpecZvllNRq 31LCtbsm4LRemJT+AtYTGXO2veglAAAAAElFTkSuQmCC (Note the leading SPC.) The only ugliness is, that the first line is one char longer than the others. --- gnus-fun.el.~7.4.~ Thu May 20 17:39:10 2004 +++ gnus-fun.el Wed Jun 23 18:09:52 2004 @@ -156,7 +156,7 @@ nil)))) (defun gnus-face-encode () - (let ((step 72)) + (let ((step (- 76 (length "Face:")))) (base64-encode-region (point-min) (point-max)) (goto-char (point-min)) (while (search-forward "\n" nil t) Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/