Gnus development mailing list
 help / color / mirror / Atom feed
From: Jason Merrill <jason@redhat.com>
Cc: Jason Merrill <jason@redhat.com>
Subject: PATCH to gnus-binary-display-article
Date: Fri, 19 Jul 2002 14:41:15 +0100	[thread overview]
Message-ID: <wvlvg7blts4.fsf@prospero.cambridge.redhat.com> (raw)

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

A while back, I tried setting gnus-view-pseudos to 'not-confirm; it had no
effect.  This turned out to be because gnus-binary-display-article was
overriding its value.  Fixed thus.

2001-11-04  Jason Merrill  <jason@redhat.com>

	* gnus-salt.el (gnus-binary-display-article): Respect an existing
	value for gnus-view-pseudos.


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

*** gnus-salt.el.~1~	Fri Jul 19 13:07:23 2002
--- gnus-salt.el	Sun May 19 03:59:26 2002
*************** This must be bound to a button-down mous
*** 368,374 ****
  (defun gnus-binary-display-article (article &optional all-header)
    "Run ARTICLE through the binary decode functions."
    (when (gnus-summary-goto-subject article)
!     (let ((gnus-view-pseudos 'automatic))
        (gnus-uu-decode-uu))))
  
  (defun gnus-binary-show-article (&optional arg)
--- 368,374 ----
  (defun gnus-binary-display-article (article &optional all-header)
    "Run ARTICLE through the binary decode functions."
    (when (gnus-summary-goto-subject article)
!     (let ((gnus-view-pseudos (or gnus-view-pseudos 'automatic)))
        (gnus-uu-decode-uu))))
  
  (defun gnus-binary-show-article (&optional arg)

             reply	other threads:[~2002-07-19 13:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-19 13:41 Jason Merrill [this message]
2002-07-20 14:30 ` Kai Großjohann

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=wvlvg7blts4.fsf@prospero.cambridge.redhat.com \
    --to=jason@redhat.com \
    /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).