Gnus development mailing list
 help / color / mirror / Atom feed
* Window height 3 too small (after splitting)
@ 1999-11-25  5:27 Brian May
  1999-12-01 20:57 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Brian May @ 1999-11-25  5:27 UTC (permalink / raw)


Steps to reproduce this error (perhaps this is a problem with supercite,
not sure):

1. Display message that that has a bbdb entry for the sender. This
will create a new window down the bottom of the screen with the bbdb entry.

2. Process mark multiple messages to reply to.

3. push R for Reply.

4. Supercite will prompt for attribute name, for first message, as normal.

5. error appears.

The key issues seem to be step 1 and step 2, if either is ommited,
everything works.
-- 
Brian May <bmay@csse.monash.edu.au>


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

* Re: Window height 3 too small (after splitting)
  1999-11-25  5:27 Window height 3 too small (after splitting) Brian May
@ 1999-12-01 20:57 ` Lars Magne Ingebrigtsen
  1999-12-02  2:01   ` Brian May
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-01 20:57 UTC (permalink / raw)


Brian May <bmay@csse.monash.edu.au> writes:

> 4. Supercite will prompt for attribute name, for first message, as normal.
> 
> 5. error appears.

`(setq debug-on-error t)', repeat the bug and mail me the resulting
backtrace.

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


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

* Re: Window height 3 too small (after splitting)
  1999-12-01 20:57 ` Lars Magne Ingebrigtsen
@ 1999-12-02  2:01   ` Brian May
  1999-12-02  2:10     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Brian May @ 1999-12-02  2:01 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]

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

    Lars> `(setq debug-on-error t)', repeat the bug and mail me the resulting
    Lars> backtrace.

Hope this helps...

Signaling: (error "Window height 3 too small (after splitting)")
  split-window(#<window on "*reply to Brian May*" 0x857d> 3)
  bbdb-pop-up-bbdb-buffer(#<compiled-function (from "bbdb-gnus.elc") (w) "...(28)" [b window-buffer w major-mode gnus-Article-mode gnus-article-mode] 2>)
  bbdb/gnus-pop-up-bbdb-buffer(nil)
  bbdb/gnus-update-record()
  run-hooks(bbdb/gnus-update-record)
  apply(run-hooks bbdb/gnus-update-record)
  gnus-run-hooks(gnus-article-prepare-hook)
  gnus-article-prepare-display()
  gnus-article-prepare(253 nil)
  gnus-summary-display-article(253 nil)
  gnus-summary-select-article(nil nil nil 253)
  byte-code("\bqˆ

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

ÁÂ

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: Type: text/plain, Size: 5 bytes --]

‰‰\v$ˆ

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

Ä\v!

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #5: Type: text/plain, Size: 1256 bytes --]

‡" [gnus-summary-buffer gnus-summary-select-article nil article gnus-summary-remove-process-mark] 5)
  gnus-inews-yank-articles((252 253 254))
  gnus-summary-reply((252 253 254) nil)
  gnus-summary-reply-with-original(nil)
  call-interactively(gnus-summary-reply-with-original)

Normally, when replying, the window is resized, but I am not
sure if this occurs before or after this error.

I suspect this section of my config file may also
be relevant (copied from somewhere, perhaps the Info doc):

     (setq gnus-use-trees t
           gnus-generate-tree-function 'gnus-generate-horizontal-tree
           gnus-tree-minimize-window nil)
     (gnus-add-configuration
      '(article
        (vertical 1.0
                  (horizontal 0.25
                              (summary 0.75 point)
                              (tree 1.0))
                  (article 1.0))))



PS, when sending this message, I got the following warning:

Warning: Your message contains 5 parts.  Really send? (y or n)  

5 parts??? That was before I had any MIME attachments.

I said n

then I got the message

Edit your message to use only one charset

So, I will attach another copy of that buffer, in case the first
one doesn't work:


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

* Re: Window height 3 too small (after splitting)
  1999-12-02  2:01   ` Brian May
@ 1999-12-02  2:10     ` Lars Magne Ingebrigtsen
  1999-12-02  3:12       ` Brian May
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-02  2:10 UTC (permalink / raw)


Brian May <bmay@csse.monash.edu.au> writes:

> Signaling: (error "Window height 3 too small (after splitting)")
>   split-window(#<window on "*reply to Brian May*" 0x857d> 3)
>   bbdb-pop-up-bbdb-buffer(#<compiled-function (from "bbdb-gnus.elc") (w) "...(28)" [b window-buffer w major-mode gnus-Article-mode gnus-article-mode] 2>)

So this seems like a bbdb-related bug.

> PS, when sending this message, I got the following warning:
> 
> Warning: Your message contains 5 parts.  Really send? (y or n)  

The binary junk in the backtrace made XEmacs think that there was lots
of weird characters there.  Hm.

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


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

* Re: Window height 3 too small (after splitting)
  1999-12-02  2:10     ` Lars Magne Ingebrigtsen
@ 1999-12-02  3:12       ` Brian May
  1999-12-02  3:27         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Brian May @ 1999-12-02  3:12 UTC (permalink / raw)


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

    Lars> Brian May <bmay@csse.monash.edu.au> writes:
    >> Signaling: (error "Window height 3 too small (after
    >> splitting)") split-window(#<window on "*reply to Brian May*"
    >> 0x857d> 3) bbdb-pop-up-bbdb-buffer(#<compiled-function (from
    >> "bbdb-gnus.elc") (w) "...(28)" [b window-buffer w major-mode
    >> gnus-Article-mode gnus-article-mode] 2>)

    Lars> So this seems like a bbdb-related bug.

I was more inclined to think it was supercite, AFAIK bbdb shouldn't be
doing anything at the time. While supercite has a feature to use bbdb
for citations, I haven't yet worked out how to enable it.

Of course, I might be totally lost.

    >> PS, when sending this message, I got the following warning:
    >> 
    >> Warning: Your message contains 5 parts.  Really send? (y or n)

    Lars> The binary junk in the backtrace made XEmacs think that
    Lars> there was lots of weird characters there.  Hm.

Not only that, but my attachment at the bottom of the message
was truncated (and subsequent text).

I thought this might happen, it didn't show up in preview mode,
either.
-- 
Brian May <bmay@csse.monash.edu.au>


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

* Re: Window height 3 too small (after splitting)
  1999-12-02  3:12       ` Brian May
@ 1999-12-02  3:27         ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-02  3:27 UTC (permalink / raw)


Brian May <bmay@csse.monash.edu.au> writes:

> I was more inclined to think it was supercite, AFAIK bbdb shouldn't be
> doing anything at the time. 

No, it's definitely bbdb that triggers the bug.

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


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

end of thread, other threads:[~1999-12-02  3:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-25  5:27 Window height 3 too small (after splitting) Brian May
1999-12-01 20:57 ` Lars Magne Ingebrigtsen
1999-12-02  2:01   ` Brian May
1999-12-02  2:10     ` Lars Magne Ingebrigtsen
1999-12-02  3:12       ` Brian May
1999-12-02  3:27         ` 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).