emacs-devel
[Top][All Lists]
Advanced

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

Re: Key-binding clash between gnus and calc


From: Juri Linkov
Subject: Re: Key-binding clash between gnus and calc
Date: Mon, 21 Nov 2005 09:32:32 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>> Actually, this is a bug in the the development version of Gnus
>> (but not in the Gnus version in Emacs CVS).  It also causes
>> gnus-uu-unmark-thread to fail to unmark the whole thread.
>>
>> That's because gnus-summary-remove-process-mark doesn't return t
>> anymore.  The last expression of both gnus-summary-set-process-mark
>> and gnus-summary-remove-process-mark is the call to
>> gnus-summary-update-secondary-mark which explicitly returns t.
>> But in gnus-summary-remove-process-mark this t gets lost due
>> to dolist which returns nil.  I think the right fix is to add
>> the return value t as the last expression in
>> gnus-summary-remove-process-mark.
>>
>> Could someone with CVS access to the Gnus repository on gnus.org
>> fix this?
>
> Done.

Thanks.

I've also noticed a difference between gnus-uu-mark-thread and
gnus-uu-unmark-thread: gnus-uu-mark-thread keeps point
at the same place where it was invoked, but gnus-uu-unmark-thread
advances point to the last processed article.  Do you think
they should behave the same in regard to preserving point
after finishing?

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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