From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54841 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: Quoted printable in multipart messages Date: Tue, 18 Nov 2003 20:47:50 +0000 Sender: ding-owner@lists.math.uh.edu Message-ID: <87islhmmix.fsf@emptyhost.emptydomain.de> References: <4yllqfw8lb.fsf@skjellgran.ii.uib.no> <87smkmg3mz.fsf@emptyhost.emptydomain.de> <4yoeva2iy4.fsf@skjellgran.ii.uib.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1069188499 11501 80.91.224.253 (18 Nov 2003 20:48:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2003 20:48:19 +0000 (UTC) Original-X-From: ding-owner+M3381@lists.math.uh.edu Tue Nov 18 21:48:16 2003 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 1AMClk-0004Un-00 for ; Tue, 18 Nov 2003 21:48:16 +0100 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 1AMCld-0003sJ-00; Tue, 18 Nov 2003 14:48:09 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AMClZ-0003sE-00 for ding@lists.math.uh.edu; Tue, 18 Nov 2003 14:48:05 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 31DFB3A0026 for ; Tue, 18 Nov 2003 14:48:04 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AMClX-0004Qg-00 for ; Tue, 18 Nov 2003 21:48:03 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1069188483 16994 213.203.244.156 (18 Nov 2003 20:48:03 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 18 Nov 2003 20:48:03 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:3g++YJXSo3ppHOUgH1g8l8vyvww= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54841 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54841 Joakim Hove writes: > Yes - "o/" is a reasonable approximation to "=F8", but as far as I can > see I am not using latin1-display: > > (message "Provided: %s" (featurep 'latin1-disp)) > > Gives nil. However, nevertheless I think you might have a point, > because the original text is rendered correctly with "=F8" when I set > point and mark and call M-x quoted-printable-decode-region, indicating > that this might be something gnus is doing wrong? I also vaguely remember that some functionality like this was included in recent Oorts. Does anyone know more? > Any sensible pointers to where one can learn more about things would > be nice. Ah, moving the cursor over the "o/" would also be interesting -- is it one char or two as far as C-f is concerned? And then, C-u C-x =3D is interesting. I'm guessing that Gnus is trying to be helpful, if it isn't latin1-disp. Kai