unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: emacs-devel@gnu.org
Cc: Nicolas Petton <nicolas@petton.fr>
Subject: Re: master 644d31a 2/2: Replace the usage of an obsolete function in auth-source.el
Date: Tue, 13 Oct 2015 09:36:28 +0900	[thread overview]
Message-ID: <b4mr3kzy583.fsf@jpl.org> (raw)
In-Reply-To: E1ZlNlr-0004QG-3U@vcs.savannah.gnu.org

Hi,

On Sun, 11 Oct 2015 21:03:07 +0000, Nicolas Petton wrote:
>     * lisp/gnus/auth-source.el (auth-source-epa-make-gpg-token): Replace an
>       usage of `epg-context-set-armor' with `setf'.
[...]
> -    (epg-context-set-armor context t)
> +    (setf (epg-context-armor context) t)

This doesn't seem to be expanded properly when building Emacs:

In end of data:
gnus/auth-source.el:2145:1:Warning: the function `(setf epg-context-armor)' is
    not known to be defined.

How do we fix it?  Similarly old Emacsen fail on compiling this
because of an error (I merged the change to the Gnus git master):

(Emacs 23.2)
In toplevel form:
auth-source.el:1161:47:Error: No setf-method known for epg-context-armor

(XEmacs 21.5)
While compiling auth-source-epa-make-gpg-token in file auth-source.el:
  !! error (("No setf-method known for epg-context-armor"))

Whatever is done in Emacs master, the change might have to be
reverted in only Gnus master separately from Emacs master, I
think.

Thanks.



       reply	other threads:[~2015-10-13  0:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20151011210306.16935.15935@vcs.savannah.gnu.org>
     [not found] ` <E1ZlNlr-0004QG-3U@vcs.savannah.gnu.org>
2015-10-13  0:36   ` Katsumi Yamaoka [this message]
2015-11-05 20:03     ` master 644d31a 2/2: Replace the usage of an obsolete function in auth-source.el Ted Zlatanov
2015-11-06  2:22       ` Katsumi Yamaoka
2015-11-06  9:41         ` David Kastrup
2015-11-06 15:18         ` dropping support for old Emacsen (was: master 644d31a 2/2: Replace the usage of an obsolete function in auth-source.el) Ted Zlatanov
2015-11-08 15:33           ` dropping support for old Emacsen Uwe Brauer
2015-11-06 21:40         ` master 644d31a 2/2: Replace the usage of an obsolete function in auth-source.el Richard Stallman
2015-11-06 22:48           ` David Kastrup
2015-11-07 13:26             ` Richard Stallman
2015-11-07 13:43               ` David Kastrup

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mr3kzy583.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=emacs-devel@gnu.org \
    --cc=nicolas@petton.fr \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).