Gnus development mailing list
 help / color / mirror / Atom feed
* September Gnus 0.14 is released
@ 1995-11-17  3:37 Lars Magne Ingebrigtsen
  1995-11-17 17:56 ` [sgnus-0.13] (autoload 'gnus-summary-save-in-folder "gnus-mh.el") Michael Cook
  1995-11-19  0:05 ` [sgnus 0.13] bug: gnus-server-enter-setup-buffer Michael Cook
  0 siblings, 2 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1995-11-17  3:37 UTC (permalink / raw)


This release fixes lots of XEmacs-related bugs.

Get it from <URL:http://www.ifi.uio.no/~larsi/sgnus.tar.gz> or 
"ftp.ifi.uio.no:/pub/emacs/gnus/".

ChangeLog since last release:

Fri Nov 17 03:35:58 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>

	* gnus-vis.el ((require 'cl)): Require cl.

	* gnus.el (gnus-active): New macro.
	(gnus-intern-safe): Ditto.
	(gnus-set-active): Ditto.

Fri Nov 17 01:33:26 1995  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus.el (gnus-max-width-function): Totally bugged out.

	* gnus-msg.el (gnus-new-news): Set point on Subject.
	(gnus-inews-insert-bfcc): Don't narrow to headers.

	* gnus.el (gnus-articles-to-read): `C-u SPC' would have no real
	effect. 
	(gnus-article-date-ut): Would chop up lines.

	* nnheader.el: Require cl.

Fri Nov 17 00:11:10 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>

	* gnus.el (gnus-select-newsgroup): Expiry marks would disappear.
	(gnus-headers-decode-quoted-printable): Use subst-char instead of
	search/replace. 
	(gnus-remove-thread): Didn't remove properly.

Thu Nov 16 06:28:17 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus.el: Intern group in active hashtb throughout.

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


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

* [sgnus-0.13] (autoload 'gnus-summary-save-in-folder "gnus-mh.el")
  1995-11-17  3:37 September Gnus 0.14 is released Lars Magne Ingebrigtsen
@ 1995-11-17 17:56 ` Michael Cook
  1995-11-19  0:05 ` [sgnus 0.13] bug: gnus-server-enter-setup-buffer Michael Cook
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Cook @ 1995-11-17 17:56 UTC (permalink / raw)


A minor bug in `sgnus-0.13':

In my rc file, I have

 (setq-default gnus-default-article-saver 'gnus-summary-save-in-folder)

When I pressed `o' in the summary buffer, I got an error saying that the
function was void.  I added

 (autoload 'gnus-summary-save-in-folder "gnus-mh.el")

to my `rc' file and then everything was hunky dorey.

Michael.


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

* [sgnus 0.13] bug: gnus-server-enter-setup-buffer
  1995-11-17  3:37 September Gnus 0.14 is released Lars Magne Ingebrigtsen
  1995-11-17 17:56 ` [sgnus-0.13] (autoload 'gnus-summary-save-in-folder "gnus-mh.el") Michael Cook
@ 1995-11-19  0:05 ` Michael Cook
  1995-11-19  2:28   ` Steven L. Baur
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Cook @ 1995-11-19  0:05 UTC (permalink / raw)


Sgnus specifies that `gnus-server-enter-setup-buffer' can be autoloaded from
`gnus-srvr.el'.  In fact, the `gnus-server-enter-setup-buffer' function is not
defined in `gnus-srvr.el' (or in any file of the distribution).

Michael.


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

* Re: [sgnus 0.13] bug: gnus-server-enter-setup-buffer
  1995-11-19  0:05 ` [sgnus 0.13] bug: gnus-server-enter-setup-buffer Michael Cook
@ 1995-11-19  2:28   ` Steven L. Baur
  0 siblings, 0 replies; 4+ messages in thread
From: Steven L. Baur @ 1995-11-19  2:28 UTC (permalink / raw)


>>>>> "Michael" == Michael Cook <mcook@cognex.com> writes:

    Michael> Sgnus specifies that `gnus-server-enter-setup-buffer' can
    Michael> be autoloaded from `gnus-srvr.el'.  In fact, the
    Michael> `gnus-server-enter-setup-buffer' function is not defined
    Michael> in `gnus-srvr.el' (or in any file of the distribution).

    Michael> Michael.

Server mode looks pretty broken.  The function named
gnus-server-enter-server-buffer is almost certainly the one you're
attempting to reference.  gnus-server-pick-server (middle mouse button
binding) also suffers from a typo.  The highlighting code bombs too.
Once I got all that repaired, nearly nothing worked.  I suspect this
is like the NoCEM code, not ready for real use yet.

The following patch is a start only.  You probably also need to have
installed the mouse highlight patch I just sent to the list.

--- gnus-srvr.el.orig	Thu Nov 16 19:36:20 1995
+++ gnus-srvr.el	Sat Nov 18 17:50:57 1995
@@ -123,10 +123,10 @@
     (beginning-of-line)
     (setq b (point))
     ;; Insert the text.
-    (insert (eval sformat))
+    (eval sformat)
     (add-text-properties b (1+ b) (list 'gnus-server (intern name)))))
 
-(defun gnus-server-enter-server-buffer ()
+(defun gnus-server-enter-setup-buffer ()
   "Set up the server buffer."
   (gnus-server-setup-buffer)
   (gnus-configure-windows 'server)
@@ -146,7 +146,7 @@
 			   gnus-server-mode-line-format-alist))
   (setq gnus-server-line-format-spec 
 	(gnus-parse-format gnus-server-line-format 
-			   gnus-server-line-format-alist))
+			   gnus-server-line-format-alist t))
   (let ((alist gnus-server-alist)
 	(buffer-read-only nil)
 	(opened gnus-opened-servers)
@@ -389,7 +389,7 @@
   (interactive (list (gnus-server-server-name)))
   (gnus-browse-foreign-server (gnus-server-to-method server) (current-buffer)))
 
-(defun gnus-mouse-pick-server (e)
+(defun gnus-server-pick-server (e)
   (interactive "e")
   (mouse-set-point e)
   (gnus-server-read-server (gnus-server-server-name)))

-- 
steve@miranova.com baur


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

end of thread, other threads:[~1995-11-19  2:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-17  3:37 September Gnus 0.14 is released Lars Magne Ingebrigtsen
1995-11-17 17:56 ` [sgnus-0.13] (autoload 'gnus-summary-save-in-folder "gnus-mh.el") Michael Cook
1995-11-19  0:05 ` [sgnus 0.13] bug: gnus-server-enter-setup-buffer Michael Cook
1995-11-19  2:28   ` Steven L. Baur

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