Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-point-at-bol
@ 2004-01-10 19:27 David Abrahams
  2004-01-10 21:05 ` gnus-point-at-bol Christoph Conrad
  2004-01-12 23:57 ` gnus-point-at-bol Bill White
  0 siblings, 2 replies; 8+ messages in thread
From: David Abrahams @ 2004-01-10 19:27 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 591 bytes --]


An update of gnus from CVS this morning produces the following error
when I do `M-g' in a summary buffer:

  gnus-point-at-bol()
  gnus-agent-save-group-info((nnimap "www.stlport.com" (nnimap-address "www.stlport.com") (nnimap-stream ssl) (nnimap-authenticator login)) "INBOX" (20000 . 54842))
  gnus-group-get-new-news-this-group(1)
  gnus-summary-reselect-current-group(nil t)
  gnus-summary-rescan-group(nil)
* call-interactively(gnus-summary-rescan-group)
  recursive-edit()
  byte-code("Æ.Ç	!? ?\n!?Â

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




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

* Re: gnus-point-at-bol
  2004-01-10 19:27 gnus-point-at-bol David Abrahams
@ 2004-01-10 21:05 ` Christoph Conrad
  2004-01-11  5:58   ` gnus-point-at-bol David Abrahams
  2004-01-12 23:57 ` gnus-point-at-bol Bill White
  1 sibling, 1 reply; 8+ messages in thread
From: Christoph Conrad @ 2004-01-10 21:05 UTC (permalink / raw)


Hi David,

    > An update of gnus from CVS this morning produces the following
    > error when I do `M-g' in a summary buffer:

Recompile Gnus completely.

Herzliche Grüße,
  Christoph
-- 
Alle Menschen werden als Originale geboren. Die meisten sterben als
Kopien.



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

* Re: gnus-point-at-bol
  2004-01-10 21:05 ` gnus-point-at-bol Christoph Conrad
@ 2004-01-11  5:58   ` David Abrahams
       [not found]     ` <7coetbyq1v.fsf@nature.tsukuba.ac.jp>
  0 siblings, 1 reply; 8+ messages in thread
From: David Abrahams @ 2004-01-11  5:58 UTC (permalink / raw)


Christoph Conrad <christoph.conrad@gmx.de> writes:

> Hi David,
>
>     > An update of gnus from CVS this morning produces the following
>     > error when I do `M-g' in a summary buffer:
>
> Recompile Gnus completely.

I used "make" to compile Gnus and install it.  What more can I do than
that?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




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

* Re: gnus-point-at-bol
       [not found]     ` <7coetbyq1v.fsf@nature.tsukuba.ac.jp>
@ 2004-01-11  6:30       ` Steve Youngs
  0 siblings, 0 replies; 8+ messages in thread
From: Steve Youngs @ 2004-01-11  6:30 UTC (permalink / raw)


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

* Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> writes:

  > David Abrahams <dave@boost-consulting.com> writes:
  >>> Recompile Gnus completely.
  >> 
  >> I used "make" to compile Gnus and install it.  What more can I do than
  >> that?

  > Please execute `make distclean' or `make clean' before it.

Why?  Running `make' deletes all the generated files _before_ it
builds anything.  Have a look in the lisp/Makefile.

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|              Ashes to ashes, dust to dust.               |
|      The proof of the pudding, is under the crust.       |
|------------------------------<sryoungs@bigpond.net.au>---|

[-- Attachment #2: Type: application/pgp-signature, Size: 256 bytes --]

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

* Re: gnus-point-at-bol
  2004-01-10 19:27 gnus-point-at-bol David Abrahams
  2004-01-10 21:05 ` gnus-point-at-bol Christoph Conrad
@ 2004-01-12 23:57 ` Bill White
  2004-01-13 16:14   ` gnus-point-at-bol David Abrahams
  1 sibling, 1 reply; 8+ messages in thread
From: Bill White @ 2004-01-12 23:57 UTC (permalink / raw)
  Cc: ding

On Sat Jan 10 2004 at 13:27, David Abrahams <dave@boost-consulting.com> said:

> An update of gnus from CVS this morning produces the following error
> when I do `M-g' in a summary buffer:
>
>   gnus-point-at-bol()
>   gnus-agent-save-group-info((nnimap "www.stlport.com" (nnimap-address "www.stlport.com") (nnimap-stream ssl) (nnimap-authenticator login)) "INBOX" (20000 . 54842))
>   gnus-group-get-new-news-this-group(1)
>   gnus-summary-reselect-current-group(nil t)
>   gnus-summary-rescan-group(nil)
> * call-interactively(gnus-summary-rescan-group)
>   recursive-edit()
>   byte-code("Æ.Ç	!? ?\n!?Â

Perhaps you have code in your .gnus that uses gnus-point-at-bol?  I
did.  See the lisp/ dir changelog:

2004-01-05  Jesper Harder  <harder@ifa.au.dk>

[...]

	* gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
	Replace with point-at-{eol,bol} throughout all files.

Cheers -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."




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

* Re: gnus-point-at-bol
  2004-01-12 23:57 ` gnus-point-at-bol Bill White
@ 2004-01-13 16:14   ` David Abrahams
  2004-01-13 16:31     ` gnus-point-at-bol Jesper Harder
  2004-01-14  1:17     ` gnus-point-at-bol Kevin Greiner
  0 siblings, 2 replies; 8+ messages in thread
From: David Abrahams @ 2004-01-13 16:14 UTC (permalink / raw)
  Cc: ding

Bill White <billw@wolfram.com> writes:

> On Sat Jan 10 2004 at 13:27, David Abrahams <dave@boost-consulting.com> said:
>
>> An update of gnus from CVS this morning produces the following error
>> when I do `M-g' in a summary buffer:
>>
>>   gnus-point-at-bol()
>>   gnus-agent-save-group-info((nnimap "www.stlport.com" (nnimap-address "www.stlport.com") (nnimap-stream ssl) (nnimap-authenticator login)) "INBOX" (20000 . 54842))
>>   gnus-group-get-new-news-this-group(1)
>>   gnus-summary-reselect-current-group(nil t)
>>   gnus-summary-rescan-group(nil)
>> * call-interactively(gnus-summary-rescan-group)
>>   recursive-edit()
>>   byte-code("Æ.Ç	!? ?\n!?Â
>
> Perhaps you have code in your .gnus that uses gnus-point-at-bol?  I
> did.  

I did not, so the errors were coming from elsewhere.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




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

* Re: gnus-point-at-bol
  2004-01-13 16:14   ` gnus-point-at-bol David Abrahams
@ 2004-01-13 16:31     ` Jesper Harder
  2004-01-14  1:17     ` gnus-point-at-bol Kevin Greiner
  1 sibling, 0 replies; 8+ messages in thread
From: Jesper Harder @ 2004-01-13 16:31 UTC (permalink / raw)


David Abrahams <dave@boost-consulting.com> writes:

> Bill White <billw@wolfram.com> writes:
>
>> Perhaps you have code in your .gnus that uses gnus-point-at-bol?  I
>> did.
>
> I did not, so the errors were coming from elsewhere.

Do `M-x list-load-path-shadows' to see if you're picking up an old
Gnus file from somewhere.




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

* Re: gnus-point-at-bol
  2004-01-13 16:14   ` gnus-point-at-bol David Abrahams
  2004-01-13 16:31     ` gnus-point-at-bol Jesper Harder
@ 2004-01-14  1:17     ` Kevin Greiner
  1 sibling, 0 replies; 8+ messages in thread
From: Kevin Greiner @ 2004-01-14  1:17 UTC (permalink / raw)


David Abrahams <dave@boost-consulting.com> writes:

> Bill White <billw@wolfram.com> writes:
>
>> On Sat Jan 10 2004 at 13:27, David Abrahams <dave@boost-consulting.com> said:
>>
>>> An update of gnus from CVS this morning produces the following error
>>> when I do `M-g' in a summary buffer:
>>>
>>>   gnus-point-at-bol()
>>>   gnus-agent-save-group-info((nnimap "www.stlport.com" (nnimap-address "www.stlport.com") (nnimap-stream ssl) (nnimap-authenticator login)) "INBOX" (20000 . 54842))
>>>   gnus-group-get-new-news-this-group(1)
>>>   gnus-summary-reselect-current-group(nil t)
>>>   gnus-summary-rescan-group(nil)
>>> * call-interactively(gnus-summary-rescan-group)
>>>   recursive-edit()
>>>   byte-code("Æ.Ç	!? ?\n!?Â
>>
>> Perhaps you have code in your .gnus that uses gnus-point-at-bol?  I
>> did.  
>
> I did not, so the errors were coming from elsewhere.

Check the last modified time of the gnus-agent.elc file.  Is it newer,
or older, than when you updated from CVS?  If it is older, manually
delete it (actually it would be best to delete all .elc files) then
run make again.

Kevin




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

end of thread, other threads:[~2004-01-14  1:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-10 19:27 gnus-point-at-bol David Abrahams
2004-01-10 21:05 ` gnus-point-at-bol Christoph Conrad
2004-01-11  5:58   ` gnus-point-at-bol David Abrahams
     [not found]     ` <7coetbyq1v.fsf@nature.tsukuba.ac.jp>
2004-01-11  6:30       ` gnus-point-at-bol Steve Youngs
2004-01-12 23:57 ` gnus-point-at-bol Bill White
2004-01-13 16:14   ` gnus-point-at-bol David Abrahams
2004-01-13 16:31     ` gnus-point-at-bol Jesper Harder
2004-01-14  1:17     ` gnus-point-at-bol Kevin Greiner

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