Gnus development mailing list
 help / color / mirror / Atom feed
From: Nevin Kapur <nkapur@bellatlantic.net>
Subject: Re: Error on 'k'illing last thread in Gnus
Date: 15 Sep 2000 10:35:16 -0400	[thread overview]
Message-ID: <m3u2bh3eqj.fsf@fermat.mts.jhu.edu> (raw)
In-Reply-To: ShengHuo ZHU's message of "Thu, 14 Sep 2000 23:37:20 -0400"

>>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:

 ZSH> Nevin Kapur <nkapur@bellatlantic.net> writes:
 >> Recently I sometimes get an error when I use 'k' to kill the last
 >> thread in a group. Here's the backtrace:
 
 [...]

 >> Anyone know what's going on? I have customized the window
 >> configurations using gnus-add-configuration, if that helps...

 ZSH> In gnus-summary-next-article, Gnus switch to the group buffer
 ZSH> then back to the summary buffer.  Customized window
 ZSH> configurations could cause Gnus miss the summary buffer window.
 ZSH> Posting your configurations might help to find out this bug.

Here's my window configuration:

(defun NK::gnus-wide-config ()
  "*Definitions of window usage: Wide screens."
  (interactive)
  ;; (shell)
  (diary)
  (records-goto-today)
  (gnus-add-configuration
   '(summary
     (horizontal 1.0
		 (vertical 1.0 (group 0.25) (summary 1.0 point)))))
  (gnus-add-configuration
   '(article
     (horizontal 1.0
		 (vertical 0.47 (summary 1.0 point))
		 (vertical 1.0  (article 1.0)))))
  (gnus-add-configuration
   '(message
     (horizontal 1.0 (message 1.0 point) ("*shell*" 0.5))))
  (gnus-add-configuration
   '(reply
     (horizontal 1.0
		 (article 0.5) (message 1.0 point))))
  (gnus-add-configuration
   '(reply-yank
     (horizontal 1.0
		 (vertical 0.47 (group 0.25) (summary 1.0))
		 (vertical 1.0 (message 1.0 point)))))
  (gnus-add-configuration
   '(post
     (horizontal 1.0
		 (vertical 0.47 (group 0.25) (summary 1.0))
		 (vertical 1.0 (post 1.0 point)))))
  (gnus-add-configuration
   '(forward
     (horizontal 1.0
		 (vertical 0.47 (group 0.25) (summary 1.0))
		 (vertical 1.0 (message 1.0 point)))))
  (gnus-add-configuration
   '(edit-score
     (horizontal 1.0
		 (vertical 0.47 (group 0.25) (summary 1.0))
		 (vertical 1.0 (edit-score 1.0 point)))))
  (gnus-add-configuration
   '(score-trace
     (horizontal 1.0
		 (vertical 0.47 (group 0.25) (summary 1.0 point))
		 (vertical 1.0 ("*Score Trace*" 0.25) (article 1.0)))))
  (gnus-add-configuration
   '(mail-forward
     (horizontal 1.0
		 (vertical 0.47 (group 0.25) (summary 1.0))
		 (vertical 1.0 (mail 1.0 point)))))
  (gnus-add-configuration
   `(group
     (horizontal 1.0
		 (vertical 0.47 
			   (group 1.0 point) ("*Fancy Diary Entries*" 0.30))
		 (vertical 1.0 (,(records-todays-date) 1.0) ("*Calendar*" 0.22)))))


This function is called once on startup.

Thanks,
Nevin



      reply	other threads:[~2000-09-15 14:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-12 16:04 Nevin Kapur
2000-09-15  3:37 ` ShengHuo ZHU
2000-09-15 14:35   ` Nevin Kapur [this message]

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=m3u2bh3eqj.fsf@fermat.mts.jhu.edu \
    --to=nkapur@bellatlantic.net \
    /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).