emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus/html2text.el


From: Reiner Steib
Subject: Re: gnus/html2text.el
Date: Mon, 25 Oct 2004 19:18:04 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

On Mon, Oct 25 2004, Luc Teirlinck wrote:

> gnus/html2text.el calls `beginning-of-buffer', disguised as
> `html2text-buffer-head' at several places _inside a loop_.
> `beginning-of-buffer' should usually not be called from Lisp to begin
> with, unless one really _wants_ to set the mark, but calling it
> inside a loop completely ruins the mark ring (and probably slows
> things down a lot too).  It should use (goto-char (point-min)), as
> clearly explained in the beginning-of-buffer docstring.

Fixed in Gnus v5-10 branch.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]