Gnus development mailing list
 help / color / mirror / Atom feed
From: Miles Bader <miles.bader@necel.com>
To: ding@gnus.org
Cc: xemacs-patches@xemacs.org
Subject: Re: [PATCH] Support opaque display-table objects on XEmacs
Date: Thu, 22 May 2008 12:31:18 +0900	[thread overview]
Message-ID: <buo7idnggl5.fsf@dhapc248.dev.necel.com> (raw)
In-Reply-To: <18484.43203.462970.885072@parhasard.net>

Aidan Kehoe <kehoea@parhasard.net> 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.




  reply	other threads:[~2008-05-22  3:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-21 22:57 Aidan Kehoe
2008-05-22  3:31 ` Miles Bader [this message]
2008-05-27 20:34   ` Reiner Steib
2008-05-27 21:02     ` Aidan Kehoe
2008-05-27 21:21       ` Reiner Steib
2008-06-09 20:03       ` [PATCH] Support opaque display-table objects on XEmacs (revised) Aidan Kehoe
2008-06-14 15:48         ` Reiner Steib

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=buo7idnggl5.fsf@dhapc248.dev.necel.com \
    --to=miles.bader@necel.com \
    --cc=ding@gnus.org \
    --cc=xemacs-patches@xemacs.org \
    /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).