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

Re: Summary buffer, move forward on 'd'



At Mon, 20 Oct 2014 10:29:25 +0800,
James Harkins wrote:
> 
> In the summary view, I would like 'd' (set the dispose mark) to move forward to the next message, no matter what the message is. Currently, it's moving backward until it finds any message that is not currently marked for disposal.
> 
> I tried a few customize-apropos searches, but it's very confusing and I really don't have time to research this. Can someone just tell me which variable to change?

Okay, I did a little more poking around and it seems that I need to ensure two things to prevent 'd' from ever moving upward.

1. wl-summary-move-direction-toggle should be nil. I did that through the customize interface -- should be no problem.

2. wl-summary-move-direction-downward should be t, *and* (because it becomes buffer-local when set) I need to ensure that it is never set to anything other than t.

It's the second part that I don't know how to do. What causes wl-summary-move-direction-downward to be set? How can I stop it?

hjh