[mew-int 2544] Re: Mew info is old?

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Thu Jul 3 13:57:28 JST 2008


> Oh, my poor English :(
> 
> I don not mean 'mew-summary-delete'. Actually I wanna know what's for 
> back-scrolling the message. Then I can see what the key binding is.
> 
> `DEL'
>      Back-scroll this message. Unnecessary header fields are hidden
>      over the window. Type `DEL' to see them when a message is
>      displayed.

Backscroll and Del are ambiguous thigs always.
Type backscroll to see what will happen.

FYI: In my ".emacs", I have the following code:

(keyboard-translate ?\C-h ?\C-?)  ; translate `C-h' to DEL
(keyboard-translate ?\C-? ?\C-h)  ; translate DEL to `C-h'.

--Kazu



More information about the Mew-int mailing list