[Top][All Lists]
[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/
Re: Key-binding clash between gnus and calc, Juri Linkov, 2005/11/17
- Re: Key-binding clash between gnus and calc, Miles Bader, 2005/11/17
- Re: Key-binding clash between gnus and calc, Sascha Wilde, 2005/11/17
- Re: Key-binding clash between gnus and calc, Miles Bader, 2005/11/17
- Re: Key-binding clash between gnus and calc, Andreas Schwab, 2005/11/17
- Re: Key-binding clash between gnus and calc, Juri Linkov, 2005/11/19
- Re: Key-binding clash between gnus and calc, Kevin Greiner, 2005/11/20
- Re: Key-binding clash between gnus and calc,
Juri Linkov <=
Re: Key-binding clash between gnus and calc, Richard M. Stallman, 2005/11/18
Re: Key-binding clash between gnus and calc, Juri Linkov, 2005/11/22