unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Where has the list gnus-newsgroup-variables gone?
@ 2019-12-11 19:58 Pankaj Jangid
  2019-12-11 20:51 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Pankaj Jangid @ 2019-12-11 19:58 UTC (permalink / raw)
  To: emacs-devel

I had a setting in my Gnus configuration,

#+BEGIN_SRC emacs-lisp
;; Set the default value of ‘mm-discouraged-alternatives’.
(add-to-list
 'gnus-newsgroup-variables
 '(mm-discouraged-alternatives . '("text/html" "text/richtext" "image/.*")))
#+END_SRC

Today when pull from master. It produced variable void error for
gnus-newsgroup-variables list.

Has something changed?

Regards,
-- 
Pankaj Jangid





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

* Re: Where has the list gnus-newsgroup-variables gone?
  2019-12-11 19:58 Where has the list gnus-newsgroup-variables gone? Pankaj Jangid
@ 2019-12-11 20:51 ` Andreas Schwab
  2019-12-12  6:11   ` Pankaj Jangid
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2019-12-11 20:51 UTC (permalink / raw)
  To: Pankaj Jangid; +Cc: emacs-devel

On Dez 11 2019, Pankaj Jangid wrote:

> I had a setting in my Gnus configuration,
>
> #+BEGIN_SRC emacs-lisp
> ;; Set the default value of ‘mm-discouraged-alternatives’.
> (add-to-list
>  'gnus-newsgroup-variables
>  '(mm-discouraged-alternatives . '("text/html" "text/richtext" "image/.*")))
> #+END_SRC
>
> Today when pull from master. It produced variable void error for
> gnus-newsgroup-variables list.
>
> Has something changed?

Nothing, you just have to load gnus-sum first.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



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

* Re: Where has the list gnus-newsgroup-variables gone?
  2019-12-11 20:51 ` Andreas Schwab
@ 2019-12-12  6:11   ` Pankaj Jangid
  0 siblings, 0 replies; 3+ messages in thread
From: Pankaj Jangid @ 2019-12-12  6:11 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>> Today when pull from master. It produced variable void error for
>> gnus-newsgroup-variables list.
>
> Nothing, you just have to load gnus-sum first.

It worked! I wonder why it was working without requiring gnus-sum
earlier.




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

end of thread, other threads:[~2019-12-12  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-11 19:58 Where has the list gnus-newsgroup-variables gone? Pankaj Jangid
2019-12-11 20:51 ` Andreas Schwab
2019-12-12  6:11   ` Pankaj Jangid

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