Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Cc: Ding List <ding@gnus.org>
Subject: mml-smime.el: gnus-extract-address-components (was: Changes to emacs/lisp/gnus/mml-smime.el)
Date: Wed, 31 Aug 2005 18:30:53 +0200	[thread overview]
Message-ID: <v9k6i2gjb6.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <E1EASKK-0001qw-00@savannah.gnu.org>

On Wed, Aug 31 2005, Juanma Barranquero [ on emacs-diffs ]:

> --- emacs/lisp/gnus/mml-smime.el:1.5	Sat Aug  6 19:51:42 2005
> +++ emacs/lisp/gnus/mml-smime.el	Wed Aug 31 13:08:28 2005
> @@ -29,6 +29,8 @@
>  
>  (eval-when-compile (require 'cl))
>  
> +(defvar gnus-extract-address-components)

I guess this change is intended to fix byte-compiler warnings (Thanks
for working on this, Juanma!).

In this case, wouldn't it be better to make `mml-smime.el' work
without Gnus?

Couldn't we replace...

  (funcall gnus-extract-address-components ...)

... with this?

  (funcall (if (boundp 'gnus-extract-address-components)
	       gnus-extract-address-components
	     'mail-extract-address-components)
	   ...)

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



       reply	other threads:[~2005-08-31 16:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1EASKK-0001qw-00@savannah.gnu.org>
2005-08-31 16:30 ` Reiner Steib [this message]
2005-08-31 16:51   ` Juanma Barranquero
2005-09-04 20:15   ` mml-smime.el: gnus-extract-address-components 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=v9k6i2gjb6.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=ding@gnus.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).