Gnus development mailing list
 help / color / mirror / Atom feed
From: Max Froumentin <max@lapin-bleu.net>
Subject: Re: security buttons without a face (3)
Date: Tue, 26 Sep 2006 14:55:55 +0100	[thread overview]
Message-ID: <m2venaspec.fsf@dhcp-02.ilrt.bris.ac.uk> (raw)
In-Reply-To: <v9r6y61oxc.fsf@marauder.physik.uni-ulm.de>

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

Reiner Steib <reinersteib+gmane@imap.cc> writes:

>> Note that there is another pair of buttons that are left without
>> faces: prev-page and next-page. I couldn't find any articles anywhere
>> that had them, so I couldn't test.

Thanks. Here's a patch against gnus-art 7.196


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnus-art.diff --]
[-- Type: text/x-patch, Size: 1484 bytes --]

7502d7501
<         (e (point))
7507,7517c7506,7508
< 	       gnus-prev t
< 	        gnus-callback gnus-article-button-prev-page
< 		 article-type annotation))
<     (setq e 
<           (if (bolp)
<               ;; Exclude a newline.
<               (1- (point))
<             (point)))
<     (when gnus-article-button-face
<       (gnus-overlay-put (gnus-make-overlay b e)
<                         'face gnus-article-button-face))
---
> 	 gnus-prev t
> 	 gnus-callback gnus-article-button-prev-page
> 	 article-type annotation))
7519c7510,7513
<      'link b e
---
>      'link b (if (bolp)
> 		 ;; Exclude a newline.
> 		 (1- (point))
> 	       (point))
7541d7534
<         (e (point))
7544,7555c7537,7540
< 		            `(keymap ,gnus-next-page-map
<                                gnus-next t
<                                gnus-callback gnus-article-button-next-page
<                                article-type annotation))
<     (setq e 
<           (if (bolp)
<               ;; Exclude a newline.
<               (1- (point))
<             (point)))
<     (when gnus-article-button-face
<       (gnus-overlay-put (gnus-make-overlay b e)
<                         'face gnus-article-button-face))
---
> 		      `(keymap ,gnus-next-page-map
> 			  gnus-next t
> 			  gnus-callback gnus-article-button-next-page
> 			  article-type annotation))
7557c7542,7545
<      'link b e
---
>      'link b (if (bolp)
> 		 ;; Exclude a newline.
> 		 (1- (point))
> 	       (point))

[-- Attachment #3: Type: text/plain, Size: 6 bytes --]


Max.

  reply	other threads:[~2006-09-26 13:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-28 12:04 Max Froumentin
2006-07-28 13:16 ` Reiner Steib
2006-07-29 18:18   ` Max Froumentin
2006-09-20 16:30     ` Reiner Steib
2006-09-26 13:55       ` Max Froumentin [this message]
2006-09-26 14:53         ` Reiner Steib
2006-09-27 10:18           ` Max Froumentin
2006-09-27 12:30             ` 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=m2venaspec.fsf@dhcp-02.ilrt.bris.ac.uk \
    --to=max@lapin-bleu.net \
    /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).