From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78031 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-line-format: what if an article is both answered and saved? Date: Sun, 20 Mar 2011 07:00:37 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87bp16q9wa.fsf@lifelogs.com> References: <871v24qy0h.fsf@lifelogs.com> <87sjuilbxu.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1300622460 12777 80.91.229.12 (20 Mar 2011 12:01:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Mar 2011 12:01:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26342@lists.math.uh.edu Sun Mar 20 13:00:55 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1HJW-0005cb-Jz for ding-account@gmane.org; Sun, 20 Mar 2011 13:00:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q1HJV-0004R5-KS; Sun, 20 Mar 2011 07:00:53 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q1HJT-0004Qe-Jm for ding@lists.math.uh.edu; Sun, 20 Mar 2011 07:00:51 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q1HJS-0003pV-G4 for ding@lists.math.uh.edu; Sun, 20 Mar 2011 07:00:51 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q1HJQ-00073u-Ac for ding@gnus.org; Sun, 20 Mar 2011 13:00:48 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q1HJP-0005ay-Jy for ding@gnus.org; Sun, 20 Mar 2011 13:00:47 +0100 Original-Received: from c-67-186-102-106.hsd1.il.comcast.net ([67.186.102.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Mar 2011 13:00:47 +0100 Original-Received: from tzz by c-67-186-102-106.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Mar 2011 13:00:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-67-186-102-106.hsd1.il.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:Ob/yr4NOv3un/guep/1W4uD8OsY= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78031 Archived-At: On Sun, 20 Mar 2011 11:15:25 +0800 jidanni@jidanni.org wrote: j> Rather than resorting to images, or "Æ" U+00C6 LATIN CAPITAL LETTER AE j> etc. Why not just let the letters agglutinate, so one can see both: j> "AS"... and use the %widths if one want to make a fixed width for it. You can do that using user functions. That's how `gnus-registry-user-format-function-M' shows all the registry marks. Ted