Gnus development mailing list
 help / color / mirror / Atom feed
* force argument of gnus-article-add-buttons
@ 2005-01-06 18:29 Reiner Steib
  2005-01-07  0:08 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Reiner Steib @ 2005-01-06 18:29 UTC (permalink / raw)


Hi,

in `gnus-art.el' we have:

(defun gnus-article-add-buttons (&optional force)
  "Find external references in the article and make buttons of them.
\"External references\" are things like Message-IDs and URLs, as
specified by `gnus-button-alist'."
  (interactive (list 'force))
  [...])

The force argument isn't used in the function.  Is it save to delete
it or am I missing something?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: force argument of gnus-article-add-buttons
  2005-01-06 18:29 force argument of gnus-article-add-buttons Reiner Steib
@ 2005-01-07  0:08 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2005-01-07  0:08 UTC (permalink / raw)


>>>>> In <v9llb6o1he.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:

> (defun gnus-article-add-buttons (&optional force)
>   "Find external references in the article and make buttons of them.
> \"External references\" are things like Message-IDs and URLs, as
> specified by `gnus-button-alist'."
>   (interactive (list 'force))
>   [...])

> The force argument isn't used in the function.  Is it save to delete
> it or am I missing something?

It was passed to gnus-cite-parse-maybe in Gnus v5.0.15, but it
is useless now.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-07  0:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-06 18:29 force argument of gnus-article-add-buttons Reiner Steib
2005-01-07  0:08 ` Katsumi Yamaoka

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).