From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66980 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.gnus.general,gmane.emacs.xemacs.patches Subject: Re: [PATCH] Support opaque display-table objects on XEmacs Date: Thu, 22 May 2008 12:31:18 +0900 Organization: NEC Electronics Message-ID: References: <18484.43203.462970.885072@parhasard.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211427342 4680 80.91.229.12 (22 May 2008 03:35:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 May 2008 03:35:42 +0000 (UTC) Cc: xemacs-patches@xemacs.org To: ding@gnus.org Original-X-From: ding-owner+M15454@lists.math.uh.edu Thu May 22 05:36:18 2008 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.50) id 1Jz1bG-0001Sw-1Y for ding-account@gmane.org; Thu, 22 May 2008 05:36:18 +0200 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 1Jz1Wq-0003S0-Pp; Wed, 21 May 2008 22:31:44 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Jz1Wp-0003Rr-OR for ding@lists.math.uh.edu; Wed, 21 May 2008 22:31:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Jz1Wj-00050t-Mx for ding@lists.math.uh.edu; Wed, 21 May 2008 22:31:43 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Jz1Wx-0006VR-00 for ; Thu, 22 May 2008 05:31:51 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jz1Wg-0004Lx-AV for ding@gnus.org; Thu, 22 May 2008 03:31:34 +0000 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 May 2008 03:31:34 +0000 Original-Received: from miles.bader by fencepost.gnu.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 May 2008 03:31:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: fencepost.gnu.org System-Type: i686-pc-linux-gnu Blat: Foop Cancel-Lock: sha1:QpXYMl5EJmjGMzY2/VKbnENx4Pk= X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66980 gmane.emacs.xemacs.patches:9447 Archived-At: Aidan Kehoe writes: > @@ -3431,8 +3431,8 @@ > 256))) > (while (>= (setq i (1- i)) 127) > ;; Only modify if the entry is nil. > - (unless (aref table i) > - (aset table i [??])))) > + (unless (get-display-table i table) > + (put-display-table i [??] table)))) > (setq buffer-display-table table))) Should those be `gnus-get-display-table' and `gnus-put-display-table'? -Miles -- Fast, small, soon; pick any 2.