Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus v5.6.35 is released
@ 1998-08-14 19:43 Lars Magne Ingebrigtsen
  1998-08-14 20:26 ` John H Palmieri
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-14 19:43 UTC (permalink / raw)


Bug fixes.

Get it from <URL:http://www.gnus.org/gnus.tar.gz> or
"/ftp@ftp.gnus.org:/pub/emacs/gnus/".  The patch is available as
<URL:http://www.gnus.org/patches/gnus-5.6.34-5.6.35.diff.gz>.

ChangeLog since last release:

Fri Aug 14 21:41:59 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

	* gnus.el: Gnus v5.6.35 is released.

1998-08-14 00:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-srvr.el (gnus-server-scan-server): Error better.

	* nndir.el: Make independent of nnmh.
	Revert.

	* message.el (message-remove-text-with-property): New function.
	(message-fix-before-sending): Check for invisible text.

	* gnus.el (load): Create the Gnus buffer even when no splash.

	* gnus-msg.el (gnus-setup-message): Add buffer to list.

	* gnus-win.el (gnus-remove-some-windows): Use new buffer system. 
	(gnus-delete-windows-in-gnusey-frames): Ditto.

	* gnus.el (gnus-add-buffer): New function.

1998-08-13 23:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-xmas.el (gnus-buffer-list): Removed.

	* gnus.el (gnus-buffers): New variable.
	(gnus-get-buffer-create): New function; used throughout.
	(gnus-buffers): New function.

	* gnus-msg.el (gnus-configure-posting-styles): Go to eoh
	reliably. 

	* message.el (message-goto-eoh): New command.

1998-08-13 23:13:53  Simon Josefsson  <jas@pdc.kth.se>

	* gnus-msg.el (gnus-setup-message): use message-setup-hook
	instead
	(gnus-configure-posting-styles): new posting-style 'body
	(gnus-configure-posting-styles): insert headers immediately

1998-08-13 13:05:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-score.el (gnus-summary-increase-score): Change thread to
	"r". 

	* gnus-sum.el (gnus-summary-scroll-down): New command and
	keystroke. 

	* gnus-agent.el (gnus-agent-expire): Check that directories
	exist. 

1998-08-12 20:56:41  Simon Josefsson  <jas@pdc.kth.se>

	* gnus-cache.el (gnus-uncacheable-groups): doc change
	(gnus-cacheable-groups): new variable
	(gnus-cache-possibly-enter-article): use it

1998-08-12 22:30:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* nntp.el (nntp-encode-text): Too much text.

1998-08-12 21:58:50  Matt Pharr  <mmp@Graphics.Stanford.EDU>

	* message.el (message-make-forward-subject-function): New
	variable. 
	(message-wash-forwarded-subjects): Ditto.



-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


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

* Re: Gnus v5.6.35 is released
  1998-08-14 19:43 Gnus v5.6.35 is released Lars Magne Ingebrigtsen
@ 1998-08-14 20:26 ` John H Palmieri
  1998-08-14 20:48   ` SL Baur
  1998-08-14 20:54   ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: John H Palmieri @ 1998-08-14 20:26 UTC (permalink / raw)



I'm having some problems with Gnus v5.6.35:


1. Start emacs, start gnus with 'M-x gnus'.  Here's the resulting
*Messages* buffer:

  Loading gnus (compiled)...
  Loading cus-face (compiled)...
  Loading cus-face (compiled)...done
  Symbol's function definition is void: gnus-get-buffer-create

I think the problem is

(eval-when (load) 
  (let ((command (format "%s" this-command)))
    (if (and (string-match "gnus" command)
	     (not (string-match "gnus-other-frame" command)))
	(gnus-splash)
      (get-buffer-create gnus-group-buffer))))

gnus-splash calls gnus-get-buffer-create, which hasn't been loaded in
yet.

--------------------------------

2. Start emacs, load gnus.elc manually, start gnus with 'M-x gnus'.
Everything starts up as it should, so I read news for a bit, then quit
with 'q'.

   Are you sure you want to quit reading news? (y or n)

If I hit 'y', then it saves my changes, but doesn't kill the *Group*
buffer.  The problem may be with the variable gnus-buffers; after
starting gnus, opening one group, reading one article, then quitting
that group, gnus-buffers looks like:

(#<buffer *Article*> #<buffer  *Original Article*> #<killed buffer> #<killed buffer> #<buffer  *gnus work*> #<buffer .newsrc-dribble>)

#<buffer *Group*> is absent from this list.  Indeed, it isn't even in
the list immediately after starting gnus.


--------------------------------

2a. If I then select a newsgroup (which I probably shouldn't do, since
I've quit gnus), it says

   Wrong type argument: listp, 317222

(The number changed depending on the group.)


--------------------------------

3. Start emacs, load gnus.elc manually, start gnus with 'M-x gnus',
quit with 'q', then run gnus again with 'M-x gnus'.  I am told:

  Checking new news...
  Checking new news...done
  No news is no news

This is patently false: I know that I have unread messages in some
mail groups.


-- 
John H. Palmieri, Visiting Assistant Professor
Department of Mathematics, University of Notre Dame
Email: palmieri@member.ams.org
URL: http://www.nd.edu/~jpalmier/


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

* Re: Gnus v5.6.35 is released
  1998-08-14 20:26 ` John H Palmieri
@ 1998-08-14 20:48   ` SL Baur
  1998-08-14 22:43     ` John H Palmieri
  1998-08-14 20:54   ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: SL Baur @ 1998-08-14 20:48 UTC (permalink / raw)


John H Palmieri <John.H.Palmieri.2@nd.edu> writes in ding@gnus.org:

> I'm having some problems with Gnus v5.6.35:


> 1. Start emacs, start gnus with 'M-x gnus'.  Here's the resulting
> *Messages* buffer:

>   Loading gnus (compiled)...
>   Loading cus-face (compiled)...
>   Loading cus-face (compiled)...done
>   Symbol's function definition is void: gnus-get-buffer-create

I can't reproduce this in XEmacs 21.


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

* Re: Gnus v5.6.35 is released
  1998-08-14 20:26 ` John H Palmieri
  1998-08-14 20:48   ` SL Baur
@ 1998-08-14 20:54   ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-14 20:54 UTC (permalink / raw)


John H Palmieri <John.H.Palmieri.2@nd.edu> writes:

> I think the problem is
> 
> (eval-when (load) 
>   (let ((command (format "%s" this-command)))
>     (if (and (string-match "gnus" command)
> 	     (not (string-match "gnus-other-frame" command)))
> 	(gnus-splash)
>       (get-buffer-create gnus-group-buffer))))
> 
> gnus-splash calls gnus-get-buffer-create, which hasn't been loaded in
> yet.

Well, I'm unable to reproduce these bugs, but I've fiddled with this
some now.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: Gnus v5.6.35 is released
  1998-08-14 20:48   ` SL Baur
@ 1998-08-14 22:43     ` John H Palmieri
  0 siblings, 0 replies; 5+ messages in thread
From: John H Palmieri @ 1998-08-14 22:43 UTC (permalink / raw)



SL Baur <steve@xemacs.org> writes:

> John H Palmieri <John.H.Palmieri.2@nd.edu> writes in ding@gnus.org:
> 
> > I'm having some problems with Gnus v5.6.35:
> 
> I can't reproduce this in XEmacs 21.

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Well, I'm unable to reproduce these bugs, but I've fiddled with this
> some now.

I should have said that I'm using GNU Emacs 20.2.1.  I was having
problems when I started normally or when I started with 'emacs -q' and
set the load-path manually.

Anyway, it seems to work properly with v5.6.36.

-- 
John H. Palmieri, Visiting Assistant Professor
Department of Mathematics, University of Notre Dame
Email: palmieri@member.ams.org
URL: http://www.nd.edu/~jpalmier/


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

end of thread, other threads:[~1998-08-14 22:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-14 19:43 Gnus v5.6.35 is released Lars Magne Ingebrigtsen
1998-08-14 20:26 ` John H Palmieri
1998-08-14 20:48   ` SL Baur
1998-08-14 22:43     ` John H Palmieri
1998-08-14 20:54   ` Lars Magne Ingebrigtsen

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