Gnus development mailing list
 help / color / mirror / Atom feed
From: Julien Danjou <julien@danjou.info>
To: ding@gnus.org
Subject: Re: [gnus git]  branch master updated: n0-13-65-gece58ab =2= Autoload `password-in-cache-p'. ; Try to fix XEmacs message-options buffer-local issue.
Date: Thu, 03 Mar 2011 11:44:43 +0100	[thread overview]
Message-ID: <sa3wrkgxz38.fsf@cigue.easter-eggs.fr> (raw)
In-Reply-To: <E1Pusj3-0004c4-00@quimby.gnus.org> (Ted Zlatanov's message of "Wed, 02 Mar 2011 21:32:49 +0100")

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

On Wed, Mar 02 2011, Ted Zlatanov wrote:

> --- a/lisp/message.el
> +++ b/lisp/message.el
> @@ -1858,7 +1858,10 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'."
>  
>  (defvar	message-options nil
>    "Some saved answers when sending message.")
> -(make-variable-buffer-local 'message-options)
> +
> +(if (featurep 'xemacs)
> +    (make-local-variable 'message-options)
> +  (make-variable-buffer-local 'message-options))

I think you reverted the previous code I wrote wrong. That should be

(unless (featurep 'xemacs)
  (make-variable-buffer-local 'message-options))

Note that I'm not sure it's a good hack. At least we should add a
comment on why… And let Daiki find out if this is a real bug.

-- 
Julien Danjou
❱ http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

       reply	other threads:[~2011-03-03 10:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1Pusj3-0004c4-00@quimby.gnus.org>
2011-03-03 10:44 ` Julien Danjou [this message]
2011-03-03 11:20   ` Ted Zlatanov
2011-03-03 11:27     ` Julien Danjou
2011-03-03 22:27       ` Daiki Ueno
2011-03-04  9:50         ` Julien Danjou
2011-03-04 12:32           ` Daiki Ueno
2011-03-04 14:56             ` Ted Zlatanov
2011-03-05 10:28             ` Lars Magne Ingebrigtsen
2011-03-05 11:07               ` Julien Danjou
2011-03-05 11:15                 ` Lars Magne Ingebrigtsen
2011-03-05 22:55                   ` Daiki Ueno
2011-03-15 17:32                     ` Lars Magne Ingebrigtsen

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=sa3wrkgxz38.fsf@cigue.easter-eggs.fr \
    --to=julien@danjou.info \
    --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).