Gnus development mailing list
 help / color / mirror / Atom feed
From: Stefan Waldherr <swa@cs.cmu.edu>
Subject: Re: Gnus v5.6.1 is released
Date: 08 Mar 1998 11:18:52 -0500	[thread overview]
Message-ID: <upkzpj1xij7.fsf@mind.learning.cs.cmu.edu> (raw)
In-Reply-To: <m3hg5adru8.fsf@sparky.gnus.org>

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

>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

  Lars> 	* gnus.el (gnus-edit-form-buffer): Moved here.

  Lars> 	* gnus-agent.el (gnus-agent-expire-old): Removed.
  Lars> (gnus-agent-expire-directory): Ditto.  (gnus-agent-expire-group): Even
  Lars> more ditto.

I'm a little confused. Did you fix a bug with gnus-edit-form-buffer from q0.37
to 5.6.1? With q0.37 I get the following backtrace when I try to enter a
group.


[-- Attachment #2: *Backtrace* --]
[-- Type: application/octet-stream, Size: 3084 bytes --]

Signaling: (void-function gnus-edit-form-buffer)
  gnus-edit-form-buffer()
  gnus-window-to-buffer-helper(gnus-edit-form-buffer)
  gnus-remove-some-windows()
  gnus-configure-windows(summary force)
  (if (and (not no-article) (not no-display) gnus-newsgroup-unreads gnus-auto-select-first) (unless (if ... ... ...) (gnus-configure-windows ...)) (goto-char (point-min)) (gnus-summary-position-point) (gnus-configure-windows (quote summary) (quote force)) (gnus-set-mode-line (quote summary)))
)
  (if (and (zerop ...) (not no-display)) (progn (gnus-summary-catchup-and-exit nil t) (gnus-message 6 "No unread news") (when kill-buffer ...) nil) (and gnus-show-threads gnus-thread-hide-subtree (gnus-summary-hide-all-threads)) (when kill-buffer (gnus-kill-or-deaden-summary kill-buffer)) (if (and ... ... gnus-newsgroup-unreads gnus-auto-select-first) (unless ... ...) (goto-char ...) (gnus-summary-position-point) (gnus-configure-windows ... ...) (gnus-set-mode-line ...)) (when (get-buffer-window gnus-group-buffer t) (let ... ... ... ...)) (setq gnus-newsgroup-prepared t) (gnus-run-hooks (quote gnus-summary-prepared-hook)) t)
)
  (cond ((not new-group) (gnus-set-global-variables) (when kill-buffer ...) (gnus-configure-windows ... ...) (gnus-set-mode-line ...) (gnus-summary-position-point) (message "") t) ((null did-select) (when ... ... ...) (gnus-message 3 "Can't select group") nil) ((eq did-select ...) (and ... ... ...) (when kill-buffer ...) (if ... ... ...) (signal ... nil)) (t (gnus-set-global-variables) (setq gnus-newsgroup-active ...) (gnus-run-hooks ...) (gnus-summary-set-local-parameters gnus-newsgroup-name) (gnus-update-format-specifications nil ... ... ...) (when gnus-use-scoring ...) (when gnus-build-sparse-threads ...) (if gnus-show-threads ... ...) (unless no-display ...) (when gnus-use-trees ... ...) (when ... ...) (gnus-run-hooks ...) (if ... ... ... ... ... ... ... ... t)))
)
  (let* ((new-group ...) (quit-config ...) (did-select ...)) (cond (... ... ... ... ... ... ... t) (... ... ... nil) (... ... ... ... ...) (t ... ... ... ... ... ... ... ... ... ... ... ... ...)))
)
  gnus-summary-read-group-1("nnml:inbox" t t nil nil)
  (or (gnus-summary-read-group-1 group show-all no-article kill-buffer no-display) (setq show-all nil))
)
  (let ((gnus-auto-select-next nil)) (or (gnus-summary-read-group-1 group show-all no-article kill-buffer no-display) (setq show-all nil)))
)
  (setq result (let (...) (or ... ...)))
)
  (null (setq result (let ... ...)))
)
  (and group (null (setq result ...)) (eq gnus-auto-select-next (quote quietly)))
)
  (while (and group (null ...) (eq gnus-auto-select-next ...)) (set-buffer gnus-group-buffer) (when backward (gnus-group-prev-unread-group 2)) (if (not ...) (setq group ...) (setq group nil)))
)
  (let (result) (while (and group ... ...) (set-buffer gnus-group-buffer) (when backward ...) (if ... ... ...)) result)
)
  gnus-summary-read-group("nnml:inbox" t t nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  gnus-topic-select-group(nil)
  call-interactively(gnus-topic-select-group)

[-- Attachment #3: Type: text/plain, Size: 233 bytes --]


-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/

  reply	other threads:[~1998-03-08 16:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-03-07 23:07 Lars Magne Ingebrigtsen
1998-03-08 16:18 ` Stefan Waldherr [this message]
1998-03-08 17:33   ` 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=upkzpj1xij7.fsf@mind.learning.cs.cmu.edu \
    --to=swa@cs.cmu.edu \
    /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).